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

Method getHashValues

src/rnabloom/bloom/hash/HashFunction.java:173–177  ·  view source on GitHub ↗
(final String kmer,
                              final int numHash,
                              final long[] out)

Source from the content-addressed store, hash-verified

171 }
172
173 public void getHashValues(final String kmer,
174 final int numHash,
175 final long[] out) {
176 NTM64(kmer, k, numHash, out);
177 }
178
179 /**
180 * Generate multiple hash values using the base hash value

Callers 15

addMethod · 0.45
getCountMethod · 0.45
addMethod · 0.45
lookupMethod · 0.45
lookupThenAddMethod · 0.45
addMethod · 0.45
lookupLeftMethod · 0.45
lookupRightMethod · 0.45
lookupPairMethod · 0.45
incrementMethod · 0.45
getCountMethod · 0.45
addMethod · 0.45

Calls 1

NTM64Method · 0.80

Tested by

no test coverage detected