Differences between revisions 18 and 19
Deletions are marked like this. Additions are marked like this.
Line 3: Line 3:
A number of ROIs created by the [[http://brainvis.wustl.edu|Van Essen Lab]] using the [[http://brainvis.wustl.edu/wiki/index.php/Caret:Atlases|PALS-B12 atlas of human cerebral cortex]] have been mapped to !FreeSurfer's fsaverage subject included with v5.0.0, taking the form of !FreeSurfer annotation files.  One or more of these ROIs can be mapped to a subject (using mri_annotation2label and mri_label2label, then mri_anatomical_stats to get stats). A number of ROIs created by the [[http://brainvis.wustl.edu|Van Essen Lab]] using the [[http://brainvis.wustl.edu/wiki/index.php/Caret:Atlases|PALS-B12 atlas of human cerebral cortex]] have been mapped to !FreeSurfer's fsaverage subject included with v5.0.0, taking the form of !FreeSurfer annotation files. The ROI .annot files are found in the fsaverage/label directory. You can map the annotation from fsaverage to the surface of a subject using this command:
Line 5: Line 5:
The ROI .annot files are found in the fsaverage/label directory. {{{
 mri_surf2surf --srcsubject fsaverage --trgsubject subj1 --hemi lh \
   --sval-annot $SUBJECTS_DIR/fsaverage/label/lh.PALS_B12_Brodmann.annot \
   --tval $SUBJECTS_DIR/subj1/label/lh.PALS_B12_Brodmann.annot
}}}

This will create $SUBJECTS_DIR/subj1/label/lh.PALS_B12_Brodmann.annot where subj1 should be substituted with the name of your subject. You will also have to rerun the above command for the right hemisphere to get that as well.

The --sval-annot flag will change the map method to nnf so that the annot indices are not averaged.

PALS-B12 based ROIs on fsaverage

A number of ROIs created by the Van Essen Lab using the PALS-B12 atlas of human cerebral cortex have been mapped to FreeSurfer's fsaverage subject included with v5.0.0, taking the form of FreeSurfer annotation files. The ROI .annot files are found in the fsaverage/label directory. You can map the annotation from fsaverage to the surface of a subject using this command:

 mri_surf2surf --srcsubject fsaverage --trgsubject subj1 --hemi lh \
   --sval-annot $SUBJECTS_DIR/fsaverage/label/lh.PALS_B12_Brodmann.annot \
   --tval       $SUBJECTS_DIR/subj1/label/lh.PALS_B12_Brodmann.annot

This will create $SUBJECTS_DIR/subj1/label/lh.PALS_B12_Brodmann.annot where subj1 should be substituted with the name of your subject. You will also have to rerun the above command for the right hemisphere to get that as well.

The --sval-annot flag will change the map method to nnf so that the annot indices are not averaged.

Provenance and reference information originating from Caret about the ROIs can be viewed by:

mris_info lh.PALS_B12.labels.gii

The label table for these .annot files can be extracted by:

mris_info lh.PALS_B12_Brodmann.annot

The ROIs are displayed below on the fsaverage inflated surface:


?h.PALS_B12_Brodmann.annot

lh.palsbrodmannlat.jpg lh.palsbrodmannmed.jpg


?h.PALS_B12_Lobes.annot

lh.palslobeslat.jpg lh.palslobesmed.jpg


?h.PALS_B12_OrbitoFrontal.annot

lh.palsorbitofrontal.jpg


?h.PALS_B12_Visuotopic.annot

lh.palsvisuotopic.jpg

PALS_B12 (last edited 2021-09-22 09:57:07 by DevaniCordero)