Description Usage Arguments Value Note
This function converts nucleotide sequence to numbers for the efficiency of calculation
1 |
x |
a character vector containing any number of "A", "T", "G", and "C". |
a vector of integers where 1 corresponds to "A", 2 corresponds to "T", 3 corresponds to "G", and 4 corresponds to "C". A 0 is put in place of characters that are missing or not one of the four nucleotides.
This internal function is not intended to be called by the user.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.