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

Method add

src/rnabloom/bloom/BloomFilterInterface.java:24–24  ·  view source on GitHub ↗
(String key)

Source from the content-addressed store, hash-verified

22 */
23interface BloomFilterInterface{
24 void add(String key);
25 boolean lookup(String key);
26 float getFPR();
27}

Callers 15

populateGraphMethod · 0.65
writeMethod · 0.65
runMethod · 0.65
clusterLongReadsMethod · 0.65
writeToFileMethod · 0.65
runMethod · 0.65
asListMethod · 0.65
getPooledReadPathsMethod · 0.65
getKmerSizesMethod · 0.65

Implementers 5

SimpleBloomFiltersrc/rnabloom/bloom/SimpleBloomFilter.j
CascadingBloomFiltersrc/rnabloom/bloom/CascadingBloomFilte
BloomFiltersrc/rnabloom/bloom/BloomFilter.java
PairedKeysBloomFiltersrc/rnabloom/bloom/PairedKeysBloomFilt
PairedKeysPartitionedBloomFiltersrc/rnabloom/bloom/PairedKeysPartition

Calls

no outgoing calls

Tested by

no test coverage detected