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

Soup up and make user-friendly Region info in SessionInfo #203

Open
brendonw1 opened this issue Jun 10, 2018 · 7 comments
Open

Soup up and make user-friendly Region info in SessionInfo #203

brendonw1 opened this issue Jun 10, 2018 · 7 comments
Assignees

Comments

@brendonw1
Copy link
Collaborator

I started working with regions and realized it'd be really nice to have ready-made lists of which region has which shanks, and in addition to a 'string' with the region name for each channel it'd be convenient to have a list of channel numbers in each region in a field like this:

.region.mPFC.channellist (1,2,3...)

So I'd like to add things like
.region.perRegionList(1).name = 'mPFC'
.region.perRegionList(1).channels = [1,2,3...]
.region.perRegionList(1).spikeGroups = [1:6]
.region.perRegionList(2).name = 'CA1'
.region.perRegionList(2).channels = [65, 66, 67]
.region.perRegionList(2).spikeGroups = [7:12]

What do you guys think?

@petersenpeter
Copy link
Collaborator

petersenpeter commented Jun 10, 2018 via email

@brendonw1
Copy link
Collaborator Author

brendonw1 commented Jun 12, 2018 via email

@brendonw1
Copy link
Collaborator Author

brendonw1 commented Jul 2, 2018 via email

@dlevenstein
Copy link
Collaborator

I think it's a great idea to use the allen atlas hierarchy, and agree that implementation in matlab is non-trivial. Not really sure how to go about doing that.

@petersenpeter
Copy link
Collaborator

petersenpeter commented Jul 7, 2018 via email

@brendonw1
Copy link
Collaborator Author

brendonw1 commented Jul 8, 2018 via email

@dlevenstein
Copy link
Collaborator

That makes sense to me. There's a list of allen brain regions here: https://github.com/buzsakilab/buzcode/tree/master/database (in a .mat and a .json file), that we can pull the regions from.

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

3 participants