I have calculated radiomics feature over a segmented area using original as well as wavelet transformation. For a particular patient i repeated the feature calculation 10 times and each time calculated feature value differ. For many features this difference is quite a bit. Is it normal to have this difference between two calculations performed over the same patient? How reliable is to do any analysis or model building using this calculation algorithm for feature calculation if it changes so much for a same given image or segmentation.
--
You received this message because you are subscribed to the Google Groups "CERR FORUM" group.
To unsubscribe from this group and stop receiving emails from it, send an email to cerr-forum+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/cerr-forum/9ae26527-7b2c-4d8c-afd6-0ba9eaf27d5b%40googlegroups.com.
clc;clear;close all;
% Directory containing CERR files
dirName = uigetdir(cd, 'Select directory with CERR formated file');
% .json file containing radiomics settings
% including the names of structures to extract radiomics
paramFileName = 'templeteWavelet.json';
% Excel file path to save features(Optional)
outXlsFile = 'E:\QARC-E001R\feature_calculations\features28052020.xlsx';
% Call batch feature calculator
featureS = batchExtractRadiomics(dirName,paramFileName,outXlsFile);
The settings include perturbing images and masks. To use the original image and segmentation, please change
"perturbation": {
"sequence": "RV",
"angle2DStdDeg": 7,
"volScaleStdFraction": 0.1,
"superPixVol": 0.005
},
to
"perturbation": {
},
--
You received this message because you are subscribed to the Google Groups "CERR FORUM" group.
To unsubscribe from this group and stop receiving emails from it, send an email to cerr-forum+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/cerr-forum/CAD5R6DpoX6jxn-LQEQOA7B8RmdpysH_LVx3NKnk0jhj7QHoOQw%40mail.gmail.com.
<templeteWavelet.json>
To view this discussion on the web visit https://groups.google.com/d/msgid/cerr-forum/00919F91-A3CF-43D1-8BF2-68421B736219%40gmail.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/cerr-forum/1CB8A85F-AB9F-4DA5-A8C3-253FFAF237D8%40mskcc.org.
<mg_info.txt>
To view this discussion on the web visit https://groups.google.com/d/msgid/cerr-forum/E364ED5C-BF38-45B0-9F58-8188FC5842BF%40gmail.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/cerr-forum/63D88365-3F88-4759-92F3-79082523C769%40mskcc.org.
To view this discussion on the web visit https://groups.google.com/d/msgid/cerr-forum/CAD5R6Drpupr8VCT9i-q3D8qxQEsxooh2FVgQKi3EY1p5izK5Ew%40mail.gmail.com.
To unsubscribe from this group and stop receiving emails from it, send an email to cerr-...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/cerr-forum/CAD5R6DpoX6jxn-LQEQOA7B8RmdpysH_LVx3NKnk0jhj7QHoOQw%40mail.gmail.com.
--<templeteWavelet.json>
You received this message because you are subscribed to the Google Groups "CERR FORUM" group.
To unsubscribe from this group and stop receiving emails from it, send an email to cerr-...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/cerr-forum/00919F91-A3CF-43D1-8BF2-68421B736219%40gmail.com.
--
You received this message because you are subscribed to the Google Groups "CERR FORUM" group.
To unsubscribe from this group and stop receiving emails from it, send an email to cerr-...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/cerr-forum/1CB8A85F-AB9F-4DA5-A8C3-253FFAF237D8%40mskcc.org.
<mg_info.txt>
--
You received this message because you are subscribed to the Google Groups "CERR FORUM" group.
To unsubscribe from this group and stop receiving emails from it, send an email to cerr-...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/cerr-forum/E364ED5C-BF38-45B0-9F58-8188FC5842BF%40gmail.com.
--
You received this message because you are subscribed to the Google Groups "CERR FORUM" group.
To unsubscribe from this group and stop receiving emails from it, send an email to cerr-...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/cerr-forum/63D88365-3F88-4759-92F3-79082523C769%40mskcc.org.
----Dr Kundan Singh ChufalSr Consultant Radiation OncologyChief Breast and Thorax Radiation ServicesRajiv Gandhi Cancer Institute and Research CentreSector-5, Rohini 110085, Delhi, India
You received this message because you are subscribed to the Google Groups "CERR FORUM" group.
To unsubscribe from this group and stop receiving emails from it, send an email to cerr-...@googlegroups.com.
Hi Kundan,
We have expanded the documentation to include examples using derived images: https://github.com/cerr/CERR/wiki/Example1-batch-calculate-global-radiomics-features-for-the-patient-cohort.
Also re. wavelet calculations, the supported classes are 'db','haar','coif','fk','sym','dmey','bior','rbio' (‘coif’ , in your case). Further details are available at https://github.com/cerr/CERR/wiki/Texture-calculation.
Hope this helps,
Aditi
To unsubscribe from this group and stop receiving emails from it, send an email to
cerr-forum+...@googlegroups.com.
To view this discussion on the web visit
https://groups.google.com/d/msgid/cerr-forum/2cd733e0-b683-46c1-be03-966e2314957a%40googlegroups.com.
=====================================================================
Please note that this e-mail and any files transmitted from
Memorial Sloan Kettering Cancer Center may be privileged, confidential,
and protected from disclosure under applicable law. If the reader of
this message is not the intended recipient, or an employee or agent
responsible for delivering this message to the intended recipient,
you are hereby notified that any reading, dissemination, distribution,
copying, or other use of this communication or any of its attachments
is strictly prohibited. If you have received this communication in
error, please notify the sender immediately by replying to this message
and deleting this message, any attachments, and all copies and backups
from your computer.
To view this discussion on the web visit https://groups.google.com/d/msgid/cerr-forum/ab9933bce0d64efc99d052284fbcf582%40mskcc.org.
Can you please share your JSON settings file so we can help identify the issue?
Also, we recently posted an update for Laws texture calculation. Could you make sure you’re using the latest version of CERR?
Thanks,
Aditi
To view this discussion on the web visit https://groups.google.com/d/msgid/cerr-forum/CAD5R6DrjXKw4oet7miPN3y6OFD4nPkPQ7zj3Y-yQXSMF3Lbh4Q%40mail.gmail.com.