Description Usage Arguments Details Value Author(s) Examples
Merges the Diagnosis, Age, and Gender for CAD Dementia subjects with the post-processed 'Freesurfer' data, note that the rownames of the input data frame must be the Subject IDs i.e. train_vumc_011 of the CAD Dementia data
| 1 | 
| df | The data frame of data imported using fsimport() | 
Test data Diagnoses are returned as NAs
The input data frame merged with Age, Gender and Diagnosis
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)
caddementia.setfiles("train.txt", "test.txt")
df <- caddementia.mergewithfreesurferoutput(df)
## End(Not run)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.