powered by
Plot position weight matrix or position frequency matrix for different DNA sequence motifs.
MotifPlot(object, motifs, assay = NULL, use.names = TRUE, ...)
Returns a ggplot object
ggplot
A Seurat object
A list of motif IDs or motif names to plot
Name of the assay to use
Use motif names stored in the motif object
Additional parameters passed to ggseqlogo
ggseqlogo
# \donttest{ motif.obj <- SeuratObject::GetAssayData(atac_small, slot = "motifs") MotifPlot(atac_small, motifs = head(colnames(motif.obj))) # }
Run the code above in your browser using DataLab