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