getListProfData {canceR}R Documentation

get a list of Profile Data of every available dimensions. This function load matrices of every dimension (Exp, CNA, Met, RPPA,miRNA,Mut) and save them in a list for every disease.

Description

get a list of Profile Data of every available dimensions. This function load matrices of every dimension (Exp, CNA, Met, RPPA,miRNA,Mut) and save them in a list for every disease.

Usage

getListProfData()

Value

a list of data frame with Profiles Data

Examples

load(paste(path.package("canceR"),"/data/brca_tcga73genes.RData", sep=""))
## Not run: 
getListProfData()
head(myGlobalEnv$ProfData$Expression)

## End(Not run)

[Package canceR version 1.18.3 Index]