Determines type of PWM
pwmType(pwm)
'log','log2', or 'frequency' depending on type of pwm
data(example_motifs, package = "motifmatchr") pwmType(TFBSTools::toPWM(example_motifs[[1]]))#> [1] "log2"pwmType(TFBSTools::toPWM(example_motifs[[1]], type = "prob"))#> [1] "frequency"