GRanges2RSE | R Documentation |
Convert objects from the old input format
(GRanges
object) to the new recommanded input format
RangedSummarizedExperiment
.
GRanges2RSE(gr, patterns, names = patterns)
gr |
a |
patterns |
A character vector of column prefixes
(can be regular expressions) that should match columns of |
names |
specify the desired names of the assays (if different from patterns). |
Mostly used for backward compatibilities and unit testing.
a RangedSummarizedExperiment
.
data("stackepi_gr")
GRanges2RSE(stackepi_gr, patterns = c("window"))
GRanges2RSE(stackepi_gr, patterns = c("^window_"), names = c("DNAme"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.