You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It will be very useful to have the option to get single enrichment score for up / down regulated genesets. I'm not sure if this is already implemented, plz let me know if I'm missing it.
Here I have function called pvmat2bio_signal which aims to identify up / down regulated genesets (mostly enriched in top right or top left bins). However, it's useful to have a single enrichment score instead of a vector of scores for bins. Long time ago when I discussed something like this with @hanig, he pointed to this figure in original iPAGE paper https://www.ncbi.nlm.nih.gov/pmc/articles/PMC2900319/figure/F5/.
I'll be happy to share a PR but I'm not sure how to convert a vector of score to single value. For instance, in this analysis how should a pathway with high score in three left bins be scored with a single number?