Description Usage Arguments Value Examples
Attribute Color to Gene
1 |
df |
data frame with mRNA or CNA or mutation frequency or methylation (numeric). |
A list colors for every gene
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
clr <- attriColorGene(ProfData)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.