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
dear will-rowe,
HULK is concerned about the k-mer frequency as described in your paper. I find that a minimizer hash value cannot be added into the minimizerSketch when it is contained in the sketch(minimizer.go, line 195). So the hash values in the minimizerSketch are unique. We cannot add the same minimizer hash value into the minimizerSketch inside a window, but if two different windows have the same minimizer-kmer, shall we concern the k-mer frequency?
The text was updated successfully, but these errors were encountered:
Hi @XiaomingXu1995 - you are right that only unique minimizers are added to a sketch for a read. It would be a good idea to take into account minimizer frequency, I should probably try that.
I'm afraid HULK has been neglected recently. I will do my best to get back to it and try some new ideas out, including your observation. Thank you for your interest in it.
dear will-rowe,
HULK is concerned about the k-mer frequency as described in your paper. I find that a minimizer hash value cannot be added into the minimizerSketch when it is contained in the sketch(minimizer.go, line 195). So the hash values in the minimizerSketch are unique. We cannot add the same minimizer hash value into the minimizerSketch inside a window, but if two different windows have the same minimizer-kmer, shall we concern the k-mer frequency?
The text was updated successfully, but these errors were encountered: