Description Usage Arguments Details Value Author(s) References See Also
getAtlasLabels finds anatomical atlas labels for a set of coordinates (either native ARF space or standard MNI space). It requires a working copy of FSL.
1 2 | getAtlasLabels(coordinates, registration, coortype = c("arf", "mni"),
atlas = c("both", "Talairach", "HarvardOxford"), ...)
|
coordinates |
Matrix with three columns (x,y,z) containing coordinates of a region. Multiple regions are in the rows of the matrix. |
registration |
A "registration" object belonging to the data the coordinates are from (see |
coortype |
In what coordinate space are the coordinates (ARF native or MNI space). |
atlas |
For which atlases should the labels be returned? Currently only 'talairach' and 'harvardOxford' are available. |
... |
Arguments passed to the atlas lookup functions ( |
getAtlasLabels only works with a working copy of a full FSL installation (>=4.1).
Returns a list of length nrow(coordinates)
with a talairach
and/or a harvard
slot containing the labels.
Wouter D. Weeda - w.d.weeda@gmail.com
See http://www.fmrib.ox.ac.uk/fsl/ on how to obtain FSL and licences. See http://www.fmrib.ox.ac.uk/fsl/data/atlas-descriptions.html on information on the atlases.
registration
, model
, setRegFiles
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.