Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BirolLab/RNA-Bloom
/ hasNext
Method
hasNext
src/rnabloom/io/PafReader.java:46–48 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
44
}
45
46
public
boolean hasNext() {
47
return
itr.hasNext();
48
}
49
50
public
ExtendedPafRecord next() {
51
ExtendedPafRecord r =
new
ExtendedPafRecord();
Callers
11
mapWithMinimapFiltered
Method · 0.95
extractUniqueFromOverlaps
Method · 0.95
trimSplitByReadDepth
Method · 0.95
extractUniqueFromMapping
Method · 0.95
extractClustersFromMapping
Method · 0.95
extractClustersFromOverlaps
Method · 0.95
populateGraphFromOverlaps
Method · 0.95
getPolyAScores
Method · 0.95
getLengthNormalizedReadCounts
Method · 0.95
getLengthNormalizedReadCounts
Method · 0.95
getReadCounts
Method · 0.95
Calls
1
hasNext
Method · 0.65
Tested by
no test coverage detected