rna_to_dna | R Documentation |
This function takes a RNA sequence as input and returns its DNA transcript.
rna_to_dna(sequence)
sequence |
A character string representing a RNA sequence. |
A character string representing the RNA transcript of the input RNA sequence.
sequence <- "AUCGAGCUAGCUAGCUAGCUAGCU"
rna_to_dna(sequence)
# Returns "ATCGAGCTAGCTAGCTAGCTAGCT"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.