load_ABIDE_metadata_males: Load ABIDE demographics and brain stats for male sujects from...

View source: R/dataset_abide.R

load_ABIDE_metadata_malesR Documentation

Load ABIDE demographics and brain stats for male sujects from diMartino study.

Description

Load ABIDE demographics and brain stats and filter so that only subjects from the DiMartino study (https://www.nature.com/articles/mp201378) which have structural imaging data remain. Note that the diMartino study only included male subjects.

Usage

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

Arguments

impute_data

logical, whether to impute missing data with mice. The filtered data (in_DiMartino_study AND has_structural_img) contains 30 male 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()


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