Description Usage Arguments Value Author(s) See Also Examples
Reverse complmenet a NucleotideSequence object.
The method reverse complements the sequence "in place", no object cloning is performed.
1 2 |
this |
A NucleotideSequence object |
... |
Not used. |
Invisible TRUE.
Botond Sipos, Gregory Jordan
For more information see NucleotideSequence
.
1 2 3 4 5 | s<-NucleotideSequence(string="ATGC")
s
revComp(s)
s
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.