revcomp | R Documentation |
Simple DNA reverse-complement function
revcomp(x, molecule = c("DNA", "RNA"), ...)
x |
|
molecule |
|
character
string with reverse-complemented sequences.
Other jam GeoMx functions:
import_geomx_samplesheet()
dna_in <- "GTTACTCT";
revcomp(dna_in)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.