Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RealTimeGenomics/rtg-tools
/ toString
Method
toString
src/main/java/com/rtg/vcf/eval/Orientor.java:157–157 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
155
*/
156
Orientor SQUASH_GT =
new
Orientor() {
157
@Override
158
public
String toString() {
159
return
"squash ("
+ haplotypes() +
" haplotypes)"
;
160
}
Callers
15
decompose
Method · 0.65
getStatistics
Method · 0.65
addBreakdown
Method · 0.65
mainExec
Method · 0.65
vcfRecordToPrediction
Method · 0.65
write
Method · 0.65
writeHeader
Method · 0.65
additionalChecks
Method · 0.65
percent
Method · 0.65
divide
Method · 0.65
statisticsMap
Method · 0.65
getStatistics
Method · 0.65
Implementers
5
MockOrientor
src/test/java/com/rtg/vcf/eval/PathTes
UnphasedOrientor
src/main/java/com/rtg/vcf/eval/Oriento
PhasedOrientor
src/main/java/com/rtg/vcf/eval/Oriento
AltOrientor
src/main/java/com/rtg/vcf/eval/Oriento
ParentalVariant
src/main/java/com/rtg/vcf/eval/Parenta
Calls
no outgoing calls
Tested by
no test coverage detected