-
Notifications
You must be signed in to change notification settings - Fork 1
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
One hot encoding #2
Comments
Hi Paul, yes exactly! In our experiments, it worked better for multi-slide integration, but then you need to omit the harmony part. I would suggest to just copy the relevant parts from the nichepca function and implement it yourself. I did not have time yet to adapt the nichepca function. You only need to have these lines:
|
Thanks, I will give it a shot |
I did this and got more than 6000 cluster for all of the resolutions 😅 Do you know that could cause this? |
Hi Paul, sorry for the late reply. I think it might be caused by the low number of knn, which might lead to many similar neighborhood compositions. What happens if you run it with say knn=20 and 30 comps? Best |
Description of feature
Hi Darius,
was nice meeting in person :)
I am trying out the one-hot encoding we talked about.
Do I now just run nichepca on this?
The text was updated successfully, but these errors were encountered: