-
Notifications
You must be signed in to change notification settings - Fork 48
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
run rastermap on binarized data #31
Comments
I am running into the same issue. Any solution arose? |
can you try the latest version of the code please and see if you still have this issue? |
thanks everyone for catching this, this bug should be fixed now! please |
works for me now! thanks!! |
hurray! created the pypi will close the issue |
Dear Team.
I was wondering whether it would be possible to run rastermap on already binarized data (meaning 0 = no spike; 1 = spike) and whether it would make more sense supplying just the peak, or setting the entire width at half maximum to 1 for the algorithms behind rastermap?
I tried to run the rastermap_singleneurons.ipnyb notebook with my own binarized matrix of 752 cells by 612 timepoints as this seemed the most applicable, however when I try to set
n_clusters = None
aValueError
gets raised in lines 363-364 ofrastermap.py
.When I set n_clusters to some integer < 200, the following error occurs:
This happens both when explicitly setting
bin_size = 0
orbin_size = 1
The text was updated successfully, but these errors were encountered: