dna_to_rna | R Documentation |
Convert a DNA sequence into a RNA sequence by replacing the Thymines (T) by Uracil (U) present in the given sequence.
dna_to_rna(dna_seq)
dna_seq |
The DNA sequence that is going to be converted into RNA. |
Sequence provided converted into RNA.
dna_seq = "AGAGTTTGATCCTGGCTCAG" dna_to_rna(dna_seq)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.