Brain Gliomas, Texture Analysis and Machine Learning

Operating system: Mac OS
Slicer version: 4.9.0

Hi everyone,

I am a Neuroradiology Fellow with some background in Biomedical Engineering in Buenos Aires, Argentina and for the past 6 months I’ve been working with Texture Analysis. At first it was pretty hard to learn about different software in the market and which one would suit me best. Fortunately I got to understand Slicer a bit more after my visit at RSNA Congress in Chicago and now I am trying to do some research regarding the phenotype of brain gliomas.

So far, I am working with T1WI post Gd (volumes) from two different 3T GE Magnets.
The first step of my project would be to obtain textural features and then decide whether to discriminate them between high or low grade gliomas or to analyze different molecular markers and gene mutations.
If I get good results with this I will write later with questions on how to use Slicer on Knime. But first things first. These are a couple of screen captures regarding the steps I am doing with every different tumor.
Please feel free to write any suggestions or corrections you consider appropriate.
Thanks,
Leandro.

  1. loading the volume

  1. normalizing the volumen with SimpleFilters extension

  1. manual segmentation of entire tumor (shall I consider only the slice with the largest transverse diameter or the entire tumor?)

  1. obtain the detailed texture features with the PyRadiomics extension

Hi Leandro -

Thanks for sharing your project and workflow - it’s important work and I will be very interested to see what you discover.

A few thoughts / suggestions: a lot of work has gone into enhancing the new Segment Editor so it might try that. Also in both editors the GrowCut algorithm (Grow from seeds in the Segment Editor) could help, but if not it would help us to know if any of the automated tools help or if you really prefer manual methods.

Also as you do multiple cases you might find the CaseIterator useful for managing your workflow.

Best of luck,
Steve

Hello Leandro,

Very interesting project! As your using the PyRadiomics extension, you can also normalize as part of the feature extraction in this extension (saves you a processing step).

For this to work, you need to write a parameter file and pass the file location in the extension (select Parameter File Customization) and you’ll see a control where you can enter this file (comes with a browse button and path-auto-complete).

Using a parameter file has some other advantages too:

  1. it unlocks the full potential of PyRadiomics (filters, settings and specifying features to extract on a per-feature basis.
  2. It’ll help you reproducibility, as you can reuse your parameter file at a later date to recreate your extraction.
  3. You only have to make this file once, you can then apply it to your data (whether you are using the slicer extension of pyradiomics stand-alone, it works both ways)

For the documentation on how to make this file (and what are the customization options in pyradiomics), see here. Some examples of the parameter file can be found here.

Best,

Joost

Thank you very much for your quick responses Steve and Joost! I 'll try to follow your piece of advice. Would you think I am in the right track? I mean in terms of the process

Seems very reasonable to me. When you are comfortable with the tools you could formulate some hypotheses about what effect size you expect to see and that would give you a sense of how many subjects you need to segment to test it.

Updates on this project for those interested. I segmented and analyzed texture features of 10 low grade brain gliomas and 9 high grade gliomas with original transformations (haven’t analyzed wavelets yet).
It’s sort of difficult for me to see if any conclusions could be made. So far, I see that first order statistics have the best numbers in terms of sensitivity and sensibility (could this be due to analysis of only the largest cross-section image and not the entire tumor?). Features reflecting the largest variance from the mean were the most significant ones, suggesting lower homogeinity in high grade gliomas.
Please feel free to add any comments.

Snip20180321_5

Hello,

first you need to test the correlation between your variable for example with a Pearson test. To check if for example, it is not the volume/surface that correlate with your variance than your high/low grade gliomas.

Than you must correct your test, i suppose wilcoxon? for multiple testing (bonferroni…) see

A. Chalkidou, M. O’Doherty, P. Marsden, et al., PLoS one 10(5) (2015) e0124165.

It is better/necessary to do texture analysis in 3D.

See you,

Cyril Jaudet,

1 Like

A post was split to a new topic: Radiomics entropy=0?