View source: R/getStackedState.R
getStackedState | R Documentation |
pull out ranges from a stacked HMM that differ by condition (":" in names)
getStackedState(stacked, state = "Bivalent")
stacked |
the stacked HMM |
state |
the state of interest (default is "Bivalent") |
Try subsetOverlaps(stacked, getStackedState(stacked,state))
a GRanges with the state for each condition in mcols()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.