-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Discrepancies in Cortical Thickness Values from ADNI GO Compared to Published ANTsXNet Data #168
Comments
The cortical thickness pipeline is relatively straightforward so I really don't know what you're doing to cause the discrepancy. Why don't you send me a single subject with your results (both images and tabulated values) with the python script you used to reproduce those results and I'll take a look. |
@ntustison here is the some of data ->
|
@ntustison could be that old bug that was fixed .... that added random variability |
Thanks @stnava . Definitely. And who knows what ITK changes could have affected the results. @GayanSamuditha --- I would also need the results for a single subject (all images and tabulated results). This includes the original DKT image and the propagated version and the Atropos segmentation image. |
Also, h/t to @stnava, you might want to look at a resource such as this traveling cohort so that you can avoid the various issues that you've raised above as well as other possible sources of variance. |
@ntustison @stnava Here is the data - data |
I'm looking at the list of files and it looks like it's simply a set of several subjects. Did you not see where I wrote previously "I would also need the results for a single subject (all images and tabulated results). This includes the original DKT image and the propagated version and the Atropos segmentation image."? I would also like the file names clearly labeled so I know which is which. Please understand that if you want me to spend time helping you, you need to make it as easy for me as possible. |
@ntustison I'm sorry, I took some time to understand what you asking. I'm not very familiar with it. Here is What I found out And I uploaded the subject image to drive: subject_dkt_propagated.nii.gz |
Just noticed this issue in your code:
I don't know of anywhere that I've ever used KK with these parameters. In fact, the current default parameters have existed even prior to the existence of ANTsPyNet. You should go back and re-run your analysis based on the actual parameters used. |
Hello @ntustison @cookpa
I have extracted cortical thickness values from ADNI GO phase MRI data using the ANTsXNet cortical thickness pipeline.
The extracted dataset is MPRAGE-ADNIGOsheet.csv, which contains cortical thickness values for multiple brain regions.
To validate the correctness of these extracted values, I compared them against the published cortical thickness dataset (antsxnetThickness.csv), available in your repository under:
However, upon detailed analysis, I found significant discrepancies between my extracted data and the published data, suggesting a possible systematic bias or differences in measurement methods.
Key Observations from the Analysis
Large Deviations in Bland-Altman Analysis (Systematic Bias)
When performing a Bland-Altman analysis, the differences between my extracted cortical thickness values and the published values were systematically biased, indicating a consistent overestimation or underestimation in specific brain regions.
High Variance in Boxplots (Unexpected Variability)
Some brain regions exhibited unexpectedly high variance, suggesting that the measurement process in my extracted dataset does not fully align with the published dataset.
I'm not sure is this may indicate differences in preprocessing steps, scanner resolution, or image normalization procedures between my pipeline and the published reference dataset.
Weaker Correlation with Published Study
A correlation analysis showed a weaker-than-expected agreement between my extracted cortical thickness values and the reference dataset.
Some regions show unexpectedly large differences (up to ±30%).
The systematic bias in specific brain regions raises concerns about the reproducibility of cortical thickness calculations.
The datasheet is attached here:
MPRAGE-ADNIGOsheet.csv
I have these questions:
I would appreciate any guidance on how to resolve these discrepancies and ensure that my extracted cortical thickness values are consistent with the published dataset.
Could you provide any insights into possible causes, or recommend additional verification steps?
Thank you for your time and for maintaining such an excellent open-source project.
I can share the image dataset if it is needed for further investigation.
Thank you!
The text was updated successfully, but these errors were encountered: