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

Method getLeftVariants

src/rnabloom/graph/CanonicalKmer.java:381–384  ·  view source on GitHub ↗
(int k, int numHash, BloomFilterDeBruijnGraph graph)

Source from the content-addressed store, hash-verified

379 }
380
381 @Override
382 public ArrayDeque<Kmer> getLeftVariants(int k, int numHash, BloomFilterDeBruijnGraph graph) {
383 return getLeftVariants(k, numHash, graph, 1);
384 }
385
386 @Override
387 public ArrayDeque<Kmer> getLeftVariants(int k, int numHash, BloomFilterDeBruijnGraph graph, float minKmerCov) {

Callers

nothing calls this directly

Calls 5

startMethod · 0.95
nextMethod · 0.95
getAltNucleotidesMethod · 0.80
getCountMethod · 0.65
addMethod · 0.65

Tested by

no test coverage detected