Skip to content

Commit e19cffa

Browse files
authored
Update README.md
1 parent f69d95c commit e19cffa

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

README.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Relies on functions from https://www.github.com/mangstad/Misc_utils
1010

1111
Data files necessary for this analysis should eventually be available through NDAR, will update when that study is live.
1212

13-
## Instructions
13+
## Instructions for setup
1414

1515
1. Clone this repository to your computer. `git clone https://github.com/SripadaLab/ABCD_Resting_Neurocognition.git ./ABCD_Resting_Neurocognition`
1616

@@ -20,3 +20,14 @@ Data files necessary for this analysis should eventually be available through ND
2020

2121
1. Look at and/or run the example.m script to get an idea of the steps that happen in the different scripts.
2222

23+
## General overview
24+
In very general terms, our procedure is the following:
25+
within folds of cross validation
26+
1. do PCA in training data
27+
1. use PCA scores in regression model to explain phenotype
28+
1. apply model to test data and calculate performance
29+
30+
outside folds
31+
1. calculate mean performance over folds
32+
1. fit PCA and regression in full data to generate a consensus connectome
33+

0 commit comments

Comments
 (0)