Description Usage Arguments Details Value Examples
Create position weight matrix from multiple sequence alignment
1 |
msa |
A |
indelRate |
<numeric|NULL>; The estimated background rate of Indels. |
PWM
: a matrix
with position as row names and nucleotides as
column manes. Values are nucleotide weights at a position
A ConsensusMatrix is calculated from the MSA using
Biostrings::consensusMatrix
and values are converted to probabilities.
Pseudocounts are added and values are divided by DNA probabilities and log2
score is reported
A PWM
matrix.
1 2 | print("TODO: Add examples")
###
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.