Signac (version 0.2.4)

MotifPlot: MotifPlot

Description

Plot motifs

Usage

MotifPlot(object, motifs, assay = NULL, use.names = TRUE, ...)

Arguments

object

A Seurat object

motifs

A list of motifs to plot

assay

Name of the assay to use

use.names

Use motif names stored in the motif object

...

Additional parameters passed to ggseqlogo

Value

Returns a ggplot object

Examples

Run this code
# NOT RUN {
motif.obj <- GetMotifObject(atac_small)
MotifPlot(atac_small, motifs = head(colnames(motif.obj)))
# }

Run the code above in your browser using DataLab