TINC is a package to determine the contamination of tumour DNA in a matched normal sample. The approach uses evolutionary theory applied to read counts data from whole-genome sequencing assays.

Precisely, the package provides methods to determine, for every matched pair of normal and tumour sample biopsies, the proportion of cancer cells, or tumour read fractions, contaminating the normal sample (Tumour in Normal, TIN). Similarly, it determines the proportion of cancer cells in the tumour sample (Tumour in Tumour, TIT), also called tumour purity.

If the TIN contamination determined by TINC is high, there are good chances that a somatic caller will be affected by false negative calls (i.e., non-called mutations that have read support in the normal). In these cases TINC can be used to flag samples better suited for a tumour-only somatic calling pipeline.

Help and support

Installation

You can install the released version of TINC with:

# install.packages("devtools")
devtools::install_github("caravagnalab/TINC")

Giulio Caravagna. Cancer Data Science (CDS) Laboratory.