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

Cluster view gui data #1280

Open
ghattasb opened this issue Jun 4, 2024 · 1 comment
Open

Cluster view gui data #1280

ghattasb opened this issue Jun 4, 2024 · 1 comment

Comments

@ghattasb
Copy link

ghattasb commented Jun 4, 2024

Hey, I'm using kilosort4 with Phy, and I was wondering how to re-generate that Cluster View table used in the GUI using python?
mainly I would like to know how you managed to map the clusters to a specific channel since I could not find a file that contains this type of data sorting.

Thank in advance

@zm711
Copy link
Collaborator

zm711 commented Jun 4, 2024

@ghattasb,

It's occurring based on loading the amplitudes and channel mapping information. So you could read the source code to figure out how to do it. There will be some functions inside of phy and phylib which you could call by using a phylib model rather than the gui and then get all the values you need. If you want to do that I would recommend heading over to phylib and reading the source code there (unfortunately not a lot of documentation). We also work with the spikeinterface team and they also have ways to do that (you can auto load kilosort data, then find the specific channels). There's more documentation over there currently for how the api works.

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

No branches or pull requests

2 participants