Skip to content

Help with understanding the ssGSEA computations #173

Answered by zqfang
erolkavvas asked this question in Q&A
Discussion options

You must be logged in to vote

The code you'er looking for is here(line 668 - 687)

// https://github.com/GSEA-MSigDB/ssGSEA-gpmodule/blob/master/src/ssGSEA.Library.R: line 323

in short, the Rust implementation add z_score normalization step as ssGSEA did. see the line comments.

The enrichment_score() did not do the z-score normalization. That's the only difference between the two

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@erolkavvas
Comment options

Answer selected by zqfang
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants