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
As part of the work on Gene models, we introduced the SequenceUtils object (in adam.utils), which is just a hacky container for some simple "complement" operations on DNA sequences themselves.
This should be replaced by an actual Alphabet model, with support for ambiguity codes, different alphabets, etc.