Description Usage Arguments Value Examples
Condense the output of condenseRE to reconstruct per-sample GRanges objects to plot
1 | condenseSE(obj, sample.name = NULL)
|
obj |
Output of condenseRE or can be a RaggedExperiment |
sample.name |
Vector of samples/cells to extract |
GRanges or list of per-sample GRanges to pass to plotAB or export
1 2 3 4 5 | 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)
condense.x <- condenseSE(x, sample.name = "A")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.