Computer Science, asked by tejastanmay2007, 23 hours ago

Write a program to convert DNA sequence into RNA sequence.​

Answers

Answered by bholanyk08
0

sorry bro I don't know the answer

Answered by shanmugamellappan61
0

Answer:

SeqRNA = dna2rna( SeqDNA ) converts a DNA sequence to an RNA sequence by converting any thymine nucleotides ( 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

Similar questions