-
Notifications
You must be signed in to change notification settings - Fork 33
Classifying cell types
Julie Fabre edited this page Jul 4, 2024
·
3 revisions
Bombcell can currently classify:
- striatal units as in Peters et al., Nature 2021. To do so run (1) bombcell quality metrics, then (2) bombcell's ephys paramaters, inputing 'striatum' as region in the function
[ephysProperties, unitClassif] = ep.ephysPropertiesPipeline(ephysKilosortPath, savePath, rerunEP, region);
- cortical units as in Peters et al., Cell Reports 2022. To do so run (1) bombcell quality metrics, then (2) bombcell's ephys paramaters, inputing 'cortex' as region in the function
[ephysProperties, unitClassif] = ep.ephysPropertiesPipeline(ephysKilosortPath, savePath, rerunEP, region);
💣 Any issues? To get support, create a github issue, create a pull request or write a message on the the Neuropixels slack workgroup.