createGWCoGAPSSets {CoGAPS}R Documentation

Create Gene Sets for GWCoGAPS

Description

Create Gene Sets for GWCoGAPS

Usage

createGWCoGAPSSets(D, S, nSets, simulationName)

Arguments

D

data matrix

S

uncertainty matrix

nSets

number of sets to partition the data into

simulationName

name used to identify files created by this simulation

Details

factors whole genome data into randomly generated sets for indexing

Value

simulationName used to identify saved files

Examples

data(SimpSim)
createGWCoGAPSSets(SimpSim.D, SimpSim.S, nSets=2, "example")

[Package CoGAPS version 3.0.2 Index]