Learn R Programming

Signac (version 1.6.0)

AnnotationPlot: Plot gene annotations

Description

Display gene annotations in a given region of the genome.

Usage

AnnotationPlot(object, region)

Arguments

object

A Seurat object

region

A genomic region to plot

Value

Returns a ggplot object

Examples

Run this code
# NOT RUN {
AnnotationPlot(object = atac_small, region = c("chr1-29554-39554"))
# }

Run the code above in your browser using DataLab