View source: R/importAndSimplifyHMM.R
importAndSimplifyHMM | R Documentation |
import and simplify a REMC or ENCODE ChromHMM track
importAndSimplifyHMM(
x,
genome = "mm10",
species = NULL,
cols = NULL,
verbose = FALSE,
...
)
x |
a BED filename with a ChromHMM segmentation in it |
genome |
a genome associated with the segmentation (default is mm10) |
species |
a species for the segmentation (default: guess from genome) |
cols |
a color key for simplifying ChromHMMs (pass to simplifyHMM) |
verbose |
be verbose? (FALSE) |
... |
arguments ('only3', 'BPPARAM') for aggregateStates |
a GRanges of aggregated, simplified HMM states
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.