View source: R/visualization.R
CoverageBrowser | R Documentation |
Interactive version of the CoveragePlot
function. Allows
altering the genome position interactively. The current view at any time can
be saved to a list of ggplot
objects using the "Save
plot" button, and this list of plots will be returned after ending the
browser by pressing the "Done" button.
CoverageBrowser(object, region, assay = NULL, sep = c("-", "-"), ...)
object |
A Seurat object |
region |
A set of genomic coordinates |
assay |
Name of assay to use |
sep |
Separators for genomic coordinates if region supplied as a string rather than GRanges object |
... |
Parameters passed to |
Returns a list of ggplot objects
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.