Closed Adamtaranto closed 2 months ago
Add methods for removing specific kmers and for thresholding on counts.
drop()
drop_hash()
mincut()
maxcut()
Closes #18 Closes #19
Add methods for removing specific kmers and for thresholding on counts.
drop()
: Remove record from count table by kmer.drop_hash()
: Remove record from table by hash.mincut()
: Remove all records with counts less than x.maxcut()
: Remove all records with counts greater than x.Closes #18 Closes #19