View source: R/dataset_abide.R
aparcstats_files_ABIDE | R Documentation |
Return a hemilist with the paths of the aparc stats files for the ABIDE I dataset. The files come pre-computed with the brainnet package. They were created by running the FreeSurfer tool 'aparcstats2table' on the full ABIDE I dataset (subjects with structural image data only, of course) several times (with thickness, volume and area as the 'measure' argument).
aparcstats_files_ABIDE(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 'ABIDE_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_IXI()
,
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.