rev_comp | R Documentation |
rev_comp
creates reverse complemented version of the input sequence
rev_comp(seqs)
seqs |
input sequences, DNAStringSet or named vector of sequences |
reverse complemented input sequences as a DNAStringSet.
# 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.