mvallieres / radiomics

MATLAB programming tools for radiomics analysis
GNU General Public License v3.0
144 stars 72 forks source link

| | /\ | \ | / \ | \ / | | / \ / | || / \ | | | | | | \/ | | | _ | \ /\ | | | | | | | | | \ | \ / \ |/ | __/ | | |_ \/ |__/


|https://github.com/mvallieres/radiomics/| --> A package providing MATLAB programming tools for radiomics analysis.


REFERENCES: [1] Vallières, M. et al. (2015). A radiomics model from joint FDG-PET and MRI texture features for the prediction of lung metastases in soft-tissue sarcomas of the extremities. Physics in Medicine and Biology, 60(14), 5471-5496. doi:10.1088/0031-9155/60/14/5471

[2] Zhou, H., Vallières, M., Bai, H.X. et al. (2017). MRI features predict survival and molecular markers in diffuse lower-grade gliomas.
Neuro-Oncology, 19(6), 862-870. doi:10.1093/neuonc/now256

[3] Vallière, M. et al. (2017). Radiomics strategies for risk assessment
of tumour failure in head-and-neck cancer. Scientific Reports, 7:10117. doi:10.1038/s41598-017-10371-5

AUTHOR: Martin Vallières mart.vallieres@gmail.com

HISTORY:

THANK YOU FOR YOUR INTEREST IN THIS PACKAGE --> If you have any questions, comments or suggestions about this package, please do not hesitate to contact me!

This package contains 5 folders:

  1. 'TextureToolbox': MATLAB codes to perform texture analysis from an input 2D or 3D region of interest (ROI). This toolbox is self-contained and can be used on its own outside of the radiomics package. In particular, this texture analysis package implements wavelet band-pass filtering, isotropic resampling, discretization length corrections and different quantization tools. Please see ref. [1] for more details.

  2. 'NonTextureFeatures': MATLAB codes to compute features other than textures from an input 3D region of interest (ROI). Include features such as SUV metrics, AUC-CSH, Percent Inactive, Size, Solidity, Volume and Eccentricity. Please see ref. [1] for more details.

  3. 'MultivariableModeling': MATLAB codes to perform multivariable analysis operations such as logistic regression, bootstrapping, feature set reduction, feature set selection, prediction performance estimation, etc.

  4. 'Utilities': MATLAB codes used to perform different operations including the computation of SUV maps, reading of directory containing DICOM imaging data, conversion of RTstruct DICOM objects to 3D masks, etc.

  5. 'STUDIES': MATLAB codes used for specific studies. To reproduce the experiments of a given study, please see its corresponding folder.


ACKNOWLEDGEMENTS: other software code