Z-Rad is a radiomic feature extraction software with GUI and API.
Project description
Z-RAD
Radiomics is the high-throughput extraction of quantitative features from medical images, revolutionizing personalized medicine and enhancing clinical decision-making. Despite its potential, radiomics faces several challenges, including the need for programming skills and lack of standardization.
Z-Rad (Zurich Radiomics), developed by the Radiation Oncology Department at the University Hospital Zurich, addresses these issues by offering a user-friendly, IBSI-compliant, and open-source solution for radiomics analysis.
Z-Rad Features
User-Friendly Interface
- Graphical User Interface (GUI): Designed for medical professionals with no programming skills.
- Application Programming Interface (API): Allows researchers to customize, automate, and extend Z-Rad functionalities using Python.
Compatibility
- Medical Data Formats: Supports CT, PET, and MR imaging modalities in both DICOM and NIfTI formats.
- Operating Systems: Windows, macOS, and Linux.
Standard Compliance
- IBSI Compliance: Adheres to IBSI I and IBSI II standards for reproducible and comparable radiomics features.
Software Architecture and Design
Backend
- Programming Language: Python.
- Dependencies:
- Joblib
- NumPy
- OpenCV
- OpenPyXL
- Pandas
- PyDicom
- PyQt5
- PyWavelets
- Scikit-image
- Scikit-learn
- SciPy
- SimpleITK
- tqdm
Radiomics Extraction Pathways
Graphical User Interface (GUI) and Application Programming Interface (API)
Both GUI and API are structured into three primary classes: Resampling, Filtering, and Radiomics:
Resampling
Z-Rad supports image resampling alone, alongside regions of interest (ROI) masks, or converting DICOM files to NIfTI images and masks without resampling. Resampling can be performed in 3D or 2D (axial slice-wise), with nearest neighbors, linear, B-spline, and Gaussian strategies.
Filtering
This tab requires users to define the desired filter settings. The current version of Z-Rad supports mean, Laplace of Gaussian, Laws kernels, and wavelet (Daubechies 2, Daubechies 3, first-order Coiflet, and Haar) filters.
Radiomics Feature Extraction
Parameters for radiomics feature extraction include the intensity re-segmentation (e.g., HU for CT or SUV for PET within ROIs) and intensity outlier filtering, discretisation strategies, and a variety of radiomics feature aggregation methods covering 2D, 2.5D, and 3D options. Radiomic features include shape, intensity, grey level co-occurrence matrix (GLCM), grey level run length matrix (GLRLM), grey level distance zone matrix (GLDZM), neighbouring gray tone difference matrix (NGTDM), and neighbouring gray level dependance matrix (NGLDM) features families.
Error and Warning Handling
- GUI: Uses warning pop-up messages for immediate feedback.
- API: Records processes in log files for comprehensive documentation.
Installation and Get Started
Windows executable file:
The simplest way to run Z-Rad on Windows is to start the z-rad.exe attached to every Z-Rad release.
Executables can be also generated for Windows, MacOS, and Linux by running
python generate_executable.py
Creating an executable requires PyInstaller. The executable is going to be saved in dist/ directory.
Windows, Linux, and macOS
For users familiar with Python programming langauage, we recommend:
- Download the Z-Rad repository
- Open the terminal and navigate to the project directory
- Install requirements by typing in the terminal:
pip install -r requirements.txt
- Run the
main.pyfile:
python main.py
API
pip install z-rad
License
Z-Rad is an open-source project licensed under the MIT License.
Contact
For any questions or feedback, please contact us at zrad@usz.ch.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file z_rad-24.10.tar.gz.
File metadata
- Download URL: z_rad-24.10.tar.gz
- Upload date:
- Size: 54.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.3 CPython/3.12.6 Darwin/24.0.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c3541bac11783553e5caf9c5a6919bfd5e733f03f3dae343275fffef4b1f14df
|
|
| MD5 |
01e8db45803d2fa376a344ca8ee25a91
|
|
| BLAKE2b-256 |
4d655d3e5ccb59cb6b80973573276a25aa339c9b51591251b3bd1785b91d4ade
|
File details
Details for the file z_rad-24.10-py3-none-any.whl.
File metadata
- Download URL: z_rad-24.10-py3-none-any.whl
- Upload date:
- Size: 59.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.3 CPython/3.12.6 Darwin/24.0.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8e5d39852dbad1115774b7a3c4af8b7b649879303f24542d44f164fda2e95a31
|
|
| MD5 |
5dced7d97a5e02051f1591cd56ac1df0
|
|
| BLAKE2b-256 |
751d6beeee3cbcea85c1879a46daee34b280b7bf3faa11fc0366e8010b800dab
|