Last chance! 50% off unlimited learning
Sale ends in
cat(
">No305",
"NTTCGAAAAACACACCCACTACTAAAANTTATCAGTCACT",
file = "dna1.fas", sep = "")
sequence <- read.fasta("dna1.fas")
complement(sequence)
unlink("dna1.fas")
Run the code above in your browser using DataLab