motif_rc | R Documentation |
For any motif, change the motif
slot to it's reverse complement. If the
multifreq
slot is filled, then it is also applied. No other slots are
affected.
motif_rc(motifs, ignore.alphabet = FALSE)
motifs |
See |
ignore.alphabet |
|
See convert_motifs()
for available output formats.
Benjamin Jean-Marie Tremblay, benjamin.tremblay@uwaterloo.ca
jaspar <- read_jaspar(system.file("extdata", "jaspar.txt",
package = "universalmotif"))
jaspar.rc <- motif_rc(jaspar)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.