Description Usage Arguments Value Examples
View source: R/getMegaProfData.R
Get profile data for more than 500 genes list.
1 | getMegaProfData(MegaGeneList,k)
|
MegaGeneList |
Genelist >500 |
k |
integer number of studies |
dataframewith profile data
1 2 3 4 5 6 | myGlobalEnv <- new.env(parent = emptyenv())
readRDS(paste(path.package("canceR"),"/extdata/rdata/brca_tcgaGSEAlm1021.rds", sep=""))
## Not run:
getMegaProfData(myGlobaEnv$MegaGeneList,1)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.