Skip to content

Repository files navigation

AIDAqc

An automated and simple tool for fast quality analysis of animal MRI

Features

  • Input: Bruker raw data or NIFTY (T2-weighted MRI, diffusion-weighted MRI, or DTI, and rs-fMRI)
  • Calculations: SNR, tSNR, movement variability, data quality categorization (finds bad quality outliers)
  • Output Format: CSV sheets, PDFs, & images



See the poster for all details

Installation

Download the repository => Install Python 3.6 (Anaconda) => Import AIDAqc conda environment aidaqc.yaml

Main function: ParsingData

See the full manual here.

Docker/Apptainer Usage

#Build

docker build aidaqc:2.1 .

# Running the main ParsingData.py:

docker run -v /your/project/data:/data -v /your/project/qc aidaqc:2.1 -i /data -o /qc -f raw

For installation in a apptainer container for GNU/Linux:

# Download the repository
git clone https://github.com/Aswendt-Lab/AIDAqc.git
cd AIDAqc

# Create a new apptainer container
apptainer build aidaqc.sif apptainer.def

# Get into a bash shell in the container
apptainer shell aidaqc.sif

Branches

AIDAqc provides separate workflows for animal MRI and MRI phantom data:

  • main – the stable animal MRI workflow.
  • phantom – specifically for MRI phantom data only. The former open-dev implementation has moved here, including phantom-specific ROI analysis, additional motion and ghosting outputs, and the PDF QA report. See the phantom README for setup and usage, and the updated manual for the workflow details.
  • open-dev – general development, aligned with main after moving the phantom workflow. PDF export will be ported to this baseline in a later change; the phantom-specific analysis stays in phantom.

Researchers and developers are welcome to fork the repository and submit pull requests against the branch appropriate to their workflow.

Tutorial

To guide you through running the pipeline, please watch the YouTube tutorial.

The story behind this tool

It can be challenging to acquire MR images of consistent quality or to decide between good vs. bad quality data in large databases. Manual screening without quantitative criteria is strictly user-dependent and for large databases is neither practical nor in the spirit of good scientific practice. In contrast to clinical MRI, in animal MRI, there is no consensus on the standardization of quality control measures or categorization of good vs. bad quality images. As we were forced to screen hundreds of scans for a recent project, we decided to automate this process as part of our Atlas-based Processing Pipeline (AIDA).

Validation and Datasets

This tool has been validated and used in the following publication: Publication Link

A total of 23 datasets from various institutes were used for validation and testing. These datasets can be found via: Datasets Link

Download test dataset

Dataset Link

CONTACT

If you encounter problems, report directly in Gitter or join our Open Office Hour - each Thursday 3:00 pm (UTC+2) Zoom

For all other inquiries: Markus Aswendt (aswendtATmed.uni-frankfurt.de)

LICENSE

GNU General Public License v3.0

About

An automated and simple tool for fast quality analysis of animal MRI

Topics

Resources

Contributing

Stars

8 stars

Watchers

4 watching

Forks

Releases

Packages

Used by

Contributors

Languages