createGWCoGAPSSets: createGWCoGAPSSets

Description Usage Arguments Value Examples

View source: R/createGWCoGAPSSets.R

Description

createGWCoGAPSSets factors whole genome data into randomly generated sets for indexing;

Usage

1
2
createGWCoGAPSSets(data = D, nSets = nSets,
  outRDA = "GenesInCoGAPSSets.Rda", keep = TRUE)

Arguments

nSets

number of sets for parallelization

outRDA

name of output file

keep

logical indicating whether or not to save gene set list. Default is TRUE.

D

data matrix with unique rownames

Value

list with randomly generated sets of genes from whole genome data

Examples

1
2
3
4
## Not run: 
createGWCoGAPSSet(D,nSets=nSets)

## End(Not run)

genesofeve/GWCoGAPS documentation built on May 17, 2019, 1:10 a.m.