Structural Variant De Novo Quality Scoring

You can enable de novo structural variant quality scoring in DRAGEN.

To enable de novo scoring for structural variant joint diploid calling, set --sv-denovo-scoring to true. To adjust the threshold value for which variants are classified as de novo, use the --sv-denovo-threshold command line option. See DN Field for more information.

Inputs

De novo scoring requires the following two files:

A pedigree file that specifies the relationship of all samples in the pedigree.
The VCF output from germline structural variant calling analysis run jointly over all samples in the pedigree.

Output

De novo scoring adds the de novo quality score (DQ) and de novo call (DN) fields for each sample in the output VCF file.

De Novo Scoring Workflows

You can use de novo structural variant scoring in the following workflows.

Perform de novo scoring in two DRAGEN runs. In the first, run germline structural variant analysis jointly over all samples in the pedigree file. In the second, apply de novo structural variant scoring to the joint germline VCF output. See Two-Run Workflow.
Perform de novo scoring in one DRAGEN run. Run germline structural variant analysis jointly over all samples in the pedigree file, and then apply de novo scoring to the joint germline structural variant calls. See One-Run Workflow.