Description Usage Arguments Value Author(s) Examples
Returns the reverse complement of a given DNA character string
1 | revcomp(dna.seq)
|
dna.seq |
character string; genetic sequence composed of "A","C","T", and "G" characters, of which the reverse complement sequence is desired |
A character string that is the reverse complement of dna.seq
Nicholas B. Larson
1 2 | test.sequence<-"ACTGATGAT"
revcomp(test.sequence)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.