We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
resultsOnSamples
I am reporting a problem with GSEApy version, Python version, and operating system as follows:
>>>import sys; print(sys.version) 3.11.10 | packaged by conda-forge | (main, Sep 30 2024, 17:58:42) [Clang 17.0.6 ] >>>import platform; print(platform.python_implementation()); print(platform.platform()) CPython macOS-15.1-arm64-arm-64bit >>>import gseapy; print(gseapy.__version__) 1.1.3
(Please copy and run the above in your Python, and copy-and-paste the output)
GSEApy/gseapy/__init__.py
Line 244 in 9467c38
I am looking at the SSGSEA class. The documentation seems to be outdated as the attribute is no longer available. Should it be just results?
results
https://gseapy.readthedocs.io/en/latest/run.html#gseapy.ssgsea
The text was updated successfully, but these errors were encountered:
oh yeah. the document should be updated. Thanks
Sorry, something went wrong.
doc, #293
ee20565
Thanks for the quick reply. I left a comment at the commit.
No branches or pull requests
Setup
I am reporting a problem with GSEApy version, Python version, and operating
system as follows:
(Please copy and run the above in your Python, and copy-and-paste the output)
Expected behaviour
GSEApy/gseapy/__init__.py
Line 244 in 9467c38
I am looking at the SSGSEA class. The documentation seems to be outdated as the attribute is no longer available. Should it be just
results
?https://gseapy.readthedocs.io/en/latest/run.html#gseapy.ssgsea
Actual behaviour
Steps to reproduce
The text was updated successfully, but these errors were encountered: