condenseRE | R Documentation |
Condense a RaggedExperiment to a list of SummarizedExperiments
condenseRE(obj)
obj |
Input RaggedExperiment |
A list of SummarizedExperiments corresponding to the assays in the input
grl <- GRangesList(GRanges(c("A:1-5", "A:4-6", "A:10-15"), score=1:3),
GRanges(c("A:1-5", "B:1-3"), score=4:5))
names(grl) <- c("A", "B")
x <- RaggedExperiment(grl)
x.condense <- condenseRE(x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.