| rev_comp | R Documentation |
rev_comp generates the reverse complement of input DNA sequences.
This is commonly used for analyzing complementary strands or anticodon sequences.
rev_comp(seqs)
seqs |
Input DNA sequences as a DNAStringSet object, or a named vector of sequences that can be coerced to DNAStringSet. |
A DNAStringSet object containing the reverse complemented sequences.
# Reverse complement of codons
rev_comp(Biostrings::DNAStringSet(c('TAA', 'TAG')))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.