| pfm2pwm {motifStack} | R Documentation |
convert pfm object to PWM
pfm2pwm(x)
x |
A numeric matrix representing the Position Weight Matrix for PWM.
Jianhong Ou
library("MotifDb")
matrix.fly <- query(MotifDb, "Dmelanogaster")
pfm2pwm(matrix.fly[[1]])