Node_obj_CNA_ProfData: Attribute CNA data to node border

View source: R/Reactome.R

Node_obj_CNA_ProfDataR Documentation

Attribute CNA data to node border

Description

Attribute CNA data to node border

Usage

Node_obj_CNA_ProfData(list)

Arguments

list

A list of data frame with CNA data. Each data frame corresponds to a study.

Value

A data frame with node border attributes

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.