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 ggplot2::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("-", "-"), ...)

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 CoveragePlot()

Value

Returns a list of ggplot objects