revcom | R Documentation |
Determine the reverse complementary DLData
object. Only works for DNA or RNA. Data may include gap symbols.
revcom(data)
## S3 method for class 'DLData'
revcom(data)
data |
the data |
the reverse complement
Jan Grau <grau@informatik.uni-halle.de>
data <- DLData(c("ACGT", "ATTA"))
revcom(data)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.