Skip to content

A repository to develop code for IBSI compliant radiomics applications

License

Notifications You must be signed in to change notification settings

mvallieres/radiomics-develop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

85 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Welcome to radiomics-develop!

This is a repository dedicated to the development of programming code for new radiomics applications (IBSI compliant!) via collaborative work with other scientific colleagues. I look forward to work with you! Please do not hesitate to contact me if you have any question: Martin Vallières, 1-514-839-0248, mart.vallieres@gmail.com

Recent developments

  • IBSI calibration test -- Phase 2: Image processing with CT data (June 2018)
  • IBSI calibration test -- Phase 1: Feature calculation with digital phantom (April 2018)
  • Now using CSV files as inputs for roiNames (April 2018)
  • Addition and subtraction of ROIs now allowed, with operations parsed in roiNames.csv files (April 2018)
  • Compatibility with input imaging data of the following format: .nrrd and .img/.hdr (April 2018)
  • Wavelet features (August 2017)
  • Re-organization of radiomics structure (August 2017)
  • Definition of definite/aboslute/filter imaging intensities (August 2017)
  • Visualization tool to check ROIs on images with manualROIchoice=true (August 2017)

Installation

  1. Install git on your computer. In Linux, this goes simply by running sudo apt-get install git in the terminal.
  2. Clone this online repository to your preferred location on your computer by running git clone https://github.com/mvallieres/radiomics-develop.git in the terminal.

Instructions

Documentation

Warning

  • By default, GLCM, GLRLM and NGTDM matrices are using distance corrections as originally defined in M Vallières et al 2015 Phys. Med. Biol. 60 5471. Resulting features for these matrices will thus be slightly different from the benchmarked features defined by the Imaging Biomarker Standardisation Initiative.
  • Moran's I index, Geary's C measure and Global intensity peak features are at the moment disabled. The reason is that these features take too long to compute the way they are written now. We need to find a way to vectorize their computation or to use valid approximations with faster computation methods.
  • Comments and definitions of input and output arguments in the different pieces of code are not integrated yet. This is a work in progress.

Future work

  1. Multivariable modeling.
  2. Image post-processing (PVE corrections for PET, intensity nonuniformity corrections for MRI, etc.)

DISCLAIMER

"I'm not a programmer, I'm just a scientist doing stuff!"

STATEMENT

Copyright (C) 2017-2019 Martin Vallières
All rights reserved.

About

A repository to develop code for IBSI compliant radiomics applications

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages