View source: R/getListProfData.R
getProfData | R Documentation |
search and get genetic profiles (CNA,mRNA, Methylation, Mutation...)
getProfData(study,genProf, listGenProf, GeneList, Mut)
study |
Study ID |
genProf |
Genetic Profile id (cancer_study_id_[mutations, cna, methylation, mrna ]). |
listGenProf |
A list of Genetic Profiles for one study. |
GeneList |
A list of genes |
Mut |
Condition to set if the genetic profile is mutation or not (0,1) |
See https://github.com/kmezhoud/bioCancer/wiki
A data frame with Genetic profile
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.