Contents

1 Introduction

Microsatellite instability (MSI) is a feature of tumor genomes that has long been studied. A basic source of interest in MSI is the observation that tumors exhibiting MSI are often less aggressive. One theory is that these tumors produce neoantigens that are more likely to stimulate immune responses that reduce risk of metastasis.

This package provides data structures based on tables published with recent studies of MSI in TCGA samples.

2 Cortes-Ciriano et al. 2017

Three supplemental tables have been transformed to SummarizedExperiment instances. These are devoted to gene-centric enumeration of MSI events in CDS (molpo_CDS), 3’UTR (molpo_3utr), and 5’UTR (molpo_5utr).

## class: RangedSummarizedExperiment 
## dim: 6441 190 
## metadata(2): sourcepub_url table_url
## assays(1): sputnik_based
## rownames(6441): TNFRSF9_7998253 TCEB3_24078403 ... GPR112_135431207
##   HCFC1_153219645
## rowData names(2): gene full_rn
## colnames(190): TCGA-B5-A0JZ TCGA-D1-A175 ... TCGA-WS-AB45 TCGA-NH-A5IV
## colData names(1): tumor_type

With the following code we approximately reproduce Figure 2a of the paper. We sorted by ‘locus-specific’ MSI recurrence, then grouped by gene symbol. CASP5 occurs twice in Figure 2a; the figure below sums all the events tabulated for CASP5. How to dissect the annotation of MSI enumeration for this gene is not immediately clear. The same situation arises with gene MAK16 for 3’UTR.

## Using tumor as id variables

Figure 3a of the paper illustrates variation within and between tumor types in total numbers of MSI events detected in whole genome sequences. The gestalt of this figure can be obtained through the following code:

3 Ding et al. 2018

The MSIsensor scores from the paper of Ding et al. are provided in a simple data.frame. The gestalt of their Figure 3C can be obtained via: