read_segstats_table: Read aparcstats or segstats table file created by FreeSurfer...

View source: R/load_data.R

read_segstats_tableR Documentation

Read aparcstats or segstats table file created by FreeSurfer tool 'aparcstats2table' or 'asegstats2table'.

Description

Read aparcstats or segstats table file created by FreeSurfer tool 'aparcstats2table' or 'asegstats2table'.

Usage

read_segstats_table(filepath)

Arguments

filepath

character string, the path to the aparcstats or asegstats file.

Value

data.frame with seg/parc stats

Author(s)

T Schaefer

Examples

## Not run: 
stats_file ="~/study1/lh.aparc_allsubjects.table";
df = read_segstats_table(stats_file);

## End(Not run)


dfsp-spirit/brainnet documentation built on July 11, 2022, 5:54 a.m.