rev_comp | R Documentation |
Make the reverse complement of one or more sequences stored as a character
vector. This is a wrapper for comp
for character
vectors instead of lists of character vectors with one value per letter.
IUPAC ambiguity codes are handled and the upper/lower case is preserved.
rev_comp(seqs)
seqs |
A character vector with one element per sequence. |
Other sequence transformations:
complement()
,
reverse()
rev_comp(c("aagtgGGTGaa", "AAGTGGT"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.