The function helps you to see which regions are affected the most by QC issues: for each region, it plots the number of subjects which are outliers in the region.
qc.vis.failcount.by.region(
qc_res,
atlas,
subjects_dir = fsaverage.path(),
subject_id = "fsaverage",
...
)
hemilist of QC results, as returned by functions like qc.for.group
or qc.from.segstats.tables
.
string. The brain atlas to use. E.g., 'aparc' or 'aparc.a2009s'.
string. The FreeSurfer SUBJECTS_DIR, i.e., a directory containing the data for all your subjects, each in a subdir named after the subject identifier.
string. The subject identifier.
extra parameters passed to vis.region.values.on.subject
. E.g., to change to interactive view, get a colorbar and better resolution, try: draw_colorbar=T, rgloptions = rglo(), views='si'
.