Description Usage Arguments Details Value Examples
View source: R/consensusSegments.R
Make consensus segments from a list of aneuHMM
or aneuBiHMM
objects.
1 | consensusSegments(hmms)
|
hmms |
A list of |
The function will produce a GRanges-class
object using the GenomicRanges::disjoin
function on all extracted $segment
entries.
A GRanges-class
.
1 2 3 4 5 | ## Get results from a small-cell-lung-cancer
lung.folder <- system.file("extdata", "primary-lung", "hmms", package="AneuFinderData")
lung.files <- list.files(lung.folder, full.names=TRUE)
## Get consensus segments and states
consensusSegments(lung.files)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.