Category

Sam/Bam Manipulation


Usage

java -jar picard.jar FindMendelianViolations


Manual

INPUT (File)    Input VCF or BCF with genotypes. Required.
TRIOS (File)    File of Trio information in PED format (with no genotype columns). Required.
OUTPUT (File)    Output metrics file. Required.
MIN_GQ (Integer)    Minimum genotyping quality (or non-ref likelihood) to perform tests. Default value: 30. This option can be set to 'null' to clear the default value.
MIN_DP (Integer)    Minimum depth in each sample to consider possible mendelian violations. Default value: 0. This option can be set to 'null' to clear the default value.
MIN_HET_FRACTION (Double)    Minimum allele balance at sites that are heterozygous in the offspring. Default value: 0.3. This option can be set to 'null' to clear the default value.
VCF_DIR (File)    If provided, output per-family VCFs of mendelian violations into this directory. Default value: null.
SKIP_CHROMS (String)    List of chromosome names to skip entirely. Default value: [MT, chrM]. This option can be set to 'null' to clear the default value. This option may be specified 0 or more times. This option can be set to 'null' to clear the default list.
MALE_CHROMS (String)    List of possible names for male sex chromosome(s) Default value: [chrY, Y]. This option can be set to 'null' to clear the default value. This option may be specified 0 or more times. This option can be set to 'null' to clear the default list.
FEMALE_CHROMS (String)    List of possible names for female sex chromosome(s) Default value: [chrX, X]. This option can be set to 'null' to clear the default value. This option may be specified 0 or more times. This option can be set to 'null' to clear the default list.
PSEUDO_AUTOSOMAL_REGIONS (String)    List of chr:start-end for pseudo-autosomal regions on the female sex chromosome. Defaults to HG19/b37 & HG38 coordinates. Default value: [chrX:10000-2781479, X:10001-2649520, chrX:155701382-156030895, X:59034050-59373566]. This option can be set to 'null' to clear the default value. This option may be specified 0 or more times. This option can be set to 'null' to clear the default list.
THREAD_COUNT (Integer)    The number of threads that will be used to collect the metrics. Default value: 1. This option can be set to 'null' to clear the default value.
TAB_MODE (Boolean)    If true then fields need to be delimited by a single tab. If false the delimiter is one or more whitespace characters. Note that tab mode does not strictly follow the PED spec Default value: false. This option can be set to 'null' to clear the default value. Possible values: {true, false}


Share your experience or ask a question