Introduction#
Info
The documentation is under construction.
cuisto
is a Python package aiming at quantifying histological data.
After ABBA registration of 2D histological slices and QuPath objects' detection, cuisto
is used to :
- compute metrics, such as objects density in each brain regions,
- compute objects distributions in three three axes (rostro-caudal, dorso-ventral and medio-lateral),
- compute averages and sem across animals,
- displaying all the above.
This documentation contains cuisto
installation instructions, ABBA installation instructions, guides to prepare images for the pipeline, detect objects with QuPath, register 2D slices on a 3D atlas with ABBA, along with examples.
In theory, cuisto
should work with any measurements table with the required columns, but has been designed with ABBA and QuPath in mind.
Due to the IT environment of the laboratory, this documentation is very Windows-oriented but most of it should be applicable to Linux and MacOS as well by slightly adapting terminal commands.
Documentation navigation#
The documentation outline is on the left panel, you can click on items to browse it. In each page, you'll get the table of contents on the right panel.
Useful external resources#
- Project repository : https://github.com/TeamNCMC/cuisto
- QuPath documentation : https://qupath.readthedocs.io/en/stable/
- Aligning Big Brain and Atlases (ABBA) documentation : https://abba-documentation.readthedocs.io/en/latest/
- Brainglobe : https://brainglobe.info/
- BraiAn, a similar but published and way more feature-packed project : https://silvalab.codeberg.page/BraiAn/
- Image.sc community forum : https://forum.image.sc/
- Introduction to Bioimage Analysis, an interactive book written by QuPath's creator : https://bioimagebook.github.io/index.html
Credits#
cuisto
has been primarly developed by Guillaume Le Goc in Julien Bouvier's lab at NeuroPSI. The clever name was found by Aurélie Bodeau.
The documentation itself is built with MkDocs using the Material theme.