powered by
Display the genomic ranges in a ChromatinAssay object that fall in a given genomic region
ChromatinAssay
PeakPlot(object, region, peaks = NULL, color = "dimgrey")
A Seurat object
Seurat
A genomic region to plot
A GRanges object containing peak coordinates. If NULL, use coordinates stored in the Seurat object.
Fill color for plotted ranges
Returns a ggplot object
ggplot
# NOT RUN { PeakPlot(atac_small, region = "chr1-710000-715000") # }
Run the code above in your browser using DataLab