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: docs/index.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -44,7 +44,7 @@ mex -O CCGHeart.c
44
44
5. That's it! Now you can explore the software with below example data or try one of the tutorials.
45
45
46
46
### Try the Cell Explorer with example data
47
-
There is an example dataset included in the repository for trying the Cell Explorer. Load the mat-file [`cell_metrics_batch.mat`](https://github.com/petersenpeter/Cell-Explorer/blob/master/LoadCellMetricBatch.m) into Matlab and type:
47
+
There is an example dataset included in the repository for trying the Cell Explorer. Load the mat-file [`cell_metrics_batch.mat`](https://github.com/petersenpeter/Cell-Explorer/blob/master/LoadCellMetricsBatch.m) into Matlab and type:
The Cell Explorer can be used to display single cell_metrics files as well as batches. Batch loading is performed with the script LoadCellMetricBatch. The advanced flowchart below further details the capabilities of loading various GUIs from the Cell Explorer (gui_session, gui_MonoSyn and gui_DeelSuperficial) as well as do spike raster plots, that requires access to the local spikes struct and potentially also manipulation and events files if plotting PSTHs.
31
+
The Cell Explorer can be used to display single cell_metrics files as well as batches. Batch loading is performed with the script LoadCellMetricsBatch. The advanced flowchart below further details the capabilities of loading various GUIs from the Cell Explorer (gui_session, gui_MonoSyn and gui_DeelSuperficial) as well as do spike raster plots, that requires access to the local spikes struct and potentially also manipulation and events files if plotting PSTHs.
You can also run it directly from a basepath and generate the session struct directly:
52
52
```m
53
-
cell_metrics = calc_CellMetrics;
53
+
cell_metrics = ProcessCellMetrics;
54
54
```
55
55
When calling the pipeline with the sessionTemplate, a GUI will be shown allowing you to edit the metadata both for the input parameters and the session struct.
56
56
@@ -63,15 +63,15 @@ To open multiple sessions together you can run the Cell Explorer in batch mode.
As you perform classifications in the Cell Explorer, you may save back to the original cell metrics stored with the sessions defined above. You can perform the batch mode from a list of paths as well.
70
70
71
71
## Running pipeline using the Buzsaki lab database
72
72
The Cell Explorer pipeline uses a single Matlab struct for handling metadata. The struct is automatically loaded from the buzsaki lab database if you are running the pipeline with the database, and is located in the base path once a session has been processed. To run the pipeline on a session named 'PetersSession' using the database type:
As you perform classifications in the Cell Explorer, you may save back to the original cell metrics stored with the sessions defined above. You can perform the batch mode from a list of paths as well.
0 commit comments