load_ABIDE_metadata: Load ABIDE demographics and brain stats for all subjects with...

View source: R/dataset_abide.R

load_ABIDE_metadataR Documentation

Load ABIDE demographics and brain stats for all subjects with structural imaging data.

Description

Load ABIDE demographics and brain stats for all subjects with structural imaging data. This includes both male and female subjects.

Usage

load_ABIDE_metadata(
  impute_data = TRUE,
  exclude_bad_quality = c("UM_1_0050272")
)

Arguments

impute_data

logical, whether to impute missing data with mice. The filtered data (has_structural_img) contains 69 subjects with missing IQ values.

exclude_bad_quality

vector of character strings, the manually excluded subjects, e.g. due to bad quality

Value

named list with entries 'brainstats', 'demographics' and 'subjects_list'. The first two are data.frames, the last one is a vector of character strings.

See Also

Other ABIDE functions: aparcstats_files_ABIDE(), aparcstats_files_IXI(), load_ABIDE_metadata_males()


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