Category

Genome Variant Analysis


Usage

java -jar GenomeAnalysisTK.jar -T VariantsToBinaryPed -R reference.fasta -V variants.vcf -m metadata.fam -bed output.bed -bim output.bim -fam output.fam


Manual

Argument name(s)Default valueSummary
Required Inputs
--metaData
 -m
NASample metadata file
--variant
 -V
NAInput VCF file
Required Outputs
--bed
NAoutput bed file
--bim
NAoutput map file
--fam
NAoutput fam file
Required Parameters
--minGenotypeQuality
 -mgq
0If genotype quality is lower than this value, output NO_CALL
Optional Inputs
--dbsnp
 -D
nonedbSNP file
--outputMode
 -mode
INDIVIDUAL_MAJORThe output file mode (SNP major or individual major)
Optional Flags
--checkAlternateAlleles
falseChecks that alternate alleles actually appear in samples, erroring out if they do not
--majorAlleleFirst
falseSets the major allele to be 'reference' for the bim file, rather than the ref allele


Share your experience or ask a question