Microsatellite Instability

Microsatellites are genomic regions of short DNA motifs that are repeated 5–50 times and are associated with high mutation rates. Microsatellite Instability (MSI) results from deficiencies in the DNA mismatch repair pathway and can be used as a critical biomarker to predict immunotherapy responses in multiple tumor types.

You can compute Microsatellite Instability (MSI) when the DNA SNV caller is run in Tumor-Normal mode.

Microsatellite regions can be difficult to accurately map, but MSI can be inferred in silico with DRAGEN.

You can enable MSI analysis by including the --msi-command tumor-normal flag. The command executes the following steps.

1. Tabulates tumor and normal counts from the read data for each specified microsatellite region.
2. Filters out sites with insufficient coverage.
3. Determines unstable sites by performing chi-square testing. Unstable sites have repeat length distributions that are significantly shifted between tumor and normal.
4. Produces a report given an MSI score that specifies the percentage of unstable sites in every sample.