Contents

1 Introduction

The TCGA tumor types cover a collection of anatomical compartments. Organizing tumor types into groups of related compartments may be fruitful. We will use the oncotree OBO representation from an NCI thesaurus OBO distribution in the Bioc 3.9 version of ontoProc.

2 A table

This table was constructed by hand on Oct 10 2019 using materials in ontoProc package.

## snapshotDate(): 2022-04-21
## loading from cache

3 Formal annotation of anatomic site

3.1 Expeditious mapping

We will drop the CNTL class, and use only the first NCIT mapping when two seem to match.

##             code                                              oncotr_site
## NCIT:C40217 UCEC Uterine Corpus Endometrial Stromal and Related Neoplasms
## NCIT:C9383  READ                                    Rectal Adenocarcinoma
## NCIT:C6975  KIRP                           Papillary Renal Cell Carcinoma
## NCIT:C4146  KICH                         Chromophobe Renal Cell Carcinoma
## NCIT:C4436  CHOL                                       Cholangiocarcinoma
##                    ncit
## NCIT:C40217 NCIT:C40217
## NCIT:C9383   NCIT:C9383
## NCIT:C6975   NCIT:C6975
## NCIT:C4146   NCIT:C4146
## NCIT:C4436   NCIT:C4436

We now have a 1-1 mapping from TCGA code to NCIT site. These sites can be grouped according to organ system, using the knowledge that NCIT:C3263 is the ‘neoplasm by site’ (which really should be ‘system’) category.

Neither thymoma nor mesothelioma have NCIT organ system mappings per se.

3.2 Aggregation

We now have 12 categories for 33 tumor types. A code pattern for finding the TCGA codes for a given system is:

##             code                   oncotr_site        ncit
## NCIT:C40195 CESC    Cervical Squamous Neoplasm NCIT:C40195
## NCIT:C7550    OV Ovarian Serous Adenocarcinoma  NCIT:C7550
## NCIT:C2919  PRAD       Prostate Adenocarcinoma  NCIT:C2919
## NCIT:C8591  TGCT    Testicular Germ Cell Tumor  NCIT:C8591
## NCIT:C42700  UCS        Uterine Carcinosarcoma NCIT:C42700
##                                      sys
## NCIT:C40195 Reproductive System Neoplasm
## NCIT:C7550  Reproductive System Neoplasm
## NCIT:C2919  Reproductive System Neoplasm
## NCIT:C8591  Reproductive System Neoplasm
## NCIT:C42700 Reproductive System Neoplasm