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

readRDS(paste(path.package("canceR"),"/extdata/rdata/brca_tcga73genes.rds", sep=""))
## Not run: 
getListProfData()
head(myGlobalEnv$ProfData$Expression)

## End(Not run)

[Package canceR version 1.28.0 Index]