|
| 1 | +# Tutorials |
| 2 | + |
| 3 | +## Installation |
| 4 | + |
| 5 | +Installation of the Element requires an integrated development environment and database. |
| 6 | +Instructions to setup each of the components can be found on the |
| 7 | +[User Instructions](https://datajoint.com/docs/elements/user-guide/) page. These |
| 8 | +instructions use the example |
| 9 | +[workflow for Element Array Ephys](https://github.com/datajoint/workflow-array-ephys), |
| 10 | +which can be modified for a user's specific experimental requirements. This example |
| 11 | +workflow uses several Elements (Lab, Animal, Session, Event, and Electrophysiology) to construct |
| 12 | +a complete pipeline, and is able to ingest experimental metadata and run model training |
| 13 | +and inference. |
| 14 | + |
| 15 | +### Videos |
| 16 | + |
| 17 | +The [Element Array Ephys tutorial](https://youtu.be/KQlGYOBq7ow?t=3658) gives an |
| 18 | +overview of the workflow files and notebooks as well as core concepts related to |
| 19 | +Electrophysiology. |
| 20 | + |
| 21 | +[](https://youtu.be/KQlGYOBq7ow?t=3658) |
| 22 | + |
| 23 | +### Notebooks |
| 24 | + |
| 25 | +Each of the notebooks in the workflow |
| 26 | +([download here](https://github.com/datajoint/workflow-array-ephys/tree/main/notebooks) |
| 27 | +steps through ways to interact with the Element itself. For convenience, these notebooks |
| 28 | +are also rendered as part of this site. To try out the Elements notebooks in an online |
| 29 | +Jupyter environment with access to example data, visit |
| 30 | +[CodeBook](https://codebook.datajoint.io/). (Electrophysiology notebooks coming soon!) |
| 31 | + |
| 32 | +- [Data Download](./00-data-download-optional.ipynb) highlights how to use DataJoint |
| 33 | + tools to download a sample model for trying out the Element. |
| 34 | +- [Configure](./01-configure.ipynb) helps configure your local DataJoint installation to |
| 35 | + point to the correct database. |
| 36 | +- [Workflow Structure](./02-workflow-structure-optional.ipynb) demonstrates the table |
| 37 | + architecture of the Element and key DataJoint basics for interacting with these |
| 38 | + tables. |
| 39 | +- [Process](./03-process.ipynb) steps through adding data to these tables and launching |
| 40 | + key Electrophysiology features, like model training. |
| 41 | +- [Automate](./04-automate-optional.ipynb) highlights the same steps as above, but |
| 42 | + utilizing all built-in automation tools. |
| 43 | +- [Explore](./05-explore.ipynb) demonstrates how to fetch data from the Element. |
| 44 | +- [Drop schemas](./06-drop-optional.ipynb) provides the steps for dropping all the |
| 45 | + tables to start fresh. |
| 46 | +- [Downstream Analysis](./07-downstream-analysis.ipynb) highlights how to link |
| 47 | + this Element to Element Event for event-based analyses. |
| 48 | +- [Visualizations](./10-data_visualization.ipynb) highlights how to use a built-in module |
| 49 | + for visualizing units, probes and quality metrics. |
| 50 | +- [Electrode Localization](./08-electrode-localization.ipynb) demonstrates how to link |
| 51 | + this Element to |
| 52 | + [Element Electrode Localization](https://datajoint.com/docs/elements/element-electrode-localization/). |
| 53 | +- [NWB Export](./09-NWB-export.ipynb) highlights the export functionality available for the |
| 54 | + `no-curation` schema. |
0 commit comments