IUPAC2Matrix {TFBSTools} | 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)