View source: R/publicUtilities.R
pfm2pwm | R Documentation |
convert pfm object to PWM
pfm2pwm(x, N = 10000)
x |
an object of |
N |
Total number of event counts used for pfm generation. |
A numeric matrix representing the Position Weight Matrix for PWM.
Jianhong Ou
PWM
library("MotifDb")
matrix.fly <- query(MotifDb, "Dmelanogaster")
pfm2pwm(matrix.fly[[1]])
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.