complement | R Documentation |
Find the 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 code are handled and the upper/lower case is preserved.
complement(seqs)
seqs |
A character vector with one element per sequence. |
Other sequence transformations:
rev_comp()
,
reverse()
complement(c("aagtgGGTGaa", "AAGTGGT"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.