-
Notifications
You must be signed in to change notification settings - Fork 119
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Dotplot ignoring arguments #195
Comments
By the way, same thing happens with the "y" argument as well for some reason. Setting it to "Overlap" for example still generates the default "Term" values. |
After much struggle, I decided to remove and reinstall the GSEApy package with pip. I don't know if we can really close this issue but I can confirm that before reinstalling the package, I had the latest package (1.0.4) and it was correctly installed. |
Sorry for the bad experience that you've had with gseapy. It is possible that the pandas version changed ? It's the same code either install use pip or bioconda for v1.0.4. I'll go through the code when I have time |
Hi @zqfang , thanks for taking notice of the issue :) I am however confused about the reason of the issue since the plot itself was generated, there were no argument issues so they did exist in the dotplot function but the reason of why it constantly reverted to default arguments is just unclear. |
Hello there,
Using the latest version of gseapy (1.0.4), after trying to generate a figure with dotplot, I do not manage to make it show the top n terms from the different gene sets. The dataframe from the enrichment does contain several gene sets and the adjusted p-values are significant enough to pass the cutoff.
But even by specifying the "x" argument as "Gene_set", it seems that it is totally ignored and the plot shows only the "Combined Score".
The text was updated successfully, but these errors were encountered: