region_data_from_segstat_tables | R Documentation |
Retrieve region-based morphometry data from a parcellation stats files created by 'aparcstats2table'.
region_data_from_segstat_tables(lh_segstatsfile, rh_segstatsfile)
lh_segstatsfile |
character string, the path to the aparcstats file for the left hemisphere. |
rh_segstatsfile |
character string, the path to the aparcstats file for the right hemisphere. |
data.frame, see group.agg.atlas.native
for details as this one is designed to match that format.
The parcellation stats files must be generated manually for your sample using 'aparcstats2table'.
T Schaefer
## Not run: lh_sfile ="~/study1/lh.aparc_allsubjects.table"; rh_sfile ="~/study1/rh.aparc_allsubjects.table"; df = region_data_from_segstat_tables(lh_sfile, rr_sfile); ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.