Node_obj_Met_ProfData | R Documentation |
Attribute gene Methylation to Nodes
Node_obj_Met_ProfData(list, type, threshold)
list |
a list of data frame with methylation data |
type |
HM450 or HM27 |
threshold |
the Rate cases (patients) that have a silencing genes by methylation |
a data frame with node shape attributes
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.