Dear all,
we wish you a fruitful autumn time ! I would like to ask for a piece of advice, particularly, which package would you recommend for GSEA (preferably in R/BioC, and it is close to java implementation available at http://software.broadinstitute.org/gsea/doc/desktop_tutorial.jsp ).
many thanks for your suggestions,
-- bogdan
Have you tried WebGestalt or its R implementation, WebGestaltR? We have a new version with a much more intuitive UI!
Thank you very much for your suggestions.
I have been looking into WebGestaltR documentation (https://cran.r-project.org/web/packages/WebGestaltR/WebGestaltR.pdf), and if I may ask, what is the simplest setup of the command "WebGestaltR" ?
In the package manual, it is written :
All the parameters with recommended values have them as default values. You can check out the Webgestalt user forum here. I'm sorry, I'm not too familiar with WebgestaltR.
Thanks a lot, Ram !
yes, we would like to include Webgestalt (preferably WebgestaltR) in our R computational pipeline.
Hi Bogdan,
We just recently implemented GSEA and it is still in development branch. You can check it out at here. It is designed to add weights to each "gene" in the "gene set", but can also perform standard GSEA as well. I just added a utility function to help load and format the input. It is pure R now and feels like a little bit slower than original.
If you just need to run GSEA with your own data, I think you can take the GSEA file alone for now. We are going to merge dev into master branch and release a new version on CRAN later this year.
(The beta version of WebGestalt already uses the new version in the backend. One of the benefit is that we can get leading edge genes and make GSEA enrichment plot for all the gene sets, not limited by -plot_top_x parameter, for example.)