This is a test version of Biostars. For the public version, visit https://www.biostars.org.
How to generate pathway analysis report for a list of proteins

I have a list of genes in a text file and I want to create a pathway enrichment report by using python or R like this:

pathway example

I tried Bio.KEGG module of python but did not get successful. Can anyone help me?

python r

1 answer

There are quite a few Bioconductor packages that can do pathway analysis (e.g. clusterProfiler to give just one), sometimes with overlapping features or targeting a specific use case or data type, just search a bit.
You may also be interested in these articles:

Is there any package exists in python similar like this>?

Log in to answer this question.