Skip to content

Commit

Permalink
update .Rd files. ToDo: additional checks for plotStabilityPaths()
Browse files Browse the repository at this point in the history
  • Loading branch information
machlabd committed Jan 15, 2025
1 parent 327e8b9 commit 43dd581
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 15 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Imports:
ComplexHeatmap (>= 2.11.1),
GenomeInfoDb,
GenomicRanges,
ggplot2
ggplot2,
glmnet,
graphics,
grDevices,
Expand Down
3 changes: 3 additions & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ export(randLassoStabSel)
export(sampleRandomRegions)
export(seqLogoGrob)
export(setZeroBin)
import(ggplot2)
importFrom(BSgenome,getSeq)
importFrom(BiocGenerics,sort)
importFrom(BiocGenerics,strand)
Expand Down Expand Up @@ -133,6 +134,8 @@ importFrom(stats,pbinom)
importFrom(stats,ppois)
importFrom(stats,quantile)
importFrom(stats,runif)
importFrom(tidyr,pivot_longer)
importFrom(tidyr,starts_with)
importFrom(tools,file_path_as_absolute)
importFrom(utils,getFromNamespace)
importFrom(utils,read.delim)
Expand Down
2 changes: 1 addition & 1 deletion R/plotting.R
Original file line number Diff line number Diff line change
Expand Up @@ -521,7 +521,7 @@ plotMotifHeatmaps <- function(x,
#' @param alpha line transparency of the stability paths.
#' @param ylim limits for y-axis.
#'
#' @return \code{TRUE} (invisibly).
#' @return a \code{ggplot2} object.
#'
#' @examples
#' ## create data set
Expand Down
24 changes: 11 additions & 13 deletions man/plotStabilityPaths.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 43dd581

Please sign in to comment.