reStrColorGene {bioCancer} | R Documentation |
Restructure the list of color attributed to the genes in every dimenssion for every studies
reStrColorGene(df)
df |
data frame with colors attributed to the genes |
Hierarchical color attribute: gene > color
cgds <- CGDS("http://www.cbioportal.org/public-portal/") ## 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)