Changes between Version 25 and Version 26 of SOPs/go_annotation
- Timestamp:
- 09/29/20 15:30:14 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SOPs/go_annotation
v25 v26 33 33 * 4. Select one of the gene sets from the "Gene sets database". We recommend starting with the Hallmarks set (h.all). You can find more information about the sets [[https://www.gsea-msigdb.org/gsea/msigdb/index.jsp|here ]] 34 34 * 5. Select your uploaded ranked list and click the run button. 35 3. To run the same type of analysis on the command line, you can see the command the GUI used clicking the "Command" button and run that command in your Linux machine. You will need java 11. For Whitehead users: switch to java 11 with this command "ml java/10" (after this if you run "java --version" you will get "openjdk 11.0.8 2020-07-14")35 3. To run the same type of analysis on the command line, you can see the command the GUI used clicking the "Command" button and run that command in your Linux machine. 36 36 {{{ 37 gsea 4cliGSEAPreranked -gmx ftp.broadinstitute.org://pub/gsea/gene_sets/h.all.v7.2.symbols.gmt -norm meandiv -nperm 1000 -rnk myFile.rnk -scoring_scheme weighted -rpt_label my_analysis -create_svgs false -make_sets true -plot_top_x 20 -rnd_seed timestamp -set_max 500 -set_min 15 -zip_report false -out ./output37 gsea-cli.sh GSEAPreranked -gmx ftp.broadinstitute.org://pub/gsea/gene_sets/h.all.v7.2.symbols.gmt -norm meandiv -nperm 1000 -rnk myFile.rnk -scoring_scheme weighted -rpt_label my_analysis -create_svgs false -make_sets true -plot_top_x 20 -rnd_seed timestamp -set_max 500 -set_min 15 -zip_report false -out ./output 38 38 }}} 39 * Notice that in our system ''gseacli'' points to ''gsea-cli.sh''. If you download your own version of GSEA you will have to run gsea-cli.sh39 40 40 41 41 ==== Traditional GSEA ==== … … 46 46 47 47 48 ==== Fast gene set enrichment analysis (fgsea) ====49 [http://bioconductor.org/packages/release/bioc/html/fgsea.html | fgsea]50 51 48 ==== Single-sample GSEA (ssGSEA) ==== 52 49 An extension of GSEA that can be used to determine enrichment of gene sets in individual samples. 50 53 51 54 52 More information 55 53 56 54 * [[http://software.broadinstitute.org/webservices/gpModuleRepository/download/prod/module/?file=/ssGSEAProjection/broad.mit.edu:cancer.software.genepattern.module.analysis/00270/7.6/ssGSEAProjection.zip | Broad's ssGSEA from GenePattern R/jar scripts]] 55 56 ==== Fast gene set enrichment analysis (fgsea) ==== 57 [[http://bioconductor.org/packages/release/bioc/html/fgsea.html | fgsea]] is an R-package for fast preranked GSEA. This package allows to quickly and accurately calculate arbitrarily low GSEA P-values for a collection of gene sets. You may want to try fgsea if the Broad GSEA takes too long to run. 57 58 58 59 === BiNGO ===