-
Notifications
You must be signed in to change notification settings - Fork 9
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
Error using the VFC algorithm for clustering analysis #55
Comments
I am also running into this issue! |
If someone gets this issue again, can you please share the input you're passing to |
Hi Gabriel, I also faced the first error and solved it by joining the VFC lines of code as: The second error appears probably because in the sample_indicator you are including a list of strings. If you have two conditions, you could create another column in adata.obs with 0 values for one condition, and 1 for the others. That would solve the issue I think. |
Hello!
I am trying to use the VFC to obtain clusters. I tried to adapt from the Jupyter notebook but I think I am missing something as I am getting an error.
My code:
My first error is for the VFC object I created:
The second is for the VFC fit transform which I understand could be related to the sample IDs:
Any suggestions on how to do this?
Thank you for your help!
Best,
Gabriel
The text was updated successfully, but these errors were encountered: