Multisample CNV Calling
Multisample CNV calling is supported for WGS and WES workflows.
The following is an example command line for running a trio analysis:
dragen \
-r <HASHTABLE> \
--output-directory <OUTPUT> \
--output-file-prefix <SAMPLE> \
--enable-cnv true \
--cnv-input <FATHER_TN_TSV> \
--cnv-input <MOTHER_TN_TSV> \
--cnv-input <PROBAND_TN_TSV> \
--pedigree-file <PEDIGREE_FILE>

Make sure all input samples have gone through the same single sample workflow and have identical intervals. If the samples are WES inputs, then you must generate the samples using the same panel of normals, and the autosomal intervals for all samples must match.
The following options are used in DeNovo CNV calling:
Option |
Description |
---|---|
--cnv-input |
For DeNovo CNV calling, this specifies the input tangent-normalized signal files (*.tn.tsv) from the single sample runs. This option can be specified multiple times, once for each input sample. |
--cnv-input |
For DeNovo CNV calling, this specifies the input tangent-normalized signal files (*.tn.tsv) from the single sample runs. This option can be specified multiple times, once for each input sample. |
--cnv-filter-de-novo-qual |
Phred-scaled threshold at which a putative event in the proband sample is marked as DeNovo. Default value is 0.125. |
--pedigree-file |
Pedigree file specifying the relationship between the input samples. |