| complement_fast | R Documentation |
Uses chartr() instead of character-by-character translation. ~10x faster than the seqinr-style implementation for long sequences.
complement_fast(seq_str, rev = FALSE)
seq_str |
Character string or vector. |
rev |
Logical. Return reverse complement? Default FALSE. |
Character string(s) with complement.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.