Description Usage Arguments Value See Also Examples
This function reverse complements DNA sequence(s) provided.
This function is nothing more than a concisely-named convenience wrapper for
reverseComplement
that handles the character
vector
DNA sequences generated in the the dada2 package.
1 | rc(sq)
|
sq |
(Required). |
character
. The reverse-complemented DNA sequence(s).
1 2 3 4 | R1492 <- "RGYTACCTTGTTACGACTT"
rc(R1492)
sqs <- getSequences(system.file("extdata", "example_seqs.fa", package="dada2"))
rc(sqs)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.