Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
*/
23
interface
BloomFilterInterface{
24
void
add(String key);
25
boolean lookup(String key);
26
float getFPR();
27
}
Callers
15
getReadLengthQuartiles
Method · 0.65
populateGraph
Method · 0.65
write
Method · 0.65
run
Method · 0.65
clusterLongReads
Method · 0.65
writeToFile
Method · 0.65
run
Method · 0.65
asList
Method · 0.65
assembleFragmentsMultiThreaded
Method · 0.65
SingleEndReadsIterator
Method · 0.65
getPooledReadPaths
Method · 0.65
getKmerSizes
Method · 0.65
Implementers
5
SimpleBloomFilter
src/rnabloom/bloom/SimpleBloomFilter.j
CascadingBloomFilter
src/rnabloom/bloom/CascadingBloomFilte
BloomFilter
src/rnabloom/bloom/BloomFilter.java
PairedKeysBloomFilter
src/rnabloom/bloom/PairedKeysBloomFilt
PairedKeysPartitionedBloomFilter
src/rnabloom/bloom/PairedKeysPartition
Calls
no outgoing calls
Tested by
no test coverage detected