patternize_motif.Rd
Replaces ambiguous letters (B, J, Z, X, and *) with a set of characters (e.g. B with [BDN]).
B
J
Z
X
*
[BDN]
patternize_motif(motif)
[character(1)] Motif to patternize.
character(1)
A single string with regex-ready motif.