
Last chance! 50% off unlimited learning
Sale ends in
complement(fas)
"5-TTGAACC-3"
is "5-GGTTCAA-3"
.This may be used for converting the consensus sequence to its complement, when the user find that the sequence can not be aligned with other sequences.
revComp
for more information.
cat(
">No305",
"NTTCGAAAAACACACCCACTACTAAAANTTATCAGTCACT",
file = "dna1.fas", sep = "\n")
sequence <- read.fasta("dna1.fas")
complement(sequence)
unlink("dna1.fas")
Run the code above in your browser using DataLab