reverse | R Documentation |
Find the reverse of one or more sequences stored as a character
vector. This is a wrapper for rev
for character
vectors instead of lists of character vectors with one value per letter.
reverse(seqs)
seqs |
A character vector with one element per sequence. |
Other sequence transformations:
complement()
,
rev_comp()
reverse(c("aagtgGGTGaa", "AAGTGGT"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.