gsea
Run single-omic GSEA with files at provided paths.
Parameters
gmt_path
-String
of the path to the gmt file of interestrank_file_path
-String
of the path to the rank file of interest. Tab separated.
Returns
Returns a list containing the GSEA results for every set.
Panics
Panics if the GMT or the rank file is malformed or not at specified path.
Example
import webgestaltpy
res = webgestaltpy.gsea("kegg.gmt", "example_ranked_list.rnk")
print(res[0:2]) ## print first two results
Output