reStrDisease {bioCancer} | R Documentation |
Restructure the list of color attributed to the genes in every disease
reStrDisease(List)
List |
of data frame with color attributes |
Hierarchy of dimensions in the same study: dimensions > gene > color
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 <- reStrDisease(list(df1=ProfData,df2=ProfData)) ## End(Not run)