MCPcopy Create free account
hub / github.com/BirolLab/RNA-Bloom / getHashIterator

Method getHashIterator

src/rnabloom/bloom/hash/HashFunction.java:199–201  ·  view source on GitHub ↗
(final int numHash)

Source from the content-addressed store, hash-verified

197// }
198
199 public NTHashIterator getHashIterator(final int numHash) {
200 return new NTHashIterator(k, numHash);
201 }
202
203 public NTHashIterator getHashIterator(final int numHash, final int k) {
204 return new NTHashIterator(k, numHash);

Callers 8

minimizerBasedMethod · 0.95
minimalSetMethod · 0.95
FastqToGraphWorkerMethod · 0.45
FastaToGraphWorkerMethod · 0.45
SeqToGraphWorkerMethod · 0.45
runMethod · 0.45
clusterLongReadsMethod · 0.45
getBestSegmentMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected