Description Usage Value Examples
View source: R/getListProfData.R
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.
1 |
a list of data frame with Profiles Data
1 2 3 4 5 6 | readRDS(paste(path.package("canceR"),"/extdata/rdata/brca_tcga73genes.rds", sep=""))
## Not run:
getListProfData()
head(myGlobalEnv$ProfData$Expression)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.