HMMList-class {VanillaICE} | R Documentation |
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.
## S4 method for signature 'HMMList' show(object) ## S4 method for signature 'HMMList' unlist(x, recursive = TRUE, use.names = TRUE)
object |
a |
x |
a |
recursive |
logical; currently ignored |
use.names |
logical; currently ignored |
.Data
a list. Each element of the list should be a HMM
object.
data(snp_exp) fit <- hmm2(snp_exp) class(fit) identical(length(fit), ncol(snp_exp)) unlist(fit)