Learn R Programming

EnrichIntersect (version 0.7)

cancers_genes_drugs: Data set 'cancers_genes_drugs'

Description

Data set 'cancers_genes_drugs' is an array with association scores between 56 genes (1st dimension), three cancer types (2nd dimension) and two drugs (3rd dimension). More details of the data can be found in the results of paper 'Tissue-specific identification of multi-omics features for pan-cancer drug response prediction' by Zhao Z., Wang S. Zucknick M. and Aittokallio T. (2022).

Usage

cancers_genes_drugs

Arguments

Value

No return value.

Format

An object of class array of dimension 56 x 3 x 2.

References

Zhao Z, Wang S, Zucknick M and Aittokallio T (2022). Tissue-specific identification of multi-omics features for pan-cancer drug response prediction. iScience, 25(8): 104767.

Examples

Run this code
# Load data
data(cancers_genes_drugs, package = "EnrichIntersect")

Run the code above in your browser using DataLab