makePWM {MotIV} | R Documentation |
This function constructs an object of class pwm from a matrix. It checks that the matrix has correct dimensions and that columns add up to 1.0.
makePWM(pwm, alphabet="DNA")
pwm |
Matrix representing the positon weight matrix |
alphabet |
Character the alphabet making up the sequence. Currently, only "DNA" is supported. |
An object of class pwm.
Oliver Bembom, bembom@berkeley.edu
#mFile <- system.file("Exfiles/pwm1", package="seqLogo") #m <- read.table(mFile) #pwm <- makePWM(m)