How extract the radiomics features of many patients for specific region of interests by using python interactor instead of manually one by one patient?

How extract the radiomics features of many patients for specific region of interests by using python interactor instead of manually one by one patient?

Once you have installed SlicerRadiomics → pyradiomics should be available in Python Interactor.
You could then write a Python script and call the radiomics featureextractor on different data sets like it is shown here. You would probably do that from a loop.

In case you have a working example, please post it here.

Dear
Sir, I am facing the problem in the section of ‘setting up data’.Can you help me ?

regards
Naveed ashraf

@NAVEED_ASHRAF that is too vague.
Please specify what the problem is and what does not work.

Could you not just load your patients one by one and run SlicerRadiomics manually on each of the datasets?

Hi Dear Sir,
I want to export radiomics features of many patients at once time.For example if we have a dicom file (data) of 10 patients in 3D slicer then we want to use python code to automatically export 107 features of each patient at once a time . Instead of manually exporting the 107 radiomics features of each patient separately we want to export all radiomics features of all patients at once a time.please recommend or give us a script which will perform this operation.

You can load DICOM data into 3D Slicer from a folder like shown here.

Probably need to find a programmer or learn to

  • call this code
  • segment your region of interest
  • export the radiomics features of that region

from a loop.

Please understand that we can not provide fully scripted solutions in this forum.