Skip to content

Commit a8d0604

Browse files
committed
docs: more skeleton, adding processing page
1 parent 487b6b4 commit a8d0604

7 files changed

Lines changed: 50 additions & 5 deletions

File tree

docs/source/acquire_upload.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,5 @@
1616
acquire_upload/prepare_before_acquisition
1717
acquire_upload/on_rig
1818
acquire_upload/upload
19+
acquire_upload/processing
1920
```
Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,13 @@
11
# On rig
22

3-
During data acquisition you are responsible for running version-controlled acquisition software and ensuring your data files are organized according to a standardized system. Metadata generated during acquisition captures **what data** should appear in the final NWB files after processing, as well as **what manipulations** were performed (both behavioral stimuli and any procedures).
3+
During data acquisition you are responsible for running version-controlled acquisition software and ensuring your data files for each modality are organized according to standardized conventions.
44

5-
## Data file standards
5+
Metadata generated during acquisition captures **what data** should appear in the final NWB files after processing, as well as **what manipulations** were performed (both behavioral stimuli and any procedures).
6+
7+
## Data organization conventions
68

79
Raw data assets should be organized by modality.
810

9-
##
11+
### Per-modality file standards
12+
13+
## Acquisition metadata
Lines changed: 38 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,39 @@
1-
# Per-modality pipelines
1+
# Processing pipelines
22

3+
Scientific computing is currently re-organizing pipelines to be per-modality, rather than per-project.
4+
5+
## Per-modality physiology pipelines
6+
7+
| Modality | Modalities | Pipeline repository |
8+
|---|---|---|
9+
| Barcoded anatomy resolved by sequencing | `barseq` | (no pipeline listed) |
10+
| Brightfield microscopy | `brightfield` | (no pipeline listed) |
11+
| Confocal microscopy | `confocal` | (no pipeline listed) |
12+
| Extracellular electrophysiology | `ecephys` | [aind-ephys-pipeline](https://github.com/AllenNeuralDynamics/aind-ephys-pipeline) |
13+
| Electron microscopy | `EM` | (no pipeline listed) |
14+
| Electromyography | `EMG` | (no pipeline listed) |
15+
| Fiber photometry | `fib` | [aind-fiber-photometry-harp-pipeline](https://github.com/AllenNeuralDynamics/aind-fiber-photometry-harp-pipeline) |
16+
| Fluorescence micro-optical sectioning tomography | `fMOST` | (no pipeline listed) |
17+
| Intracellular electrophysiology | `icephys` | (no pipeline listed) |
18+
| Intrinsic signal imaging | `ISI` | (no pipeline listed) |
19+
| Multiplexed analysis of projections by sequencing | `MAPseq` | (no pipeline listed) |
20+
| Multiplexed error-robust fluorescence in situ hybridization | `merfish` | (no pipeline listed) |
21+
| Magnetic resonance imaging | `MRI` | (no pipeline listed) |
22+
| Planar optical physiology | `pophys` | [aind-pophys-pipeline](https://github.com/AllenNeuralDynamics/aind-pophys-pipeline) |
23+
| Single cell RNA sequencing | `scRNAseq` | (no pipeline listed) |
24+
| Random access projection microscopy | `slap2` | (no pipeline listed) |
25+
| Selective plane illumination microscopy | `SPIM` | (no pipeline listed) |
26+
| Serial two-photon tomography | `STPT` | (no pipeline listed) |
27+
28+
## Behavior pipelines
29+
30+
| Modality | Modalities | Pipeline repository |
31+
|---|---|---|
32+
| Patch foraging behavior | `behavior`, `behavior-videos` | [aind-vr-foraging-pipeline](https://github.com/AllenNeuralDynamics/aind-vr-foraging-pipeline) |
33+
34+
## Per-project pipelines
35+
36+
| Modality | Modalities | Pipeline repository |
37+
|---|---|---|
38+
| Camstim/Sync Behavior | `behavior`, `behavior-videos`, `pophys`, `ephys` | [aind-behavior-camstim-pipeline](https://github.com/AllenNeuralDynamics/aind-behavior-camstim-pipeline) |
39+
| Dynamic foraging behavior| `behavior`, `behavior-videos`, `fib` | [aind-dynamic-foraging-pipeline](https://github.com/AllenNeuralDynamics/aind-dynamic-foraging-pipeline) |
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# Analysis framework
22

3-
The [Analysis Framework](https://codeocean.allenneuraldynamics.org/capsule/3390834/tree/v1) is a Code Ocean pipeline that provides a template for facilitating large-scale analysis for data assets. Use the analysis framework anytime your analysis capsule(s) need to be run at scale on many individual data assets.
3+
The [Analysis Framework](https://github.com/AllenNeuralDynamics/aind-analysis-pipeline-template) is a Code Ocean pipeline that provides a template for facilitating large-scale analysis for data assets. Use the analysis framework anytime your analysis capsule(s) need to be run at scale on many individual data assets.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# Ad-hoc analysis on Code Ocean
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# Data portal
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# Quality control

0 commit comments

Comments
 (0)