HMMList-class: Class, constructor, and methods for representing HMM results from
multiple samples
Description
Each element of the HMMList contains the genomic intervals of the
HMM segmentation (GRanges-derived object), parameters from the
Baum-Welch, and a FilterParam object.
Usage
"show"(object)
"unlist"(x, recursive = TRUE, use.names = TRUE)
Arguments
object
a HMMList object
x
a HMMList object
recursive
logical; currently ignored
use.names
logical; currently ignored
Slots
.Data
a list. Each element of the list should be a HMM object.