Category

Genome Variant Analysis


Usage

java -jar GenomeAnalysisTK.jar -T GenotypeConcordance -R reference.fasta -eval test_set.vcf -comp truth_set.vcf -o output.grp


Manual

Argument name(s)Default valueSummary
Required Inputs
--comp
NAThe variants and genotypes to compare against
--eval
NAThe variants and genotypes to evaluate
Required Flags
--moltenize
falseMolten rather than tabular output
Optional Outputs
--out
 -o
stdoutAn output file created by the walker. Will overwrite contents if file exists
Optional Parameters
--genotypeFilterExpressionComp
 -gfc
[]One or more criteria to use to set COMP genotypes to no-call. These genotype-level filters are only applied to the COMP rod.
--genotypeFilterExpressionEval
 -gfe
[]One or more criteria to use to set EVAL genotypes to no-call. These genotype-level filters are only applied to the EVAL rod.
--printInterestingSites
 -sites
NAFile to output the discordant sites and genotypes.
Optional Flags
--ignoreFilters
falseFilters will be ignored


Share your experience or ask a question