consensusSegments {AneuFinder} | 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.
## 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)