For the complete documentation index, see llms.txt. This page is also available as Markdown.

MSI

The DRAGEN microsatellite instability status (MSI) module assesses microsatellite sites for evidence of microsatellite instability relative to a set of baseline normal samples. The algorithm is designed for robust performance when working with liquid biopsy samples that frequently have low tumor fraction and high noise level. Compared to other technologies for MSI detection, the algorithm uses higher number of microsatellite sites (>2,300) and shorter site size (6-7 bp) reducing error rates and decreasing potential false positives commonly found in homopolymer sequencing.

Parameter
TSO 500 ctDNA MSI algorithm
Other technologies

Site size

6 – 7 bp

10+ bp

Number of sites

> 2,300

PCR: 5 – 7

Tissue NGS: ~20-150

Other ctDNA NGS: ~50-200

Output

SumJSD (aggregated signature across unstable sites)

% unstable sites

bMSI, or blood-based Microsatellite Instability, is a term often used when analyzing liquid biopsy samples to distinguish from MSI, tissue-based Microsatellite Instability. DRAGEN TSO 500 ctDNA Analysis Software uses MSI to maintain alignment with DRAGEN TSO 500 Analysis Software and DRAGEN MSI algorithms, however, is designed specifically for bMSI determination in liquid biopsy samples.

MSI Algorithm

The MSI algorithm uses the following steps:

  1. MSI Allele Counting. The algorithm takes as an input the BAM file from the DNA alignment and read collapsing step. For all 2,343 selected MSI sites, the number of spanning duplex collapsed reads is calculated. Only reads spanning the entire MSI site are included to ensure accuracy.

  2. MSI Site Classification. For MSI sites with 500 or more spanning duplex collapsed reads, Jensen – Shannon distance (JSD), an information entropy metric, is calculated using the test sample vs baseline normal samples, and then any two baseline normal samples. If the JSD is significantly higher in the test sample vs baseline normal with p-value ≤ 0.01 and the JSD difference is ≥ 0.02, the site is considered unstable.

  3. Final Score Calculation. The final MSI score, SumJSD, aggregates JSD scores across all unstable sites

MSI Algorithm in TruSight Oncology 500 ctDNA v2 assay

MSI Output Files

The MSI algorithm outputs results in the following files:

  • Combined Variant Output File, {SampleID}_CombinedVariantOutput.tsv

  • MSI Output JSON file, {Sample_ID}.microsat_output.json

1. Combined Variant Output File

File name: {SampleID}_CombinedVariantOutput.tsv

The MSI results are output in the section [MSI] and include:

  • SUM_JSD value, a sum of SJD scores across unstable sites.

2. MSI Output JSON File

File name: {Sample_ID}.microsat_output.json

The file is output in the intermediate files (under Logs_Intermediates/DragenCaller) and includes the following information:

Field
Description

Settings

A set of parameters including p-value and spanning reads coverage threshold.

TotalMicrosatelliteSitesAssessed

Total number of sites with sufficient coverage (500 or more spanning duplex collapsed reads).

TotalMicrosatelliteSitesUnstable

Total sites with p-value ≤ 0.01 and the mean JSD difference ≥ 0.02

PercentageUnstableSites

Percent of unstable sites, calculated as TotalMicrosatelliteSitesUnstable

divided by TotalMicrosatelliteSitesAssessed and multiplied by 100.

ResultIsValid

True or False. The ResultValid field will be false if the total number of assessed sites are less than or equal to 20.

ResultMessage

If the results are not valid, this field will have a message indicating if the number of the assessed sites is lower than the threshold or the coverage of the sites is lower than the threshold.

SumDistance

A sum of JSD scores across unstable sites.

MSI result interpretation

Based on the internal cohort of 294 data points from 136 unique cfDNA samples (127 and 9 unique MSS/normal and MSI-H samples, respectively), we developed an empirical cut-off for SumJSD score to identify MSI-H samples: SumJSD >0.08. The value optimizes false positives (in normals) and false negatives (in cancer samples). Users are recommended to test and adjust the cut-off as needed for their application. Refer to the page Commercial Control Use with TSO 500 ctDNA for recommendations on sample use to test MSI analytical performance.

Microsatellite site selection

For addition background, microsatellite site selection for the algorithm was guided by the need to optimize detection for low fraction samples, which is a frequent occurrence in liquid biopsy testing. The gold standard, the Promega MSI-PCR assay, utilizes 5-10 polyA/T sites with 25+bp repeats. The TSO 500 ctDNA panel includes 7 of the canonical MSI-PCR sites, but there is often insufficient spanning read coverage for these sites in the liquid biopsy samples due to their longer repeat length as well as high AT dropout rates.

The need for the higher number of smaller microsatellite sites was additionally driven by the experience with the previous version of the MSI algorithm in TSO 500 ctDNA v1 assay that used 76 10+ bp sites.

Based on that, we evaluated sites with various repeat lengths and selected for the TSO 500 ctDNA MSI algorithm all sites in the scope of the panel with size 6-7 bp with the best signal to noise ratio.

Last updated

Was this helpful?