attriColorVector | R Documentation |
Attribute color to a vector of numeric values
attriColorVector(Value, vector, colors=c(a,b,c),feet)
Value |
numeric |
vector |
A vector of numeric data |
colors |
3 colors |
feet |
An interval between two numeric value needed to change the color |
A vetor of colors
cgds <- cBioPortal(
hostname = "www.cbioportal.org",
protocol = "https",
api = "/api/v2/api-docs"
)
## Not run:
getDataByGenes( api = cgds,
studyId = "gbm_tcga_pub",
genes = c("NF1", "TP53", "ABL1"),
by = "hugoGeneSymbol",
molecularProfileIds = "gbm_tcga_pub_mrna"
)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.