createGSEAFiles {ArrayTools}R Documentation

A Wrapper Function to create *.GCT and *.CLS for GSEA analysis

Description

A Wrapper Function to create *.GCT and *.CLS for GSEA analysis

Usage

createGSEAFiles(mydir = getwd(), eSet, catVar)

Arguments

mydir directory where you would like to store the files
eSet an ExpressionSet
catVar variable of interest

Value

Creating *.GCT and *.CLS for GSEA

Author(s)

Xiwei Wu, Arthur Li

References

http://www.broad.mit.edu/gsea/

See Also

output.cls, output.gct

Examples

data(eSetExample)
## Not run: createGSEAFiles (mydir, eSetExample, "Treatment")

[Package ArrayTools version 1.2.1 Index]