Thanks to visit codestin.com
Credit goes to Github.com

Skip to content

Julia implementation of the next generation GSEA 🏔️

Notifications You must be signed in to change notification settings

GSEA-MSigDB/GSEA.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gene set enrichment analysis (GSEA) 🏔️

This is the new GSEA.

We have reimplemented the S0 and S0a algorithms. They run 1,000 times faster, reproduce all results, and create prettier plots.

We also developed a new D2 algorithm. It uses information theory to provide the most accurate, interpretable, and robust gene-set scores.

Install

git clone https://github.com/GSEA-MSigDB/GSEA.jl

cd GSEA.jl

julia --project
]build

Find the executable at ~/.julia/bin/gsea.

Use command-line interface

gsea --help

GSEA command-line interface screenshot

Run the sarcopenia example

gsea metric-rank \
  ~/Downloads \
  in/target2.tsv \
  in/data2.tsv \
  in/set2.json \
  --number-of-permutations 10 \
  --more-plots "WP_DNA_MISMATCH_REPAIR;WP_CELL_CYCLE"

Use julia functions

See test/runtests.jl for examples.

Contact us

If you have questions, issues, or suggestions, please open a GitHub issue.

Every report makes GSEA better.


Made by Kata