gevPerSequence {PWMEnrich} | R Documentation |
Apply GEV background normalization per every sequence
gevPerSequence(scores, seq.len, pwm.len, bg.loc, bg.scale, bg.shape)
scores |
affinity scores for the PWMs, can contain scores for more than one sequence (as rows), P-values are extracted separately |
seq.len |
the length distribution of the sequences |
pwm.len |
the lengths of PWMs |
bg.loc |
list of linear regression for location parameter |
bg.scale |
list of linear regression for scale parameter |
bg.shape |
list of linear regression for shape parameter |