Description Usage Arguments Details Value Author(s) Examples
This function takes the 4xW position weight matrix of a DNA sequence motif and plots the corresponding sequence logo.
1 |
pwm |
|
ic.scale |
|
xaxis |
|
yaxis |
|
xfontsize |
|
yfontsize |
|
vmargins |
|
hmargins |
|
size |
|
trim |
|
Within each column, the height of a given letter is proportional to its frequency at that position. If ic.scale is TRUE, the height of each column in the plot indicates the information content at that position of the motif. Otherwise, the height of all columns are identical.
This is an internal function for the package MotIV. User should prefer the seqLogo
function from the package seqLogo
to visualize individual motif.
None.
Oliver Bembom, bembom@berkeley.edu, modified by Eloi Mercier <emercier@chibi.ubc.ca>
1 2 3 4 | #mFile <- system.file("Exfiles/pwm1", package="seqLogo")
#m <- read.table(mFile)
#pwm <- makePWM(m)
#seqLogo2(pwm)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.