reStrColorGene: Restructure the list of color attributed to the genes in...

View source: R/Enrich.R

reStrColorGeneR Documentation

Restructure the list of color attributed to the genes in every dimenssion for every studies

Description

Restructure the list of color attributed to the genes in every dimenssion for every studies

Usage

reStrColorGene(df)

Arguments

df

data frame with colors attributed to the genes

Value

Hierarchical color attribute: gene > color

Examples

cgds <- cBioPortal(
hostname = "www.cbioportal.org",
protocol = "https",
api = "/api/v2/api-docs"
)
## Not run: 
getDataByGenes( api =  cgds,
studyId = "gbm_tcga_pub",
genes = c("NF1", "TP53", "ABL1"),
by = "hugoGeneSymbol",
molecularProfileIds = "gbm_tcga_pub_mrna"
)

## End(Not run)

kmezhoud/bioCancer documentation built on Feb. 17, 2024, 10:29 a.m.