Skip to content

Commit

Permalink
Test example
Browse files Browse the repository at this point in the history
  • Loading branch information
tlesluyes committed Sep 28, 2023
1 parent 70651e0 commit 34601be
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions R/harmonizeGRanges.R
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
#' @param cores a numeric, the number of cores to use (default: 1)
#' @return A list of harmonized GRanges objects
#' @examples
#' require("GenomicRanges")
#' require("GenomicRanges", "doParallel")
#' GR1=GRanges(seqnames="1", ranges=IRanges(start=1, end=1000), nMajor=1, nMinor=1)
#' GR2=GRanges(seqnames="1", ranges=IRanges(start=10, end=2000), nMajor=2, nMinor=1)
#' harmonizeGRanges(list(GR1, GR2))
#' \dontshow{doParallel::stopImplicitCluster()}
#' stopImplicitCluster()
#' @author tlesluyes
#' @export
harmonizeGRanges=function(myGRList, cores=1) {
Expand Down
4 changes: 2 additions & 2 deletions man/harmonizeGRanges.Rd

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

0 comments on commit 34601be

Please sign in to comment.