R/motifs.R
plot_motif_logo.Rd
Plot LOGO of a motif
plot_motif_logo(dataset, motif)
name of the dataset from which the motif came from, e.g. "homer", "jolma"
name of the motif to plot, e.g. "GATA"
a ggplot2 object
if (FALSE) { gset_genome("mm10") plot_motif_logo("homer", "GATA") #' }