blitzgsea
blitzgsea copied to clipboard
Fast Gene Set Enrichment Analysis (GSEA) implementation of the prerank algorithm. Use Loess interpolation of bimodal ES distribution for accurate p-value estimation.
could you please explain the logic behind such cases?
Hi Alex, Should the returned `running_sum` be an array instead of zero in this line? https://github.com/MaayanLab/blitzgsea/blob/54ca73de4c89be3824562f2ef8998aa0f179fbf7/blitzgsea/__init__.py#L49 I ran into error when sum_hit_scores == 0. It turns out that this line...
I tried to repro this and had a hard time -- seems to only happen when I'm multithreading, which makes attribution/reprex difficult. Nonetheless figured it was worth the report. ```{pytb}...
Is there any chance that you can implement DGSEA in python as part of your package? - https://academic.oup.com/bioinformatics/article/36/21/5247/5874441 - https://jamesjoly.github.io/DGSEA/about/ - https://github.com/JamesJoly/DGSEA (developed by @JamesJoly in R)
I am implementing TGCN in python and need to run GSEA on very small sets (10-100) and running into the error below. I have attached the signature and gene sets...
What does the column `geneset_size` actually represent in the output ? I had initially thought it is the total number of genes that are present in a given geneset. But...
When I run blitzgsea, I get a weird runtime error from scipy which has something to do with matrix multiplication. I have updated to the latest blitzgsea version but the...