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: tutorial/tutorial.md
+13-4
Original file line number
Diff line number
Diff line change
@@ -14,9 +14,9 @@ Although cellfinder is designed to be easy to install and use, if you're coming
14
14
**The test dataset is large**\(~250GB\). It is recommended that you try this tutorial out on the fastest machine you have, with the fastest hard drive possible \(ideally SSD\) and an NVIDIA GPU. See [System requirements](../installation/system-requirements.md) for more details.
15
15
{% endhint %}
16
16
17
-
###Instructions
17
+
## Instructions
18
18
19
-
####Setting up
19
+
### Setting up
20
20
21
21
* First install cellfinder, following the [Installation](../installation/installation.md) guide.
22
22
* Download the data from [here](https://gin.g-node.org/cellfinder/data/raw/master/brainreg/test_brain.zip)\(it will take a long time to download\).
@@ -42,7 +42,7 @@ To run cellfinder, you need to know:
42
42
* The orientation of your data. For atlas registration \(using [brainreg](https://docs.brainglobe.info/brainreg/introduction)\) the software needs to know how you acquired your data \(coronal, saggital etc.\). For this cellfinder uses [bg-space](https://github.com/brainglobe/bg-space). Full details on how to enter your data orientation can be found [here](https://docs.brainglobe.info/brainreg/user-guide#input-data-orientation), but for this tutorial, the orientation is `psl`, which means that the data origin is the most **p**osterior, **s**uperior, **l**eft voxel.
43
43
* Which atlas you want to use \(you can see which are available by running `brainglobe list`. In this case, we want to use a mouse atlas \(as that's what our data is\), and we'll use the 10um version of the [Allen Mouse Brain Atlas](https://mouse.brain-map.org/static/atlas).
44
44
45
-
####Running cellfinder
45
+
### Running cellfinder
46
46
47
47
cellfinder runs with a single command, with various arguments that are detailed in [Command line options](../user-guide/usage/). To analyse the example data, the flags we need are:
If your machine has less than 32GB of RAM, you should use the `allen_mouse_25um` atlas either way, as registration with the high-resolution atlas requires about 30GB for this image.
81
81
{% endhint %}
82
82
83
-
#### Visualising results
83
+
### Inspecting the results
84
+
85
+
86
+
87
+
#### Visualising cell detection performance
84
88
85
89
cellfinder comes with a plugin for [napari](https://napari.org/) for easily visualising the results. To open napari, just run `napari` from your command line, and a viewer window should pop up.
86
90
91
+
Into the window, then drag and drop:
92
+
93
+
* The signal channel directory \(`test_brain/ch00`\)
0 commit comments