Skip to content

mrQA: tools for quality assurance in medical imaging datasets, including protocol compliance

License

Notifications You must be signed in to change notification settings

sinhaharsh/mrQA

 
 

Repository files navigation

mrQA : automatic protocol compliance checks on MR datasets

https://app.codacy.com/project/badge/Grade/8cd263e1eaa0480d8fac50eba0094401

Documentation: https://open-minds-lab.github.io/mrQA/


mrQA is a tool developed for automatic evaluation of protocol compliance in MRI datasets. The tool analyzes MR acquisition data from DICOM headers and compares it against protocol to determine the level of compliance. It takes as input a dataset in DICOM/BIDS format. The tool outputs a compliance report in HTML format, with a percent compliance score for each sequence/modality in a dataset. The tool also outputs a JSON file with the compliance scores for each modality. In addition, it highlights any deviations from the protocol. The tool has been specifically created keeping in mind those who directly acquired the data such as MR Physicists and Technologists, but can be used by anyone who wants to evaluate that MR scans are acquired according to a pre-defined protocol and to minimize errors in acquisition process.

mrQA uses MRDataset to efficiently parse various neuroimaging dataset formats, which is available here.

Key features:

  • protocol compliance checks in key dimensions, both
    • horizontal audit (within-sequence across-dataset), as well as
    • vertical audit (within-session across-sequence)
  • continuous monitoring of incoming data (hourly or daily on XNAT server or similar)
  • parallel processing of very large datasets (like ABCD or UK Biobank) on a HPC cluster
  • few more to be released soon including automatic artefact detection and rating

Simple schematic of the library:

./docs/schematic_mrQA.png

About

mrQA: tools for quality assurance in medical imaging datasets, including protocol compliance

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • Python 93.4%
  • HTML 5.1%
  • Makefile 1.4%
  • Shell 0.1%