Usage
seqLogo2(pwm, ic.scale=TRUE, xaxis=TRUE, yaxis=TRUE, xfontsize=15, yfontsize=15,vmargins=c(0,0),hmargins=c(0,0),size=1, trim=0)
Arguments
pwm
numeric
The 4xW position weight matrix.
ic.scale
logical
If TRUE, the height of each column is proportional to its information content. Otherwise, all columns have the same height.
xaxis
logical
If TRUE, an X-axis will be plotted.
yaxis
logical
If TRUE, a Y-axis will be plotted.
xfontsize
numeric
Font size to be used for the X-axis.
yfontsize
numeric
Font size to be used for the Y-axis.
vmargins
numeric
Vertical margins.
hmargins
numeric
Horizontal margins.
size
numeric
Graphic size.
trim
numeric
Print nucleotide only if the infomation content is superior to this trim
threshold.