powered by
This function takes a RNA sequence as input and returns its DNA transcript.
rna_to_dna(sequence)
A character string representing the RNA transcript of the input RNA sequence.
A character string representing a RNA sequence.
sequence <- "AUCGAGCUAGCUAGCUAGCUAGCU" rna_to_dna(sequence) # Returns "ATCGAGCTAGCTAGCTAGCTAGCT"
Run the code above in your browser using DataLab