getMegaProfData: Get profile data for more than 500 genes list.

Description Usage Arguments Value Examples

View source: R/getMegaProfData.R

Description

Get profile data for more than 500 genes list.

Usage

1
getMegaProfData(MegaGeneList,k)

Arguments

MegaGeneList

Genelist >500

k

integer number of studies

Value

dataframewith profile data

Examples

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)

canceR documentation built on Nov. 8, 2020, 7:21 p.m.