Is there a tutorial on pathway enrichment analysis in R without ready-made packages?
Hi all,
I would like to run a pathway enrichment analysis using a gene list as the input without existing packages. I have searched for some articles but they are about how to use particular software. I was wondering what is an accepted workflow or algorithm in pathway enrichment analysis after retrieving data from the database.
Thanks.
• 2,522 views
•
link
1 answer
You can perform a hypergeometric test by yourself.
• 0 views
•
link
Log in to answer this question.
But why?
There are actually many tools but someone's interest organism is might not be covered by these tools. I am interested in figuring out this stuff myself
There are many tools that will work for any organism.
If you have already found some tools, check their source code, which should be available for most of them.