createGWCoGAPSSets {CoGAPS} | R Documentation |
Create Gene Sets for GWCoGAPS
createGWCoGAPSSets(D, S, nSets, simulationName)
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 |
factors whole genome data into randomly generated sets for indexing
simulationName used to identify saved files
data(SimpSim) createGWCoGAPSSets(SimpSim.D, SimpSim.S, nSets=2, "example")