Skip to content
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

Correction for cell_IDs #2

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open

Conversation

EnesSefaAyar
Copy link

Thank you for sharing all the information. I was able to reproduce the exact results using your Matlab scripts but couldn't reproduce them in my R implementation. I noticed a mistake in your scripts:

Cell_Ids = txt(1,2:end);

The Cell_Ids are shifted, which affects the subsetting by conditions (d0, d3, and d9). The resulting clusters are quite different after correcting this mistake. I observed 2 distinct clusters instead of 3 and memberships are different with the ARI index (~0.25).

Correction:
Cell_Ids = txt(1,1:end);

Best regards,
Enes
@nslavov

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant