You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Alphabet class that was added in 6ce4ef7 (resolved #410) allows alphabets to reverse complement a string. If you can reverse complement a string, than you can give a string a canonical representation (the canonical representation is the lexicographically "earlier" string out of the original string and it's reverse complement). This is useful for various assembly/reference-free algorithms.
The text was updated successfully, but these errors were encountered:
The
Alphabet
class that was added in 6ce4ef7 (resolved #410) allows alphabets to reverse complement a string. If you can reverse complement a string, than you can give a string a canonical representation (the canonical representation is the lexicographically "earlier" string out of the original string and it's reverse complement). This is useful for various assembly/reference-free algorithms.The text was updated successfully, but these errors were encountered: