Description Usage Arguments Examples
View source: R/pwm-functions.r
Makes a position weight matrix given aligned sequences.
1 2 | PWM(seqs, pseudocount = 0.01, relative.freq = T, is.kinase.pwm = T,
priors = AA_PRIORS_HUMAN, do.pseudocounts = F)
|
seqs |
Aligned sequences all of the same length |
pseudocount |
Pseudocount factor. Final pseudocount is background probability * this factor |
relative.freq |
Set to TRUE if each column should be divided by the sum |
is.kinase.pwm |
Set to TRUE if matrix is being built for a kinase |
priors |
Named character vector containing priors of amino acids. |
do.pseudocounts |
TRUE if we are to add pseudocounts |
1 | # No examples
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.