Trio
The trio
calling model is for calling germline variation and de novo mutations in parent-offspring trios.
#
UsageTo call germline and de novo mutations in a trio, either specify both maternal (--maternal-sample
; -M
) and paternal (--paternal-sample
; -F
) samples:
or provide a PED file which defines the trio:
#
Setting ploidiesThe trio calling model is currently only fully supported for diploid samples. You can set sample contig ploidies with the --contig-ploidies
(-p
) option:
#
De novo mutations onlyTo call only DENOVO
mutations, just add the --denovos-only
command:
Note this only works for filtered calls, and should only be used if you do not plan on re-filtering the calls, since this will not be possible once the germline mutations are removed.
#
Performance considerationLike for the population model, --max-joint-genotypes
has a large baring on overall accuracy and runtime. Increasing this parameter can improve sensitivity, but will also result in longer runtimes. The default value is set with accuracy in mind.