getGenProfs: Get Genetic Profile from selected Studies

View source: R/getGenProfs.R

getGenProfsR Documentation

Get Genetic Profile from selected Studies

Description

Get Genetic Profile from selected Studies

Usage

getGenProfs()

Value

dataframe with genetic profil

Examples


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)

kmezhoud/canceR documentation built on March 4, 2024, 12:34 a.m.