Usage
## S3 method for class 'pcm,numeric,logical':
addBlank(x,n,b)
## S3 method for class 'pcm,ANY':
getIC(x,p="missing")
## S3 method for class 'pcm':
matrixReverseComplement(x)
## S3 method for class 'pcm,ANY':
plot(x,y="missing",\dots)
## S3 method for class 'pcm,ANY':
pcm2pfm(x,background="missing")
## S3 method for class 'matrix,ANY':
pcm2pfm(x,background="missing")
## S3 method for class 'matrix,numeric':
pcm2pfm(x,background)
## S3 method for class 'data.frame,ANY':
pcm2pfm(x,background="missing")
## S3 method for class 'data.frame,numeric':
pcm2pfm(x,background)
## S3 method for class 'pcm,numeric':
trimMotif(x,t)
Arguments
x
An object of class pcm
. For getIC
,
if parameter p is followed, x should be an object of matrix.
For pcm2pfm
, x also could be an object of matrix.
p
p is the background frequency.
n
how many spaces should be added.
b
logical value to indicate where the space should be added.
background
a "numeric"
vector. The background frequency.
t
numeric value of information content threshold for trimming.
...
Further potential arguments passed to plotMotifLogo
.