IUPAC2Matrix | R Documentation |
Convert a IUPAC string into a Postion Weight Matirx
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
x <- "RMGNV"
IUPAC2Matrix(x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.