pwmType {motifmatchr} | R Documentation |
Determines type of PWM
pwmType(pwm)
pwm |
PWMatrix object |
'log','log2', or 'frequency' depending on type of pwm
data(example_motifs, package = "motifmatchr") pwmType(TFBSTools::toPWM(example_motifs[[1]])) pwmType(TFBSTools::toPWM(example_motifs[[1]], type = "prob"))