dna_to_aa | R Documentation |
Convert three-letter sequence of ATGC to corrseponding translated amino-adid sequence. Amino-acids can be reported in full name or single-letter code. Function is most efficient when using a vector of sequences.
dna_to_aa(x, output_format = 1)
x |
three-letter character sequence of A, T, G and C. |
output_format |
1 for full name, 2 for single-letter code. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.