Skip to content

Commit

Permalink
fix README typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mychan24 committed Mar 15, 2022
1 parent 1d7503c commit 2e37caa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ Scripts useful for doing Resting-state Functional Correlation (RSFC) network ana
## Segregation calculations in R and MATLAB
**./R** or **./MATLAB**
* `segregation.R/.m` - calculates system segregation (Chan et al. 2014).
* `segregation_by_type_prcont.R.m` - calculates segregation of specific system types (e.g., Sensory-motor, Association), and letting system of different sizes to contribute proportionally based on their size (# of nodes). This is a similar method to `segregation.R/.m` for whole brain system segregation.
* `segregation_by_type_eqcont.R.m` - calculates segregation of specific system types (e.g., Sensory-motor, Association), but first averaging within/between system connectivity for each individual system. This allows smaller systems to contribute more to the overall segregation value of that system type. This was how system-type segregation was calculated in Chan et al. (2014).
* `segregation_by_type_prcont.R/.m` - calculates segregation of specific system types (e.g., Sensory-motor, Association), and letting system of different sizes to contribute proportionally based on their size (# of nodes). This is a similar method to `segregation.R/.m` for whole brain system segregation.
* `segregation_by_type_eqcont.R/.m` - calculates segregation of specific system types (e.g., Sensory-motor, Association), but first averaging within/between system connectivity for each individual system. This allows smaller systems to contribute more to the overall segregation value of that system type. This was how system-type segregation was calculated in Chan et al. (2014).

## Utility
**./MATLAB**
Expand Down

0 comments on commit 2e37caa

Please sign in to comment.