revcomp | R Documentation |
Reverse complements a sequence.
revcomp(x)
x |
A sequence to reverse complement |
The sequence, reverse complemented
revcomp("GATTACA")
sapply(c("GATTACA", "CATATTAC"), revcomp)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.