rev_complement | R Documentation |
Reverse and complement sequences
seq_complement(x) seq_reverse(x)
x |
a DNA or RNA vector.
Function |
A reverse or complement sequence (same class as the input).
Other biological operations:
seq_rev_translate()
,
seq_translate()
,
transcription
x <- dna("ACTTTGGCTAAG") seq_reverse(x) seq_complement(x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.