stackHMMs | R Documentation |
build a poor man's stacked HMM
stackHMMs(
HMMs,
djHMM = NULL,
cols = NULL,
simple = TRUE,
only3 = FALSE,
verbose = FALSE,
BPPARAM = SerialParam()
)
HMMs |
a GRangesList of HMMs |
djHMM |
optional disjoint HMM (else one will be assembled) |
cols |
optional color key (else a default simpleCols will be used) |
simple |
simplify? (default is TRUE, you're on your own if it's FALSE) |
only3 |
keep only 'name', 'thick', 'itemRgb' as mcols? (FALSE) |
verbose |
be verbose? (FALSE) |
BPPARAM |
BiocParallel object (default is SerialParam()) |
a GRanges of stacked HMM states (one or more per segment)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.