Skip to content
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

CrossLong Data #2

Open
ageoly-git opened this issue Jan 17, 2024 · 4 comments
Open

CrossLong Data #2

ageoly-git opened this issue Jan 17, 2024 · 4 comments

Comments

@ageoly-git
Copy link

Hi Nick,

I hope this message finds you well.

I am reaching out because I was interested in integrating the cortical thickness data you used in the NeuroImage paper into a longitudinal cortical thickness analysis I am performing on veteran TBI patients that relies on ANTs SST (labeled with DKT 31 atlas).

My hope is to use the region-wide baseline data from the "CN" group as a healthy control sample and my goal is to evaluate an individual's trajectory to/away from a normative age-matched profile. However, when examining the ANTs SST data you have in the "Data" branch, I noticed that all of the participants included are > 60 years old (my data set ranges from 30 y/o to 60 y/o). In the NeuroImage paper I see that Figure 8. did the Age prediction with participants ranging from ~10 y/o up to ~80 y/o.

Is there any chance you might be able to make the full data set available? Additionally, if I am blindly missing something perhaps you could point me in the right direction?

Additionally, I wanted to nerd out and say thank you so much for your contributions to NeuroImaging and for the wonderful ANTs toolbox. It is something I use frequently and your work has truly guided my passion for neuroimaging !

Warmest regards,
Andrew

@ntustison
Copy link
Owner

Hi Andrew,

Thanks for your interest and the kind words.

So there's a couple of papers which you might be mixing up. This CrossLong repository corresponds to a 2019 JAD paper which, as the title indicates, uses ADNI data which skews older so it's no surprising that the ages are all > 60. I have an earlier paper that was published in NeuroImage in 2014. That repository is here. The results from the four public data sets (Oasis, NKI, Kirby, IXI) are in the analytics2 subdirectory in .csv files and are probably what you're looking for. If you're interested in those, let me know and I can help you find what you need. Admittedly, this repository isn't as clean as I generally tend to make them. Finally, the most recent cortical thickness paper came out in 2021 with the repository here. Basically we converted much of the cross-sectional and longitudinal pipelines to employ deep learning resulting in better measurements. It includes the additional SRPB data set and the data is much better organized. My guess is this latter data set is what you'd be most interested in.

Just an FYI but the deep learning work is all found in our ANTsXNet Python and R packages. An extended tutorial is available here.

Good luck and let me know if you have any questions.

Nick

@ageoly-git
Copy link
Author

ageoly-git commented Jan 18, 2024 via email

@ageoly-git
Copy link
Author

Hi Nick,

I hope all is well!

I wanted to reach out and say thank you very much for the incredibly helpful resources you pointed me towards a while back. The data from the 2021 Thickness paper have proven to be very useful for normative modeling.

More recently, our group has an interest in utilizing the "SubjectToTemplateLogJacobian.nii.gz" outputs from the antslongitudinalcorticalthickness pipeline to examine expansion/contraction for a given participant's time point image.

I was wondering if you might be able to confirm/clarify the following?

Please correct me if I am wrong, but my understanding is:

  1. The log-Jacobians for a given time point in the single subject template space reflect intra-subject deformation relative to that SST.

  2. For a given time point: if voxel > 0, then voxel expands towards the time point (i.e. time point voxel > SST); if voxel < 0, then voxel contracted towards the time point (i.e. time point voxel < SST).

I apologize if these are simple questions but I just want to ensure I am fully understanding the outputs before moving forward. I have reviewed some earlier documentation / issue threads and I think I am correct (but not totally sure).

Thank you so much for your continued support and I hope you have a wonderful weekend.

Best,
Andrew

@ntustison
Copy link
Owner

Hi @ageoly-git ,

  1. The log-Jacobians for a given time point in the single subject template space reflect intra-subject deformation relative to that SST.
  1. For a given time point: if voxel > 0, then voxel expands towards the time point (i.e. time point voxel > SST); if voxel < 0, then voxel contracted towards the time point (i.e. time point voxel < SST).

It's not the SST but the group template. Otherwise, what you write is correct. You can see further information here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants