From 2e37caa3f581aa54f9d1655439ee916eae1a9e0a Mon Sep 17 00:00:00 2001 From: Micaela Chan <4413270+mychan24@users.noreply.github.com> Date: Tue, 15 Mar 2022 10:34:15 -0500 Subject: [PATCH] fix README typo --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7602d8b..632819f 100755 --- a/README.md +++ b/README.md @@ -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**