Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenGene/fastp
/ getDupRate
Method
getDupRate
src/duplicate.cpp:165–169 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
163
}
164
165
double Duplicate::getDupRate() {
166
if(mTotalReads == 0)
167
return 0.0;
168
return (double)mDupReads/(double)mTotalReads;
169
}
Callers
2
process
Method · 0.80
process
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected