Gsea at the Broad
From GeneSetEnrichmentAnalysisWiki
Revision as of 21:36, 16 October 2012; Liberzon (Talk | contribs)
(diff) ←Older revision | Current revision | Newer revision→ (diff)
GSEA Home |
Downloads |
Molecular Signatures Database |
Documentation |
Contact
(diff) ←Older revision | Current revision | Newer revision→ (diff)
This page describes how to use GSEA from the command line on the Broad UNIX system.
It applies only to researchers at the Broad institute.
[edit]
GSEA Software
For GSEA version 2:- The latest jar file is available at:
/xchip/cogs/gsea/gsea2.jar<br />
- GSEA requires Java1.6, which is available at:
/usr/java/java1.6/in/java
[edit]
Command Lines
If your dataset and gene sets already match, use the following command line to run GSEA:
java -Xmx1024m -cp /xchip/cogs/gsea/gsea2.jar xtools.gsea.Gsea -res foo.gct -cls foo.cls -gmx foo.gmx -collapse falseIf you want to use gene symbol based gene sets and your dataset is in some probe set format:
java -Xmx1024m -cp /xchip/cogs/gsea/gsea2.jar xtools.gsea.Gsea -res foo.gct -cls foo.cls -gmx foo.gmx -chip HG_U133A
Note: For the -chip parameter, specify just the name and not the path. For the full list of supported chips, see /xchip/projects/vdb/annotations.
[edit]
Analysis Results
- By default, the output is written to a folder in the current working directory with a date prefix.
- Change the output folder by specifying the -out parameter.
- Change the name of the report by specifying the -rpt_label parameter.
