aparcstats_files_IXI | R Documentation |
Return a hemilist with the paths of the aparc stats files for the IXI dataset. The files come pre-computed with the brainnet package. They were created by running the FreeSurfer tool 'aparcstats2table' on the full IXI dataset (subjects with structural image data only, of course) several times (with thickness, volume and area as the 'measure' argument).
aparcstats_files_IXI(measure = "thickness")
measure |
character string, a measure for which the stats files are available. Typically one of 'thickness', 'volume', 'area', unless you have computed more and added them manually. |
a named list with keys 'lh' and 'rh', both hold a filepath to the parcellation statistics file for the respective hemisphere.
The asegstats (for the volume) are also available in 'inst/extdata' folder of this package as the file 'IXI_asegstats.tsv', but the path cannot be retrieved with this function as there are no hemi-specific files, just get it manually.
Other ABIDE functions:
aparcstats_files_ABIDE()
,
load_ABIDE_metadata_males()
,
load_ABIDE_metadata()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.