switch_alph {universalmotif} | R Documentation |
Convert a motif from DNA to RNA, or RNA to DNA.
switch_alph(motifs)
motifs |
See |
The DNA/RNA version of the motifs. See convert_motifs()
for
acceptable output formats.
Benjamin Jean-Marie Tremblay, benjamin.tremblay@uwaterloo.ca
DNA.motif <- create_motif() RNA.motif <- switch_alph(DNA.motif)