No Description

Frederik Filip Stæger 8461c30c0b Update 'datacite.yml' 4 years ago
data d80c0ac248 gin commit from SUND33778 4 years ago
template_creation_pipeline 8e44ce86d0 gin commit from SUND33778 4 years ago
LICENSE 29ee819fbd gin commit from SUND33778 4 years ago
README.md fb7d2b11e0 Smaller headings. 4 years ago
auto_seg.py ba4e2d1fcf gin commit from SUND33778 4 years ago
datacite.yml 8461c30c0b Update 'datacite.yml' 4 years ago
preprocess.py 4d2ba25d6a Update README 4 years ago
registration.py 37fa63a08a gin commit from SUND33778 4 years ago
requirements.txt 7ac1672015 Update README 4 years ago
tools.py 37fa63a08a gin commit from SUND33778 4 years ago

README.md

Description

This repository contains the full data set for constructing the DAPI template, the full DAPI template creation pipeline and the automatic slice segmentation.

Automatic slice segmentation

Program for automatic segmentation to a DAPI-stained coronal mouse brain slices.

Dependencies

Prerequisites

  • A high-resolution, DAPI modality TIFF image of a brain slice. Can have multiple channels.
  • A template file (.nii or .nii.gz)
  • A segmentation of the template file (.nii or .nii.gz)

Usage

  • Use preprocess.py to prepare input slice for automatic registration
  • Use auto_seg.py with preprocessed slice which will output a folder containing segmentation registered to slice.

Details

Detailed parameter description.

auto_seg.py

Usage

python3 auto_seg.py sliceloc segloc templateloc --bregma [coord]  

Positional/Required Arguments

sliceloc Location of the slice you wish to register (.nii or.nii.gz)
segloc Location of file containing segmentation of the template (.nii or.nii.gz)
templateloc Location of template file (.nii or .nii.gz)
--bregma [coord] Bregma coordinate of input slice (if --approx argument is present, this is an optional argument)

Optional arguments

--approx [index] Provide the location of the slice as a z-index of the template. Can be used instead of --bregma argument.
--out [directory] Provide an alternative output directory (default directory is /output)
--dapi [index] Index of the DAPI channel in the slice, by default the DAPI channel is assumed to be the last channel

preprocess.py

Usage

python3 preprocess.py file dir -s Series --pdim [pixeldimensions]  

Positional/Required Arguments

file Location of the file to be preprocessed (.tiff or .nd2)
dir Directory to output preprocessed files (will output .nii files)
-s The series to extract (If input file is single-series, use 0 for this argument)

Optional arguments

--pdim [pixeldimensions] Dimensions of pixels, if not provided, these will be extracted from image metadata
datacite.yml
Title A three-dimensional, population-based average of the C57BL/6 mouse brain from DAPI-stained coronal slices
Authors Stæger,Frederik Filip;Center for Translational Neuromedicine, Faculty of Health and Medical Sciences, University of Copenhagen, 2200 Copenhagen, Denmark;ORCID:0000-0002-2295-8637
Mortensen,Kristian;Center for Translational Neuromedicine, Faculty of Health and Medical Sciences, University of Copenhagen, 2200 Copenhagen, Denmark;ORCID:0000-0003-3726-0781
Kaufmann,Louis;Center for Translational Neuromedicine, Faculty of Health and Medical Sciences, University of Copenhagen, 2200 Copenhagen, Denmark
Hirase,Hajime;Center for Translational Neuromedicine, Faculty of Health and Medical Sciences, University of Copenhagen, 2200 Copenhagen, Denmark;ORCID:0000-0003-3806-6905
Sigurdsson,Björn;Center for Translational Neuromedicine, Faculty of Health and Medical Sciences, University of Copenhagen, 2200 Copenhagen, Denmark;ORCID:0000-0002-7484-7779
Nedergaard,Maiken;Center for Translational Neuromedicine, Faculty of Health and Medical Sciences, University of Copenhagen, 2200 Copenhagen, Denmark and Center for Translational Neuromedicine, University of Rochester Medical Center, Rochester, NY 14642, USA.;ORCID:0000-0001-6502-6031
Description The full data set and pipeline for constructing the three-dimensional, population-based average of the C57BL/6 mouse brain form DAPI-stained coronal slices. This repository also contains a python implementation of automatic coronal brain slice segmentation. The data set constitutes of all the raw slice images (.tif) in full resolution, the pre-processed version (.nii), the individually reconstructed brain volumes, and the final population-based average.
License Creative Commons CC0 1.0 Public Domain Dedication (https://creativecommons.org/publicdomain/zero/1.0/)
References A three-dimensional, population-based average of the C57BL/6 mouse brain from DAPI-stained coronal slices [] (IsDescribedBy)
Funding
Keywords Neuroscience
Mouse brain template
C57BL/6 brain template
DAPI
Population-based average
Automatic segementation
Resource Type Dataset