|
1 | 1 | # Element Array Electrophysiology
|
2 | 2 |
|
3 |
| -This Element features DataJoint schemas for analyzing extracellular array electrophysiology data acquired with Neuropixels probes and spike sorted using Kilosort spike sorter. Each Element is a modular pipeline for data storage and processing with corresponding database tables that can be combined with other Elements to assemble a fully functional pipeline. |
| 3 | +This Element features DataJoint schemas for analyzing extracellular array |
| 4 | +electrophysiology data acquired with Neuropixels probes and spike sorted using Kilosort |
| 5 | +spike sorter. Each Element is a modular pipeline for data storage and processing with |
| 6 | +corresponding database tables that can be combined with other Elements to assemble a |
| 7 | +fully functional pipeline. |
| 8 | + |
| 9 | + |
| 10 | + |
| 11 | +The Element is comprised of `probe` and `ephys` schemas. Several `ephys` schemas are |
| 12 | +developed to handle various use cases of this pipeline and workflow: |
4 | 13 |
|
5 |
| -The Element is comprised of `probe` and `ephys` schemas. Several `ephys` schemas are developed to handle various use cases of this pipeline and workflow: |
6 | 14 | + `ephys_acute`: A probe is inserted into a new location during each session.
|
7 |
| -+ `ephys_chronic`: A probe is inserted once and used to record across multiple sessions. |
8 |
| -+ `ephys_precluster`: A probe is inserted into a new location during each session. Pre-clustering steps are performed on the data from each probe prior to Kilosort analysis. |
9 |
| -+ `ephys_no_curation`: A probe is inserted into a new location during each session and Kilosort-triggered clustering is performed without the option to manually curate the results. |
10 | 15 |
|
11 |
| -Visit the [Concepts page](./concepts.md) for more information about the use cases of `ephys` schemas and an explanation of the tables. To get started with building your own data pipeline, visit the [Tutorials page](./tutorials.md). |
| 16 | ++ `ephys_chronic`: A probe is inserted once and used to record across multiple |
| 17 | + sessions. |
| 18 | + |
| 19 | ++ `ephys_precluster`: A probe is inserted into a new location during each session. |
| 20 | + Pre-clustering steps are performed on the data from each probe prior to Kilosort |
| 21 | + analysis. |
| 22 | + |
| 23 | ++ `ephys_no_curation`: A probe is inserted into a new location during each session and |
| 24 | + Kilosort-triggered clustering is performed without the option to manually curate the |
| 25 | + results. |
| 26 | + |
| 27 | +Visit the [Concepts page](./concepts.md) for more information about the use cases of |
| 28 | +`ephys` schemas and an explanation of the tables. To get started with building your own |
| 29 | +data pipeline, visit the [Tutorials page](./tutorials.md). |
12 | 30 |
|
13 | 31 | ### `ephys_acute` module
|
14 |
| - |
| 32 | + |
| 33 | +![element-array-ephys-acute diagram] |
| 34 | + (https://raw.githubusercontent.com/datajoint/element-array-ephys/main/images/attached_array_ephys_element_acute.svg) |
15 | 35 |
|
16 | 36 | ### `ephys_chronic` module
|
17 |
| - |
| 37 | + |
| 38 | +![element-array-ephys-chronic diagram] |
| 39 | + (https://raw.githubusercontent.com/datajoint/element-array-ephys/main/images/attached_array_ephys_element_chronic.svg) |
18 | 40 |
|
19 | 41 | ### `ephys_precluster` module
|
20 |
| - |
| 42 | + |
| 43 | +![element-array-ephys-precluster diagram] |
| 44 | + (https://raw.githubusercontent.com/datajoint/element-array-ephys/main/images/attached_array_ephys_element_precluster.svg) |
0 commit comments