View source: R/getListProfData.R
getListProfData | R Documentation |
get list of data frame with profiles data (CNA,mRNA, Methylation, Mutation...)
getListProfData(checked_Studies, geneListLabel)
checked_Studies |
checked studies in corresponding panel (input$StudiesIDCircos, input$StudiesIDReactome). |
geneListLabel |
The label of GeneList. There are three cases: "Genes" user gene list, "Reactome_GeneList" GeneList plus genes from reactomeFI "file name" from Examples |
A LIST of profiles data (CNA, mRNA, Methylation, Mutation, miRNA, RPPA). Each dimension content a list of studies.
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.