-
Notifications
You must be signed in to change notification settings - Fork 58
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
Input contains NaN when LSI #103
Comments
Hi @cynthier, thanks for your interest in GLUE! As the error suggests, you might be having NaN values in the input matrix, which is not supported. Could you confirm if there are NaN values? Maybe you need to replace them with proper fillers or do an imputation before running |
Thank you so much for your rapid reply! I use |
Okay thanks. Could you also provide a complete trackback so I can check where exactly was the error raised? |
Okay. Thank you in advance.
|
Based on the traceback, I suppose the NaN values are produced when computing TF-IDF, specifically this line:
This suggests that there are all-zero rows in your |
Thank you so much. It works now. But I feel curious about another error when running : |
Well that could be a version problem. Which version of |
It is version 0.2.3. I installed it using command |
I see. That's the reason. The |
I update the package and it works. Thank you so much! But I meet with another error (crying). My input data are both count matrix. But the erro occurred when runinng
|
It seems that you do not have "chromStart", "chromEnd" columns in |
Hello, when I use the scglue.data.lsi, it returned the error: Input contains NaN. Do you know how to figure out it? Thank you.
The text was updated successfully, but these errors were encountered: