pwmType {motifmatchr}R Documentation

pwmType

Description

Determines type of PWM

Usage

pwmType(pwm)

Arguments

pwm

PWMatrix object

Value

'log','log2', or 'frequency' depending on type of pwm

Examples


data(example_motifs, package = "motifmatchr")
pwmType(TFBSTools::toPWM(example_motifs[[1]]))
pwmType(TFBSTools::toPWM(example_motifs[[1]], type = "prob"))

[Package motifmatchr version 1.14.0 Index]