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
Right now there is no way, in Python, to figure out which k-mers in a given sequence are tagged! More generally, it would be nice to be able to iterate over all tags in the tagset.
The text was updated successfully, but these errors were encountered:
Yes; the function is exposed through LabelHash in python, and actually
defined in Subset. This may be promoted up to Hashbits. You can use
sweep_tag_neighborhood with range of 0 to check only the kmers in the
sequence (the default range is 0).
Right now there is no way, in Python, to figure out which k-mers in a given sequence are tagged! More generally, it would be nice to be able to iterate over all tags in the tagset.
The text was updated successfully, but these errors were encountered: