test_file = system.file("extdata", "test_genconcord.table", package = "gsalib")
report = gsa.read.gatkreport(test_file)
gsa.reshape.concordance.table(report)
## Output looks like:
## CompGenotypes
##EvalGenotypes NO_CALL HOM_REF HET HOM_VAR UNAVAILABLE MIXED
## NO_CALL 0 0 0 0 0 0
## HOM_REF 0 0 0 0 0 0
## HET 0 0 13463 90 3901 0
## HOM_VAR 0 0 2935 18144 4448 0
## UNAVAILABLE 0 0 2053693 1326112 11290 0
## MIXED 0 0 0 0 0 0
Run the code above in your browser using DataLab