| plot,PWM,missing-method {PWMEnrich} | R Documentation |
This function produces a sequence logo (via package seqLogo).
## S4 method for signature 'PWM,missing' plot(x, y, ...)
x |
the PWM object |
y |
unused |
... |
other parameters to pass to seqLogo's |
if(requireNamespace("PWMEnrich.Dmelanogaster.background")){
data(MotifDb.Dmel, package = "PWMEnrich.Dmelanogaster.background")
# plot the tinman motif from MotifDb
plot(MotifDb.Dmel[["tin"]])
}