Skip to contents

Plot LOGO of a motif

Usage

plot_motif_logo(dataset, motif)

Arguments

dataset

name of the dataset from which the motif came from, e.g. "homer", "jolma"

motif

name of the motif to plot, e.g. "GATA"

Value

a ggplot2 object

Examples

if (FALSE) {
gset_genome("mm10")
plot_motif_logo("homer", "GATA") #'
}