-
Notifications
You must be signed in to change notification settings - Fork 368
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #92 from broadinstitute/nh_update_genotype_concord…
…ance_scheme updating the genotype concordance scheme to have called variants that
- Loading branch information
Showing
5 changed files
with
10 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
.../CEUTrio-snps_vs_CEUTrio-snps_GtConcordanceDiff_MinDp.genotype_concordance_detail_metrics
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
...CEUTrio-snps_vs_CEUTrio-snps_GtConcordanceDiff_MinDp.genotype_concordance_summary_metrics
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
## htsjdk.samtools.metrics.StringHeader | ||
# picard.vcf.GenotypeConcordance TRUTH_VCF=testdata/picard/vcf/CEUTrio-snps.vcf CALL_VCF=testdata/picard/vcf/CEUTrio-snps.vcf OUTPUT=testdata/picard/vcf/CEUTrio-snps_vs_CEUTrio-snps_GtConcordanceDiff_MinDp TRUTH_SAMPLE=NA12878 CALL_SAMPLE=NA12891 MIN_DP=40 INTERSECT_INTERVALS=true MIN_GQ=0 OUTPUT_ALL_ROWS=false USE_VCF_INDEX=false VERBOSITY=INFO QUIET=false VALIDATION_STRINGENCY=STRICT COMPRESSION_LEVEL=5 MAX_RECORDS_IN_RAM=500000 CREATE_INDEX=false CREATE_MD5_FILE=false | ||
## htsjdk.samtools.metrics.StringHeader | ||
# Started on: Tue Oct 07 16:12:54 EDT 2014 | ||
# Started on: Thu Oct 16 16:18:19 EDT 2014 | ||
|
||
## METRICS CLASS picard.vcf.GenotypeConcordanceSummaryMetrics | ||
VARIANT_TYPE TRUTH_SAMPLE CALL_SAMPLE HET_SENSITIVITY HET_PPV HOMVAR_SENSITIVITY HOMVAR_PPV VAR_SENSITIVITY VAR_PPV | ||
SNP NA12878 NA12891 0.728261 0.703297 0.77027 0.75 0.746988 0.725146 | ||
SNP NA12878 NA12891 0.67 0.703297 0.76 0.75 0.708571 0.725146 | ||
INDEL NA12878 NA12891 ? ? ? ? ? ? | ||
|
||
|
2 changes: 1 addition & 1 deletion
2
.../CEUTrio-snps_vs_CEUTrio-snps_GtConcordanceDiff_MinGq.genotype_concordance_detail_metrics
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
...CEUTrio-snps_vs_CEUTrio-snps_GtConcordanceDiff_MinGq.genotype_concordance_summary_metrics
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
## htsjdk.samtools.metrics.StringHeader | ||
# picard.vcf.GenotypeConcordance TRUTH_VCF=testdata/picard/vcf/CEUTrio-snps.vcf CALL_VCF=testdata/picard/vcf/CEUTrio-snps.vcf OUTPUT=testdata/picard/vcf/CEUTrio-snps_vs_CEUTrio-snps_GtConcordanceDiff_MinGq TRUTH_SAMPLE=NA12878 CALL_SAMPLE=NA12891 MIN_GQ=40 INTERSECT_INTERVALS=true MIN_DP=0 OUTPUT_ALL_ROWS=false USE_VCF_INDEX=false VERBOSITY=INFO QUIET=false VALIDATION_STRINGENCY=STRICT COMPRESSION_LEVEL=5 MAX_RECORDS_IN_RAM=500000 CREATE_INDEX=false CREATE_MD5_FILE=false | ||
## htsjdk.samtools.metrics.StringHeader | ||
# Started on: Tue Oct 07 16:12:46 EDT 2014 | ||
# Started on: Thu Oct 16 16:14:31 EDT 2014 | ||
|
||
## METRICS CLASS picard.vcf.GenotypeConcordanceSummaryMetrics | ||
VARIANT_TYPE TRUTH_SAMPLE CALL_SAMPLE HET_SENSITIVITY HET_PPV HOMVAR_SENSITIVITY HOMVAR_PPV VAR_SENSITIVITY VAR_PPV | ||
SNP NA12878 NA12891 0.708738 0.690722 0.77027 0.732558 0.734463 0.710383 | ||
SNP NA12878 NA12891 0.701923 0.690722 0.76 0.732558 0.726257 0.710383 | ||
INDEL NA12878 NA12891 ? ? ? ? ? ? | ||
|
||
|