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