View source: R/filter_chomatin_states.R
filter_chromatin_states | R Documentation |
Annotate and filter a GRangesList using descriptions of chromatin states from ROADMAP metadata.
filter_chromatin_states(
grl,
chrom_states = NULL,
chrom_states_col = "name",
verbose = TRUE
)
grl |
A GRangesList. |
chrom_states |
Chromatin states to keep. If |
chrom_states_col |
Column name in which chromatin state info is stored. |
verbose |
Print messages. |
Annotated/filtered GRangesList.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.