You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8-2Lines changed: 8 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -3,13 +3,19 @@
3
3
+ This repository features DataJoint pipeline design for extracellular array electrophysiology,
4
4
with Neuropixels probe and Kilosort spike sorting method.
5
5
6
-
+ The pipeline presented here is not a complete pipeline by itself, but rather a modular
7
-
design of tables and dependencies specific to the extracellular electrophysiology workflow.
6
+
+ The pipeline presented here is not a complete pipeline by itself, but rather a modular
7
+
design of tables and dependencies specific to the extracellular electrophysiology
8
+
workflow
8
9
9
10
+ This modular pipeline element can be flexibly attached downstream
10
11
to any particular design of experiment session, thus assembling a fully functional
11
12
ephys pipeline.
12
13
14
+
+ This Element provides three schema options, selected via the DataJoint config file, with `dj.config['custom']['ephys_mode']`
15
+
+`acute` probe insertion, with curated clustering
16
+
+`chronic` probe insertion, with curated clustering
17
+
+`no-curation`, with kilosort triggered clustering
18
+
13
19
+ See the [Element Array Electrophysiology documentation](https://elements.datajoint.org/description/array_ephys/) for the background information and development timeline.
14
20
15
21
+ For more information on the DataJoint Elements project, please visit https://elements.datajoint.org. This work is supported by the National Institutes of Health.
0 commit comments