powered by
Reverse complmenet a NucleotideSequence object.
The method reverse complements the sequence "in place", no object cloning is performed.
# S3 method for NucleotideSequence revComp(this, ...)
A NucleotideSequence object
Not used.
Invisible TRUE.
For more information see NucleotideSequence.
NucleotideSequence
# NOT RUN { s<-NucleotideSequence(string="ATGC") s revComp(s) s # }
Run the code above in your browser using DataLab