| Node_obj_CNA_ProfData {bioCancer} | R Documentation |
Attribute CNA data to node border
Node_obj_CNA_ProfData(list)
list |
A list of data frame with CNA data. Each data frame corresponds to a study. |
A data frame with node border attributes
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)