View source: R/consensusSegments.R
consensusSegments | R Documentation |
Make consensus segments from a list of aneuHMM
or aneuBiHMM
objects.
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
.
## 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.