View source: R/geNetClassifier.R
getList_Cases | R Documentation |
get list of cases of each selected study in Classifier panel
getList_Cases(checked_Studies)
checked_Studies |
checked studies |
A list of cases
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.