The UCSF Hippocampal data would be from the FreeSurfer file – I’m guessing that ADNIMERGE uses cross-sectional FreeSurfer, so you’ll find the original data in the cross-sectional FreeSurfer file for ADNIGO/2…
The UCSFSNTVOL file only contains data from ADNI-1 and due to the time-intensiveness of that process, it was stopped part way through ADNI-1 and FreeSurfer was used instead…
Danielle
--
You received this message because you are subscribed to the Google Groups "Alzheimer's Disease Neuroimaging Initiative (ADNI) Data" group.
To unsubscribe from this group and stop receiving emails from it, send an email to
adni-data+...@googlegroups.com.
To post to this group, send email to
adni...@googlegroups.com.
Visit this group at https://groups.google.com/group/adni-data.
For more options, visit https://groups.google.com/d/optout.
Hi Güise,
You can find "adnimerger.r" in R folder in "Merged ADNI 1/GO/2 Packages for R" (ADNIMERGE_0.0.1.tar.gz), and this code tells us how ADNIMERGE data is created.
In line 343: ucsfvol$Hippocampus <- (ucsfvol$ST29SV + ucsfvol$ST88SV)
From checking UCSFFSX51_DICT,
ST29SV: Subcortical Volume (aseg.stats) of LeftHippocampus
ST88SV: Subcortical Volume (aseg.stats) of RightHippocampus
Also, I understand that ADNIMERGE uses newest data, and "UCSFFSX51_08_01_16.csv" is the newest version of UCSFFSX51.
Naomi