View source: R/dataset_abide.R
load_ABIDE_metadata_males | R Documentation |
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.
load_ABIDE_metadata_males( impute_data = TRUE, exclude_bad_quality = c("UM_1_0050272") )
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 |
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()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.