View source: R/dataset_abide.R
load_ABIDE_metadata | R Documentation |
Load ABIDE demographics and brain stats for all subjects with structural imaging data. This includes both male and female subjects.
load_ABIDE_metadata( impute_data = TRUE, exclude_bad_quality = c("UM_1_0050272") )
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 |
named list with entries 'brainstats', 'demographics' and 'subjects_list'. The first two are data.frames, the last one is a vector of character strings.
Other ABIDE functions:
aparcstats_files_ABIDE()
,
aparcstats_files_IXI()
,
load_ABIDE_metadata_males()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.