-
Notifications
You must be signed in to change notification settings - Fork 5
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
plot_gene_loadings error #16
Comments
seems this is a dup of #5 but i'm going to close that one as its old |
give it a shot off the master branch and let me know! |
Hi @theAeon! Thanks! It seems like I don't have the permission to push a branch. |
I think you may want to pull the branch, not push 😅 |
I don't think I can submit any changes to the repo (e.g. trying to push changes in a branch and create a pull request). Sorry for any confusion. First time contributing to a public repo! |
oh! I see-you have to fork it for that. I was confused because I (think) I already fixed it on the master branch. Can you give it a test? |
Got it! I'll try forking next time. Thanks! I think you fixed the pyliger/src/pyliger/tools/_marker.py Line 114 in b869a3b
The second part should be This will cause a subsequent error:
|
I'm getting a divide by zero error on my end even if I change that to dataset2. Currently waiting on the person who wrote it to take a look to figure out what that was supposed to be. |
I looked at the R source code and found that you're right about it being dataset2, not dataset1. Still not sure what the deal with the divide-by-zero error is. |
Hello!
After running iNMF, I am trying to plot the gene loadings on UMAP/tSNE using
plot_gene_loadings
function. However, there is an errorThe code on that line shows
But when I tried to change it to the code below, there is no error. (Also note the change to "dataset2" on the third line.)
Could I ask if this is a reasonable fix?
The text was updated successfully, but these errors were encountered: