Description Usage Arguments Details Value Author(s) Examples
This function reverse complements a DNA sequence or vector of DNA sequences that are stored as character strings.
1 | rc(z)
|
z |
a vector of DNA sequences in upper case character string format. |
This function accepts only DNA sequences in concatenated character
string format, see complement
in the ape
package for "DNAbin" input objects, and comp
in the
seqinr
package for when the input object is a character
vector.
a vector of DNA sequences as upper case character strings.
Shaun Wilkinson
1 | rc("TATTG")
|
[1] "CAATA"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.