pfm2pwm {motifStack} | R Documentation |
convert pfm object to PWM
pfm2pwm(x, N = 10000)
x |
|
N |
Total number of event counts used for pfm generation. |
A numeric matrix representing the Position Weight Matrix for PWM.
Jianhong Ou
library("MotifDb") matrix.fly <- query(MotifDb, "Dmelanogaster") pfm2pwm(matrix.fly[[1]])