Node_obj_CNA_ProfData {bioCancer}R 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 <- CGDS("http://www.cbioportal.org/")
## Not run: 
GeneList <- whichGeneList("DNA_damage_Response")
ProfDataCNA <- cgdsr::getProfileData(cgds,GeneList, "brca_tcga_pub_gistic","brca_tcga_pub_all")
ListProfDataCNA <- list(ls1=ProfDataCNA, ls2=ProfDataCNA)
nodeObj <- Node_obj_CNA_ProfData(ListProfDataCNA)

## End(Not run)

[Package bioCancer version 1.16.0 Index]