getFreqMutData: get mutation frequency

View source: R/Enrich.R

getFreqMutDataR Documentation

get mutation frequency

Description

get mutation frequency

Usage

getFreqMutData(list, geneListLabel)

Arguments

list

a list of data frame with mutation data. Each data frame is for one study

geneListLabel

file name of geneList examples: "73"

Value

a data frame with mutation frequency. gene is in rows and study is in column

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/bioCancer documentation built on Feb. 17, 2024, 10:29 a.m.