gsea_from_files
Run single-omic GSEA with files at provided paths.
Parameters
gmt_path-Stringof the path to the gmt file of interestrank_file_path-Stringof 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_from_files("kegg.gmt", "test.rnk")
print(res[0:2]) ## print first two results
Output
Your results may vary depending on random permutations