Tumor Mutational Burden

You can compute Tumor Mutational Burden (TMB) if running the SNV caller in Tumor-Only or Tumor-Normal Mode.

DRAGEN uses the following steps to compute TMB:

1. Generates variant calls with DRAGEN tumor-normal mode.
2. Identifies eligible regions. Only regions that meet the specified minimum required coverage are eligible.

You can specify custom regions of interest using the command line.

3. Filters the following variants.
FAIL variants
Mitochondrial variants
MNVs
Variants that do not meet the minimum depth (DP) threshold. Use the --vc-callability-tumor-thresh command line option to specify the threshold value.
Variants that do not meet the minimum variant allele threshold. Use the --tmb-vaf-threshold command line option to specify the threshold value.
Variants that fall outside the eligible regions.
Germline variants. Variants are determined as germline if they meet one of the following criterion.
Variants in the sample VCF with VAF > 0.9.
Variants with a population allele count ≥ 10 that are observed in either the 1000 Genome or gnomAD database.
If more than five surrounding variants are germline.
Tumor driver mutations. Variants with a population allele count ≥ 50 are treated as tumor driver mutations. You can specify the cosmic driver threshold using the tmb-cosmic-count-threshold command line option.
4. Identifies nonsynonymous variants. Only nonsynonymous events are included. Nonsynonymous consequences include:
feature_elongation, feature_truncation, frameshift_variant
incomplete_terminal_codon_variant, inframe_deletion, inframe_insertion
missense_variant, protein_altering_variant, splice_acceptor_variant
splice_donor_variant, start_lost, stop_gained, stop_lost, transcript_truncation
5. Computes TMB and nonsynonymous TMB using the following equations.
TMB= Filtered Variants/ Eligible Region
Nonsynonymous TMB=Filtered Nonsynonymous Variants / Eligible Region