


brede_roi_woroi2loc - Get location for brain region
L = brede_roi_woroi2loc(woroi)
Input: worois WOROI identifiers for Roi structure as
number, string or cellstring
Property: Type [ {Representative} ]
Info [ {0} | integer ]
Output: L 'Loc' structure
Construct a representative coordinate for a brain region
specified by the WOROI identifier. The WOROI identifier
specifies a specific brain region and is defined in the
xml/worois.xml file, e.g., WOROI=5 is 'posterior cingulate
gyrus'.
The Brede Database brain region ontology from the
data/worois.xml file is read with the brede_bdb function
Example:
L = brede_roi_woroi2loc(5, 'bib', B, 'info', 20)
See also BREDE, BREDE_ROI, BREDE_LOC, BREDE_BDB,
BREDE_LOC_QUERY.
$Id: brede_roi_woroi2loc.m,v 1.7 2006/08/17 10:16:42 fn Exp $