HMMList-class: Class, constructor, and methods for representing HMM results...

Description Usage Arguments Slots See Also Examples

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

1
2
3
4
5
## S4 method for signature 'HMMList'
show(object)

## S4 method for signature 'HMMList'
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.

See Also

HMM

Examples

1
2
3
4
5

rscharpf/VanillaICE documentation built on May 15, 2019, 5:51 p.m.