Here’s what our chatbot says based on searching this forum. Looks like a reasonable answer:
claude_3_opus_botForum Helper
SearchSearch
Based on the search results, it looks like it is possible to extract radiomics features from multiple scans and segmentations in a batch mode in Slicer. A few key points:
- You can use the PyRadiomics extension in Slicer to do batch processing and extract features from multiple images and segmentations. See this post for an example of using the PyRadiomics CLI module for batch processing:
- Your input images and segmentations should be in a format like NRRD. You may need to convert from DICOM first. There are CLI modules in Slicer to convert DICOM to NRRD in a batch.
DICOM to NRRD conversion in command line (for PyRadiomics)
- There are various settings you can use to control the PyRadiomics feature extraction, like limiting to certain features, resampling, handling 2D/3D, etc. See posts like these for details:
Issue with 2D extraction and resampling
PET normalisation before Radiomics
So in summary, while it requires using the command line interface instead of the GUI, it is very possible to extract radiomics features from a batch of images and segmentations using Slicer and the PyRadiomics extension. Let me know if you have any other questions!