Changes between Version 19 and Version 20 of SOPs/go_annotation


Ignore:
Timestamp:
09/28/20 16:22:24 (4 years ago)
Author:
ibarrasa
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SOPs/go_annotation

    v19 v20  
    3131   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")
    3232{{{
    33 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
     33gseacli 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
    3434}}}
     35     * 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.sh   
    3536   ==== Unranked List ====
    3637 
     
    4344
    4445   ==== Fast gene set enrichment analysis (fgsea) ====
    45 [http://bioconductor.org/packages/release/bioc/html/fgsea.html/ fgsea]
     46[http://bioconductor.org/packages/release/bioc/html/fgsea.html | fgsea]
    4647
    4748   ==== Single-sample GSEA (ssGSEA) ====