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

Description Usage Arguments Value Examples

View source: R/Enrich.R

Description

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

Usage

1

Arguments

df

data frame with colors attributed to the genes

Value

Hierarchical color attribute: gene > color

Examples

1
2
3
4
5
6
7
8
9
cgds <- CGDS("http://www.cbioportal.org/")
## Not run: 
geneList <- whichGeneList("73")
ProfData <- getProfileData(cgds,
 geneList, "gbm_tcga_pub_mrna", "gbm_tcga_pub_all")
rownames(ProfData) <- NULL
ls <- reStrColorGene(ProfData)

## End(Not run)

bioCancer documentation built on Nov. 8, 2020, 6:26 p.m.