enrichr_api_example

KNIME AG, Zurich, Switzerland

Version 4.2.0 or later


This is a companion discussion topic for the original entry at https://kni.me/w/4NZ7fTytoMxw25oY

I wrote this workflow to query the Enrichr API against various libraries (https://amp.pharm.mssm.edu/Enrichr/#stats) for a set of genes. The workflow returns a dataframe that contains the follow columns.

Rank
Term Name
P-value
Adjusted p-value
Z-score
Combined score
Overlapping Genes
library_queried

The workflow does require python to be set up and to have the json, requests, and pandas libraries installed.

If you find it useful, please cite the original authors:


Cheers,
SC