reStrDimension {bioCancer}R Documentation

Restructure the list of color attributed to the genes in every study for every dimensions

Description

Restructure the list of color attributed to the genes in every study for every dimensions

Usage

reStrDimension(LIST)

Arguments

LIST

list of hierarchical dimensions

Value

Hierarchical structure of: Study > dimensions > gene > color

Examples

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
TREE <- reStrDimension(list(
list1=list(df1=ProfData,df2=ProfData),
 list2=list(df3=ProfData,df4=ProfData)))

## End(Not run)

[Package bioCancer version 1.20.02 Index]