|
1 | 1 | # DataJoint Element - Lab |
2 | 2 |
|
3 | | -DataJoint Element for lab metadata. DataJoint Elements collectively standardize and automate data collection and analysis for neuroscience experiments. 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 | +DataJoint Element for lab metadata. DataJoint Elements collectively standardize and |
| 4 | +automate data collection and analysis for neuroscience experiments. Each Element is a |
| 5 | +modular pipeline for data storage and processing with corresponding database tables that |
| 6 | +can be combined with other Elements to assemble a fully functional pipeline. |
4 | 7 |
|
5 | | -+ `element-lab` features a DataJoint pipeline design for lab related information, such as Lab, User, Project, Protocol, Source. |
6 | | - |
7 | | -+ `element-lab` is not a complete workflow by itself, but rather a modular design of tables and dependencies. |
8 | | - |
9 | | -+ `element-lab` can be flexibly attached to any DataJoint workflow. |
10 | | - |
11 | | -+ See the [Element Lab documentation](https://elements.datajoint.org/description/lab/) for the background information and development timeline. |
12 | | - |
13 | | -+ For more information on the DataJoint Elements project, please visit https://elements.datajoint.org. This work is supported by the National Institutes of Health. |
14 | | - |
15 | | -## Element architecture |
16 | | - |
17 | | - |
18 | | - |
19 | | -## Installation |
20 | | -``` |
21 | | -pip install element-lab |
22 | | -``` |
23 | | - |
24 | | -If you already have an older version of ***element-lab*** installed using `pip`, upgrade with |
25 | | -``` |
26 | | -pip install --upgrade element-lab |
27 | | -``` |
28 | | - |
29 | | -## Element usage |
30 | | - |
31 | | -+ `element-lab` is not a complete workflow by itself, but rather a modular design of tables and dependencies that can be flexibly attached to any DataJoint workflow. |
32 | | - |
33 | | -+ See the [workflow-calcium-imaging](https://github.com/datajoint/workflow-calcium-imaging) and [workflow-array-ephys](https://github.com/datajoint/workflow-array-ephys) repositories for example usages of `element-lab`. |
34 | | - |
35 | | -## Citation |
36 | | - |
37 | | -+ If your work uses DataJoint and DataJoint Elements, please cite the respective Research Resource Identifiers (RRIDs) and manuscripts. |
38 | | - |
39 | | -+ DataJoint for Python or MATLAB |
40 | | - + Yatsenko D, Reimer J, Ecker AS, Walker EY, Sinz F, Berens P, Hoenselaar A, Cotton RJ, Siapas AS, Tolias AS. DataJoint: managing big scientific data using MATLAB or Python. bioRxiv. 2015 Jan 1:031658. doi: https://doi.org/10.1101/031658 |
41 | | - |
42 | | - + DataJoint ([RRID:SCR_014543](https://scicrunch.org/resolver/SCR_014543)) - DataJoint for `<Select Python or MATLAB>` (version `<Enter version number>`) |
43 | | - |
44 | | -+ DataJoint Elements |
45 | | - + Yatsenko D, Nguyen T, Shen S, Gunalan K, Turner CA, Guzman R, Sasaki M, Sitonic D, Reimer J, Walker EY, Tolias AS. DataJoint Elements: Data Workflows for Neurophysiology. bioRxiv. 2021 Jan 1. doi: https://doi.org/10.1101/2021.03.30.437358 |
46 | | - |
47 | | - + DataJoint Elements ([RRID:SCR_021894](https://scicrunch.org/resolver/SCR_021894)) - Element Lab (version `<Enter version number>`) |
| 8 | +Installation and usage instructions can be found at the |
| 9 | +[Element documentation](https://datajoint.com/docs/elements/element-lab). |
0 commit comments