-
Notifications
You must be signed in to change notification settings - Fork 125
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
PanicException: called Option::unwrap() on a None value #193
Comments
I experience the same kind of Error in a different case. This is the trace:
I use the gsea method like this:
I think the problem is likely that my input dataframe looked like the one below. When preprocessing the data I normalised by z-score, so I had negative values. And if the class mean is negative taking the log2 for calculating the ranking by using log_2_ratio_of_classes won't work. This was obviously an error on my part but maybe this Error could be caught in some way, so it doesn't break the python code.
|
I am getting the same error when using the Here is my invocation:
Here is the error message from
Here is the output from using
|
@gouinK, you could share the ranking list with me if you don't mind? |
The same problem to me in PyCharm and Jupyter-lab. Don't know how to fix it. But run |
This happened for me using |
I have the same problem with: Run GSEA analysis
The normalize count matrix is this one: Out[4]: [30024 rows x 66 columns] |
@victorsanchezarevalo , would you mind sharing me with your input data frame ? I can't debug only with limited information |
Sure, I am trying to upload the file but it is too big. Could I use wetransfer? Could you provide me an email, please? |
@victorsanchezarevalo you can send me via [email protected]. or downsample the file |
I'm on version 1.1.4 and got the same problem
Also, I did a run with the same raw counts, but with a different transformation, using gsea. The gene symbols were the same.
I got no problem, everything worked properly. |
@MV511, can you share me the stdGSEA_data with me, it helps me debug |
Sorry, data is not from a public dataset so I cannot share it. I can tell you I tried with other data, coming from a different source, and the problem persisted. I also updated to 1.1.5 but nothing changed. Tried with another transformation but the thing does not change, I'm convinced that the counts are not the issue. Another line of reasoning that might help you: when I performed the same analysis while discarding non-expressed genes (thus rows where for all the samples a certain gene was always count = 0) it was all right. Given I changed dataset, the only relevant difference was having non-expressed genes processed. |
Setup
I am reporting a problem with GSEApy version, Python version, and operating
system as follows:
Expected behaviour
I'm running gsea step after converting mouse genes to human genes from my single cell data matrix.
Actual behaviour
The text was updated successfully, but these errors were encountered: