# \donttest{
# plot peaks in assay
PeakPlot(atac_small, region = "chr1-710000-715000")
# manually set color
PeakPlot(atac_small, region = "chr1-710000-715000", color = "red")
# color by a variable in the feature metadata
PeakPlot(atac_small, region = "chr1-710000-715000", group.by = "count")
# }
Run the code above in your browser using DataLab