motif_rc {universalmotif} | 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)
motifs |
See |
See convert_motifs()
for available output formats.
Benjamin Jean-Marie Tremblay, b2tremblay@uwaterloo.ca
jaspar <- read_jaspar(system.file("extdata", "jaspar.txt", package = "universalmotif")) jaspar.rc <- motif_rc(jaspar)