Description Usage Arguments Value
This function only take one background sequence as input, it also just calculates the P-value so it is more efficient.
1 2 3 4 5 6 7 8 9 10 | cloverPvalue1seq(
scores,
seq.len,
pwm.len,
bg.fwd,
bg.rev,
B = 1000,
verbose = TRUE,
clover = NULL
)
|
scores |
the affinity scores for individual sequences |
seq.len |
lengths of sequences |
pwm.len |
lengths of PWMs |
bg.fwd |
the raw score of forward strand |
bg.rev |
the raw scores of reverse strand |
B |
the number of random replicates |
verbose |
if to give verbose progress reports |
clover |
the clover scores if already calculated |
P-value
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.