CoverageBrowser {Signac} | R Documentation |
Genome browser
Description
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.
Usage
CoverageBrowser(object, region, assay = NULL, sep = c("-", "-"), ...)
Arguments
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 |
Value
Returns a list of ggplot objects
[Package Signac version 1.13.0 Index]