You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am reporting a problem with GSEApy version, Python version, and operating
system as follows:
3.9.18 | packaged by conda-forge | (main, Dec 23 2023, 16:33:10)
[GCC 12.3.0]
CPython
Linux-6.5.0-15-generic-x86_64-with-glibc2.35
1.1.1
No data is being sent successfully with gseapy.prerank or gseapy.enrichr
enr = gp.enrichr(gene_list= temp,
gene_sets=['GO_Biological_Process_2021'],
organism='human', # don't forget to set organism to the one you desired!
outdir=None, # don't write to disk,
background = adata.var_names.tolist())
Exception: Error sending background list, try again later
pre_res = gp.prerank(rnk = ranking, gene_sets = 'GO_Biological_Process_2021', seed = 6, permutation_num = 100)
KeyError: 'Gene' (This is not an issue on my side)
I've used GSEApy successfully many times in the past. Not sure if this is an issue with the newest release or some sort of outage. I will try downgrading and see what happens.
The text was updated successfully, but these errors were encountered:
Setup
I am reporting a problem with GSEApy version, Python version, and operating
system as follows:
3.9.18 | packaged by conda-forge | (main, Dec 23 2023, 16:33:10)
[GCC 12.3.0]
CPython
Linux-6.5.0-15-generic-x86_64-with-glibc2.35
1.1.1
No data is being sent successfully with gseapy.prerank or gseapy.enrichr
enr = gp.enrichr(gene_list= temp,
gene_sets=['GO_Biological_Process_2021'],
organism='human', # don't forget to set organism to the one you desired!
outdir=None, # don't write to disk,
background = adata.var_names.tolist())
Exception: Error sending background list, try again later
pre_res = gp.prerank(rnk = ranking, gene_sets = 'GO_Biological_Process_2021', seed = 6, permutation_num = 100)
KeyError: 'Gene' (This is not an issue on my side)
I've used GSEApy successfully many times in the past. Not sure if this is an issue with the newest release or some sort of outage. I will try downgrading and see what happens.
The text was updated successfully, but these errors were encountered: