Replaces ambiguous letters (B, J, Z, X, and *) with a set of characters (e.g. B with [BDN]).

patternize_motif(motif)

Arguments

motif

[character(1)]
Motif to patternize.

Value

A single string with regex-ready motif.