Description Usage Arguments Details Value Author(s) Examples
Convert a IUPAC string into a Postion Weight Matirx
1 | IUPAC2Matrix(x)
|
x |
The IUPAC string. |
The mapping between IUPAC Extended Genetic Alphabet and the DNA bases letters
are from IUPAC_CODE_MAP
in Biostrings package.
A matrix with position weight.
Ge Tan
1 2 | x <- "RMGNV"
IUPAC2Matrix(x)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.