| Bioinformatics Toolbox | ![]() |
Convert DNA sequence to RNA sequence
SeqRNA = dna2rna(SeqDNA)
SeqDNA | DNA sequence. Enter either a character string with the characters A, T, G, C, and ambiguous characters R, Y, K, M, S, W, B, D, H, V, N, or a vector of integers from the table Mapping Nucleotide Letters to Integers. You can also enter a structure with the field Sequence. |
SeqRNA | RNA sequence. |
SeqRNA = dna2rna(SeqDNA) converts a DNA sequence to an RNA sequence by converting any thymine nucleotides (T) in the DNA sequence to uracil (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.
Convert a DNA sequence to an RNA sequence.
rna = dna2rna('ACGATGAGTCATGCTT')
rna =
ACGAUGAGUCAUGCUU
Bioinformatics Toolbox function rna2dna
MATLAB functions regexp, strrep
| dimercount | dolayout (biograph) | ![]() |
© 1994-2005 The MathWorks, Inc.