Skip to content
This repository has been archived by the owner on Nov 30, 2020. It is now read-only.

Latest commit

 

History

History
61 lines (36 loc) · 2.63 KB

visualisation.md

File metadata and controls

61 lines (36 loc) · 2.63 KB
description
To display the results of cellfinder

Visualisation

{% hint style="danger" %} This tool is deprecated, and will be replaced with a new visualisation tool. {% endhint %}

To launch the viewer, run:

cellfinder_view

A napari window will then open with two options (Load cellfinder project and Load amap project):

Starting screen for the viewer

If you have run cellfinder, click Load cellfinder project and choose the directory set as the output folder. Alternatively, if you only want to inspect the registration, click Load amap project and choose either an amap output folder, or the registration directory of a cellfinder project.

Once a project has loaded, a number of buttons will appear on the right hand side of the window.

Data loading buttons

{% hint style="info" %} The buttons that appear will vary depending on the data that you have (i.e. if you haven't run registration, that button won't appear). {% endhint %}

{% hint style="warning" %} Be careful which data you load, as it may use a lot of RAM. {% endhint %}

Loading data:

  • Load data directory Load raw data as a directory of image files (one image per plane)
  • Load single image Load raw data as a single multiplane image (e.g. multiplane .tif or .nii.
  • Load downsampled data Load the downsampled data channels from the registration step (usually the fastest approach).

Adding results:

  • Load registration Loads the results of the registration including:
    • Annotations - image color coded by brain region. When this layer is highlighted (using the panel on the left hand side), you can hover the mouse over each brain region, and see its label in the bottom right hand side.
    • Boundaries - binary labels of the boundary of each brain region
  • Load cells Loads the results of cell classification, including the cell candidates classified as cells, and those classified as non-cells. Once cells are loaded, a Save cells button will appear. If you add or delete cells (using the buttons at the top left), clicking this button will update the cell_classification.xml file. Be careful, as this will overwrite the existing file.

{% hint style="info" %} Each part of the dataset will be loaded a "layer" which can be hidden, adjusted and reordered using the boxes on the left hand side. See the napari tutorials for how to navigate the viewer. {% endhint %}

zoomed in view showing registration and cell detection results

****