-
Notifications
You must be signed in to change notification settings - Fork 21
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
ValueError: Shape of passed values is (15376, 28211), indices imply (15375, 28211) #1
Comments
Hi Michael, Thanks for trying the tool. It looks like a pandas data frame issue, and one gene in your matrix is causing the problem. Best, |
Hi, Edit: It also append with another dataset and C2ORF15 was the culprit as well. This gene doesn't seem to be duplicated in the input dataset although it is clearly duplicated in sets[0]. This is why scale_sets([train_set, test_set]) function fails to execute properly. Hope that helps |
I have the same problem. Turns out there is indeed C2ORF15 duplicate in the training dataset.... |
Hi All, Thanks for bringing the problem up. Best, |
Hello,
I have tested your tool out on the example data that you provided and it seems to work very nicely. I proceeded to run my own data set with the default training set and received good results. I then tried to test the "tcell_subtype" dataset you describe in your manuscript and received the error below. Can you please provide any insight into the source of this error?
Best,
Michael
The text was updated successfully, but these errors were encountered: