Description Usage Arguments Examples
Plot a PWM sequence logo.
1 2 3 4 |
pwm |
position weight matrix to create a Sequence Logo from |
background |
(numeric vector-4) background probabilities of the nucleotides for information gain computation default all=0.25 |
ytype |
(character) the type of y-axis to be used "information" (or "ic", "content") for information content (default); "relative" (or "gain") for information gain; "probabilities" (or anything else) for probabilities |
xaxis |
(logical) should an x-axis be drawn or vector of labels for the xaxis (must be same length as pwm) |
xlim |
(numeric vector-2) default c(0,ncol(pwm)) see graphical parameters |
yaxis |
(logical) should an y-axis be drawn |
ylim |
(numeric vector-2) default NULL see graphical parameters |
xlab |
(character) see graphical parameters |
xfontsize |
(integer) size for x-axis text |
yfontsize |
(integer) size for y-axis text |
region |
in which to plot the figure, set by four margin values, set to |
... |
further parameters to be passed through to dataViewport |
1 2 3 4 5 6 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.