Convert DNA sequence to RNA sequence
SeqRNA
= dna2rna(SeqDNA
)
SeqDNA | DNA sequence specified by any of the following:
|
converts
a DNA sequence to an RNA sequence by converting any thymine nucleotides
(SeqRNA
= dna2rna(SeqDNA
)T
) in the DNA sequence to uracil nucleotides
(U
). The RNA sequence is returned in the same format
as the DNA sequence. For example, if SeqDNA
is
a vector of integers, then so is SeqRNA
.