Description Usage Arguments Examples
View source: R/pwm-functions.r
Computes matrix similarity score of a PWM with a k-mer. Score ranges from 0-1, as described in [PMID: 12824369]
1 | mss(seqs, pwm, na_rm = F, ignore_cent = T)
|
seqs |
Sequences to be scored |
pwm |
Position weight matrix |
na_rm |
Remove NA scores? |
ignore_cent |
If TRUE, central residue is ignore from scoring. |
1 | # No Examples
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.