transcribe | R Documentation |
Transcribe DNA to RNA, substitute T with U
transcribe(dna_string)
dna_string |
A character object with a DNA sequence. |
A character object with a RNA sequence that was transcribed from the DNA sequence.
dna_string <- "ATTA" transcribe(dna_string) # "AUUA"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.