Radiomics Library

Hello everyone, i amnew here and i am doing a master’s degree in Data science. i need help with radiomic lib, I did setup an environment for Python and I want to install radio mic in the env for my project.

  1. List item

Hello,
This forum is particularly for supporting the uses of the 3D Slicer application , but I have done some work with PyRadiomics before. You will find installation and use examples here: https://pyradiomics.readthedocs.io/en/latest/. Good luck!

But I see that Slicer can do the work I want to do. Pyradiomics project…I need help too if possible.

If you can be more specific about your needs regarding the use of py radiomics, we can offer more detailed suggestions. Do you have a certain set of medical images you need to analyze? For example, PyRadiomics can be run on a set of images using a Python/Juoyter notebook , but Slicer has many capabilities to prepare the images. What is the goal you would like to achieve?

Thanks for replying. I have a project that I am working on, combining images and numerical data(lung) to detect lung cancer, and the mentor asked me to install pyradiomics
1-Install via pip
2-install via Conda(I think this is the best option for me because I used Miniconda for plenty of projects).
3-install from source
4-use docker etc,
but none of them are working yet for me. I am using Windows 11.

I replied to you via a direct message. I’ll try to help, but this forum is focused on 3D Slicer. Please contact me through email (address sent via direct message) instead of using this forum. Thank you.

The TotalSegmentator tool provides Radiomics and statistical output for its segments.

Or you segment lungs and lobes with LungCTSegmenter and use the “Lung Segmentation” as input for the Pyradioics extension

@katienefoa_soro if you want to be able to use pyradiomics from Slicer, you should do the following:

  1. Navigate to Slicer ExtensionManager and install “Radiomics” extension
  2. Restart Slicer
  3. Open “Radiomics” extension (this is needed to install some of the dependencies, which are installed on the first launch of the extension)

Assuming everything went well, after those steps you should be able to import the package from your python code in Slicer or in the python console as follows and start using that package:

import radiomics

Yes i wanted to but i am more comfortable with Jupyter