qc.vis.failcount.by.region | R Documentation |
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",
...
)
qc_res |
hemilist of QC results, as returned by functions like |
atlas |
string. The brain atlas to use. E.g., 'aparc' or 'aparc.a2009s'. |
subjects_dir |
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. |
subject_id |
string. The subject identifier. |
... |
extra parameters passed to |
You can visualize this on any subject you like, 'fsaverage' is a typical choice. The atlas must be the one used during the QC step.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.