CELLector.PrimTum.BEMs: Primary Tumours' Binary Genomic Event Matrices

CELLector.PrimTum.BEMsR Documentation

Primary Tumours' Binary Genomic Event Matrices

Description

A list containing 16 data frames (one for cancer type), identified through TCGA labels. Each of these data frames contains primary tumours' binary event matrices (BEMs) with the status (presence/absence) of cancer functional events (CFEs, somatic mutations in high-confidence cancer driver genes and copy number altered genomic segments) as defined in [1].

Usage

data("CELLector.PrimTum.BEMs")

Format

A named list of binary matrices (with TCGA cancer type labels as names). The entries of each of these matrices indicate the status (Present/Absent) of each CFE (one per row) across primary tumors samples (one per column).

Details

BEMs of primary tumours from the Genomics of Drug Sensitivity in Cancer (GDSC1000, [1]) study. Data is available for 16 different TCGA cancer types: BLCA, BRCA, COREAD, GBM, HNSC, KIRC, LAML, LGG, LUAD, LUSC, OV, PRAD, SKCM, STAD, THCA, UCEC.

A decoding table for these labels is available at

https://www.cancerrxgene.org/gdsc1000/GDSC1000_WebResources/Data_Summary.html

Each data frame contains primary tumour samples on the columns and CFEs on the rows, with entries indicating the presence/absence of a given CFE in a given primary tumour sample.

Gene symbols as row names indicate high confidence cancer driver genes and the entries in the corresponding rows indicate the presence/absence of somatic mutations. Row names with cna as prefix indicate chromosomal segments that are recurrently copy number altered in cancer (RACSs, defined in [1]). A list with all the considered CFEs is available in the CELLector.CFEs data object. A decoding table for the RACSs is available in the CELLector.CFEs.CNAid_decode, with the mapping realised by the values in the CNA_identifier column.

Please note that the same RACS identifier across multiple cancer types might indicate different chromosomal regions, therefore in order to be decode it should be considered jointly with the TCGA label of the data frame it has been extracted from.

Author(s)

Francesco Iorio (fi9232@gmail.com)

References

[1] Iorio, F. et al. A Landscape of Pharmacogenomic Interactions in Cancer. Cell 166, 740–754 (2016).

See Also

CELLector.PrimTum.BEMs_v2, CELLector.CellLine.BEMs, CELLector.CFEs, CELLector.CFEs.CNAid_decode

Examples

data(CELLector.PrimTum.BEMs)
CELLector.PrimTum.BEMs$COREAD[c('BRAF','KRAS','cna27'),1:10]

najha/CELLector documentation built on Feb. 8, 2023, 5:35 a.m.