Description Usage Arguments Value Author(s) Examples
Merges the (baseline) Diagnosis, Age, Gender and MMSE for ADNI subjects with the post-processed 'Freesurfer' data, note that the rownames of the input data frame must be the Subject IDs i.e. 141_S_4232 of the ADNI database
1 |
df |
The data frame of data imported using fsimport() |
The input data frame merged with Age, Gender, Diagnosis and MMSE
Alexander Luke Spedding, alexspedding271@gmail.com
1 2 3 4 5 6 7 | ## Not run:
setfshome("/Applications/freesurfer")
df <- fsimport.serialise("~/CADDementiaSubjects/", "~/CADSubjects.rds", verbose = T)
adni.setfiles("DXSUM_PDXCONV_ADNIALL.csv", "ADNIMERGE.csv")
df <- adni.mergewithfreesurferoutput(df)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.