Skip to main content

METHODS article

Front. Neuroinform., 28 August 2012
Volume 6 - 2012 | https://doi.org/10.3389/fninf.2012.00023

Automated regional behavioral analysis for human brain images

  • 1Research Imaging Institute, The University of Texas Health Science Center at San Antonio, San Antonio, TX, USA
  • 2Institute of Neuroscience and Medicine (INM-1), Research Center, Jülich, Germany
  • 3Institute for Clinical Neuroscience and Medical Psychology, Heinrich-Heine University, Düsseldorf, Germany

Behavioral categories of functional imaging experiments along with standardized brain coordinates of associated activations were used to develop a method to automate regional behavioral analysis of human brain images. Behavioral and coordinate data were taken from the BrainMap database (http://www.brainmap.org/), which documents over 20 years of published functional brain imaging studies. A brain region of interest (ROI) for behavioral analysis can be defined in functional images, anatomical images or brain atlases, if images are spatially normalized to MNI or Talairach standards. Results of behavioral analysis are presented for each of BrainMap's 51 behavioral sub-domains spanning five behavioral domains (Action, Cognition, Emotion, Interoception, and Perception). For each behavioral sub-domain the fraction of coordinates falling within the ROI was computed and compared with the fraction expected if coordinates for the behavior were not clustered, i.e., uniformly distributed. When the difference between these fractions is large behavioral association is indicated. A z-score ≥ 3.0 was used to designate statistically significant behavioral association. The left-right symmetry of ~100K activation foci was evaluated by hemisphere, lobe, and by behavioral sub-domain. Results highlighted the classic left-side dominance for language while asymmetry for most sub-domains (~75%) was not statistically significant. Use scenarios were presented for anatomical ROIs from the Harvard-Oxford cortical (HOC) brain atlas, functional ROIs from statistical parametric maps in a TMS-PET study, a task-based fMRI study, and ROIs from the ten “major representative” functional networks in a previously published resting state fMRI study. Statistically significant behavioral findings for these use scenarios were consistent with published behaviors for associated anatomical and functional regions.

Introduction

Relating findings from functional imaging studies to prior research is an important step in expanding our understanding of brain and behavior. Relevant publications are often found using keyword searches in databases such as Pub Med followed by ad hoc filtering, but interpretation can vary between researchers. Neuroimaging databases providing access to metadata from functional human brain research can help make more concise interpretations of behavior (Neurosynth—http://neurosynth.org/, Brede—http://neuro.imm.dtu.dk/services/jerne/brede/, PubBrain—http://www.pubbrain.org/, and BrainMap—http://www.brainmap.org/). However, finding relevant information in such databases can be difficult, the information is generally not presented in a manner that facilitates concise interpretation, and issues can arise regarding reverse inference (Poldrack, 2006, 2011). To address these problems we developed software to automate regional behavioral analysis of the human brain using data from the BrainMap database (http://www.brainmap.org/). The approach uses 3-D images formulated as spatial probability distributions of activation foci classified according to BrainMap's behavioral sub-domains. With over 20 years of development BrainMap has evolved into an extensive resource cataloging functional metadata from more than 2100 peer-reviewed papers, and over 10,000 experiments characterized using 83 paradigm classes. BrainMap categorizes functional imaging experiments using five major behavioral domains (action, cognition, emotion, interoception, and perception) with 51 sub-domains (Fox et al., 2005; Table 1). Each experiment is assigned one or more behavioral classifications along with a set of x-y-z coordinates for reported activations, and these data provide the basic structure for forming behavioral probability distributions as 3-D images. Region of interest (ROI) analysis is applied to these spatial probability images to assess behaviors. Findings can be charted as a “behavior profile” or viewed as z-score significance ranked behavior listing (Figure 1) to facilitate interpretation. The variety of experiments, imaging systems, processing methods, and paradigm classes in the BrainMap database provide breadth and depth for behavioral analyses.

TABLE 1
www.frontiersin.org

Table 1. BrainMap behavior categorization by domain and sub-domain.

FIGURE 1
www.frontiersin.org

Figure 1. Behavior analysis of left-hand finger tapping. (A) High-resolution brain MRI with ROI from a functional MRI (fMRI) study, (B) surface rendering to illustrate the 3-D nature of the ROI, and (C) sub-domains listed by descending z-scores with statistically significant behaviors highlighted. Data can be viewed as a bar graph or exported as an Excel compatible file.

Behavioral analysis software was developed and tested as a plugin application for the Multi-image Analysis GUI (Mango) image processing system (http://ric.uthscsa.edu/mango/). Several features of Mango were important in this development: (1) ease of use, (2) multi-platform Java application, (3) extensive ROI tools, (4) ability to add and update software as a plugin module and (5) full access to a suite of image viewing and processing features. Mango is available from the Neuroimaging Tools and Resources (NITRC) website (http://www.nitrc.org/) and the Research Imaging Institute (RII) website (http://ric.uthscsa.edu/mango/). Regular updates for Mango have been provided with additional features (12 releases through 2012), and over 10,000 copies of Mango have been downloaded.

A primary goal of the automated “behavioral analysis” project was to provide software that would rapidly determine regionally specific behaviors for researchers' brain studies. Summing activation foci within an ROI for each behavioral sub-domain was the initial step; however, additional processing was necessary to properly gauge the relationship between these data and BrainMap's behavior domains. The next processing step was to convert ROI sums to activation probabilities. Further processing was done to correct probabilities for region size effects. Finally, statistical validity was provided as z-scores testing the null hypothesis that the distribution for activation foci observed within an ROI was not different from that predicted for a spatially uniform random distribution within the brain. This paper describes development methods, characteristics, and provides use scenarios for behavioral analysis with functional and anatomical images.

Methods

Each experiment in the BrainMap database is behaviorally classified using one or more sub-domains. Behaviors that classify well by major domain but do not match an existing sub-domain are classified as Domain:Other, such as “Action:Other” in Table 1. Similarly, behaviors that classify well by sub-domain but do not match other sub-domains are classified as Domain:Sub-domain:Other, such as “Perception:Vision:Other”. This provides completeness for classification of experiments by domain and sub-domain. The “Other” groupings may subsequently be subdivided and designated more explicitly as the BrainMap database continues to grow.

A five-step process was used to make a data structure to rapidly index locations and behaviors (Figure 2). In Step 1 (BrainMap Database), each experiment in the BrainMap database is isolated, and Talairach coordinates for the experiment's activation locations (activation foci) recorded. Experiments often have multiple Behavior IDs to cover the multiple behaviors involved. In Step 2 (Behavior-Location), data are reorganized as a table of behavior sub-domains (Behavior IDs) with a list of coordinates for each. Note that the same coordinate can be associated with more than one Behavior ID. In Step 3 (3-D Behavior Image), a 3-D image of activation foci is formulated for each behavioral sub-domain. Images were formatted with 2-mm isotropic spacing, similar to the spatial precision in functional brain images, with locations indexed by Talairach coordinates. For each location in a behavior sub-domain's coordinate list we added “one” to its image, such that the resulting image tabulated activation foci by location. An example of an activation foci image formed in this manner is illustrated for the “Action:Execution” sub-domain in Figure 3. In Step 4 (3-D PDF), activation foci images are converted to 3-D probability density function images PDF(x, y, z) by dividing each by the total number of activation foci (Nb) in the brain for its sub-domain (Table 1). Finally, in Step 5 (4-D PDF), the set of 51 3-D PDF images were concatenated into a single 4-D probability density image PDF(x, y, z, b) where location and behavior can be readily indexed. This 4-D image is stored using the NIH's NIfTI (Neuroimaging Informatics Technology Initiative) file format (http://nifti.nimh.nih.gov) with gzip compression (http://www.gzip.org/) for efficient distribution.

FIGURE 2
www.frontiersin.org

Figure 2. A five-step process is used to extract coordinate and behavior data from the BrainMap database and formulate a behavioral probability density function (PDF) as a 4-D image indexed using x-y-z coordinates and behavior (b).

FIGURE 3
www.frontiersin.org

Figure 3. The ‘Action:Execution’ behavior sub-domain image. Activation foci are overlaid onto gray matter from the Talairach Daemon (Lancaster et al., 2000) to provide an anatomical background. Crosshair at (−4, 0, 0).

The regional probability for each sub-domain's behavior (b) is determined by summing PDF(x, y, z, b) over the x-y-z extent of a brain ROI. These probabilities range from near zero for a small ROI to unity for a whole-brain ROI. The probability for an ROI varies by sub-domain according to location, size and shape and increases as the ROIs spatial configuration approaches that of the activation foci in a behavior sub-domain. PDF-based behavior images rather than Activation Likelihood Expectation (ALE) based behavior images (Laird et al., 2009) were used to provide a direct means to calculate probabilities.

Automated behavior analysis requires that brain images be spatially normalized. Internal calculations use Talairach coordinates (Lancaster and Fox, 2009). A built-in MNI-to-TAL affine transform (Jenkinson and Smith, 2001; Lancaster et al., 2007) is provided to adjust images fitted to the Montreal Neurological Institute (MNI) brain space (Evans et al., 2012) to the Talairach brain space. Images from popular functional image analysis software applications such as FMRIB Software Library (FSL http://www.fmrib.ox.ac.uk/fsl/), Statistical Parametric Mapping (SPM http://www.fil.ion.ucl.ac.uk/spm/) and Analysis of Functional Neuroimages (AFNI http://afni.nimh.nih.gov/afni/) are supported using the NIfTI file format. ROI tools in Mango can be used to threshold statistical parametric images (e.g., z-scores) to provide 3-D ROIs for behavior analysis. Probabilities for an ROI are determined for the 51 behavioral sub-domains, and when organized by domain: sub-domain provides a “behavior profile.” Probabilities are the probability that reported behavior-specific activation foci fell within the ROI. The use of probabilities, rather than activation foci sums, controls for the differences in numbers of foci per sub-domain (Table 1).

The measured or “observed” probability po increases as ROI size increases reaching unity for a whole brain ROI. We therefore sought a size-adaptable expected probability (pe) for significance testing. Like observed probability the “expected” probability needed to range from zero to unity as ROI volume changed from zero to full brain volume, but not vary by location or shape. To meet these needs pe was calculated as the ROI-to-brain volume ratio, with brain volume determined from the Talairach Daemon (Lancaster et al., 2000), which is sized according to the 1988 Talairach Atlas brain (Talairach and Tournoux, 1988). The expected probability pe is therefore an estimate of observed probability po should activation foci for a sub-domain be randomly distributed throughout the brain, i.e., not regionalized.

To test for significance of behaviors we used the null hypothesis that the observed probability of activation foci was not different from expected, i.e., that po = pe. This test was done for each of the 51 behavior sub-domains. The difference (pope) is called the effect size, and when it is positive more activation foci are seen within the ROI than expected for random spatial distribution. Likewise when the effect size is negative fewer activation foci are seen than expected for random spatial distribution. The focus for behavior analysis is therefore on positive effect sizes. To determine variance for effect size we modeled the two possible outcomes of activations (inside or outside of the ROI) using the binomial distribution. In this study po and pe served as binomial “success” probabilities (probability of activations falling within the ROI), and the number of trials was the whole-brain activation tally (Nb) for a sub-domain. For the binomial distribution the variance of “p” is calculated as p(1-p)/N. An effect-size z-score for each behavioral sub-domain was calculated as follows:

z=pope(po(1po)+pe(1pe)Nb)1/2(1)

Only behavioral sub-domains with positive z-scores ≥ 3.0 are considered significant (Bonferroni corrected to overall p-value of 0.05 for the 51 behavior sub-domains. Results for each sub-domain are provided as total foci, observed probability (po), relative probability (pope)/pe, and z-scores. These are viewable as charts and a table of ranked values to facilitate interpretation.

Processing Times

The processing speed for behavior analysis software with the 2-mm spacing 4-D PDF image was tested on two systems using the ROI from Figure 1, (1) a windows based desktop PC (Sony Vaio PCV- RZ32G) with an Intel Pentium 4 (2.6 GHz) processor running Windows XP (SP3) and (2) a MacBook Pro with Intel core duo processor (2.33 GHz) running OS X 10.6.7. The PC had 1.5 GB of RAM and the Mac had 2 GB of RAM, and a faster internal bus. Both systems performed analysis and updated results within 1 s for the ROI illustrated in Figures 1A,B. Processing speed varies with ROI size, but even with hemisphere size ROIs processing time was ~1 s on the MacBook Pro. Application startup time was 1.3–2.5 s mostly due to initialization of the 4-D PDF image. Processing times were increased by 4–8X for a 1-mm 4-D PDF image. These tests show that behavior analysis results are available almost immediately and facilitate rapid interpretation and exploration.

Spatial Precision of the PDF Image

Most functional images are acquired with relatively low spatial precision (sample spacing >2 mm), so ROIs derived from these images are also considered low resolution. The 4-D PDF image was made using 2-mm spacing for analysis of such low-resolution images. However, behavior analysis can also be done using ROIs from high spatial resolution anatomical images (~1 mm spacing), so we made a 1-mm spacing 4-D PDF image to evaluate this use. We tested both low- and high-resolution images using both 1- and 2-mm spatial precision PDFs. The behavior analysis software down converts 1-mm precision ROIs to 2-mm precision for use with the 2-mm spacing PDF image and up converts 2-mm ROIs to 1-mm precision for use with the 1-mm spacing PDF image.

High-resolution ROI testing used spherical ROIs from a brain image with 1-mm spacing. High-resolution ROIs were defined as spheres of 12-mm radius positioned at two brain sites of interest, the supplementary motor area (SMA) at Talairach co-ordinate (−1, 4, 48) and the anterior cingulate (−1, 43, −1). Low-resolution ROI testing (~2 mm spacing) was done using an ROI made by thresholding an individual fMRI study at z-score = 2.5. The ROI was from the fMRI study illustrated in Figure 1.

Symmetry of Activation Foci

To examine the balance of foci reported in left and right brain we evaluated the left-right (L-R) symmetry of activation foci in the brain. Tallies of activation foci for left and right brain were made from the 100,000+ locations reported in BrainMap, and a z-score determined for the fraction of activation foci left of midline. Analysis was done for major anatomical subdivision of the brain by hemispheres and by lobes. Further symmetry analysis was done by behavior evaluating each of the 51 behavior sub-domain images. Finally, symmetry analysis was performed for the language areas, Broca's (BA44 and 45) and Wernicke's (posterior BA22), which favor the left hemisphere. ROIs for these language areas were based on their Brodmann Areas defined in the 1988 Talairach atlas. The posterior portion of BA22 was isolated using y-coordinates posterior of y = −27. The two language-area ROIs were enlarged to help account for spatial and anatomical variability by dilating twice using a 3×3×3 kernel.

Use Scenarios

Since “behavior analysis” is co-ordinate based it can be used for analysis of images where the brain is registered to the MNI or Talairach brain spaces. This allowed us to provide use scenarios over a wide range of interests including a brain atlas, a TMS/PET study, a task-based fMRI study and a published resting state network study.

Harvard-Oxford Cortical (HOC) atlas

The brain atlases distributed with the FSL software (http://www.fmrib.ox.ac.uk/fsl/data/atlas-descriptions.html) have well defined anatomical regions delineated by numeric values so that they can be readily defined as ROIs. We selected eight gyral regions from the HOC atlas for behavioral analysis (http://www.cma.mgh.harvard.edu/fsl_atlas.html). The eight regions spanned from the middle frontal gyrus (MFG) to the occipital pole (OP). The 1-mm 25% thresholded maximum probability atlas was used for this study. The HOC atlas is in MNI space so we applied the MNI-to-TAL transform before processing. ROIs were defined using the numeric values designated for each of the eight brain regions.

TMS/PET study

Behavior analysis was used by (Narayana et al., 2012) to compare behaviors associated with SMA connected regions using connectivity determined by stimulation based TMS/PET (Fox et al., 1997, 2006; Paus et al., 1997; Laird et al., 2008) and by meta-analytic connectivity modeling (MACM) (Fox et al., 1998; Robinson et al., 2010; Cauda et al., 2011; Eickhoff et al., 2011; Torta and Cauda, 2011). Statistical parametric maps for MACM and TMS/PET studies were formulated based on brain areas co-varying with right SMA. ROIs delineating significant brain regions (z ≥ 3) were used as input for behavior analysis.

Task-based functional MRI (fMRI) study

A statistical parametric image indicating active brain areas from a fMRI study was used to demonstrate behavioral analysis for a single subject. The task was a finger tapping sequence of the non-dominant (left) hand used in a motor learning project (Figure 1). The statistical parametric image was formatted as a 2×2×2 mm z-score image aligned to the Talairach brain space. A single ROI was formulated using a z-score threshold of z = 2.5. Behavior analysis was done using this ROI.

Resting state networks

Functionally connected regions within the brain are identifiable using resting state fMRI and independent component analysis (ICA) (Arfanakis et al., 2000; Bartels and Zeki, 2005; Ma et al., 2007; Jafri et al., 2008). Smith et al. (2009) published their fMRI-ICA findings from a resting-state study of 36 subjects. They performed an ICA analysis using a model order of 20 and converted the ICA spatial maps to z-statistic images, then thresholded using z ≥ 3 to isolate components as regions. Ten of these components were considered as the “major representative” functional networks, based on remarkable correspondence observed between components derived from ICA of resting state fMRI data and those from BrainMap-derived ICA components of co-activating networks. They provided detailed descriptions of associated behaviors for the ten networks, as determined from extensive review of the BrainMap database. We downloaded these regions from the FMRIB website (http://fsl.fmrib.ox.ac.uk/analysis/brainmap+rsns/) and performed behavior analysis for each of the ten components for comparison with author's behavioral descriptions.

Results

Spatial Precision of the PDF Image

Behavior analysis for the high-resolution spherical ROI in SMA indicated six significant sub-domains for the 1-mm behavior image and seven significant sub-domains for the 2-mm behavior image. The slight mismatch occurred for a sub-domain where the z-score was near the significance threshold (z = 3.0). Behavior analysis for the high-resolution spherical ROI in anterior cingulate indicated five significant behavioral sub-domains using the 1-mm behavior image and four with the 2-mm behavior image; again the mismatch was where the z-score was near the significance threshold value.

Similar results were seen for the low resolution ROI derived from the fMRI study with 6 of 7 matching significant sub-domains. A paired t-test was performed comparing the z-score behavior profiles for 1-mm and 2-mm 4-D PDF images and for 1-mm and 2-mm precision ROIs, and all p-values were less than 0.03. Behavioral sub-domains with z-scores >4.0 were identical regardless of the precision in forming ROIs (1-mm or 2-mm) or precision used for the 4-D PDF image. The small differences in behavioral analysis results should have minimal effect for automated behavior analysis where the variability in ROI position, size, and shape are more important. Based on these results we opted to use the 2-mm 4-D PDF image with the behavior analysis software.

Symmetry of Activation Foci

A small but highly statistically significant leftward fraction (54%) was seen for the cerebrum (Table 2). The distribution within the cerebellum was slightly rightward (51%) but not statistically significant. Significant asymmetry was seen in all cerebral lobes. In three lobes (Frontal, Temporal, and Parietal) there was a large leftward trend (54–55%). In the Occipital and sub-Lobar regions the leftward trend was smaller (52%) with lesser z-scores. Finally, the Limbic lobe had the smallest leftward trend (51%), which was only slightly above the threshold for statistical significance.

TABLE 2
www.frontiersin.org

Table 2. Left-Right distribution of activation foci by brain region.

Only 13 of the behavior sub-domains (~25%) indicated a statistically significant L-R difference (Table 3). One sub-domain “Action:Inhibition” had a rightward trend (55%). A large leftward trend was seen for language related sub-domains with left fractions of 60% or more. No statistically significant asymmetry was seen for the Emotion and Interoception domains. The leftward trend for “Action:Execution” was likely due to the fact that most hand related tasks are performed with the right hand.

TABLE 3
www.frontiersin.org

Table 3. Left-Right distribution of activation foci by behavior sub-domain.

Behavioral analysis for the language ROIs indicated significant language behaviors in the left hemisphere, “semantics” and “speech”. No significant behaviors were indicated for the right-side ROIs. These results are consistent with left dominance of language for Broca's and Wernicke's areas. The observed L-R symmetry of activation foci was consistent with the expected symmetries (Banich, 2004), with a slight overall leftward trend primarily due to the dominance of language areas on the left.

Use Scenarios

HOC Atlas

Significant behaviors (z-score = 3.0) were seen for each of the eight anatomically defined brain regions (highlighted in Table 4). The summary of major findings organized by behavioral domain is as follows:

TABLE 4
www.frontiersin.org

Table 4. Behavior analysis of eight anatomical regions from the HOC atlas.

Action. Significant behaviors were seen for all regions except the OP. Significant findings for Execution (Speech) were only seen in the precentral and postcentral gyri. The largest z-scores were for Execution (Other) in the precentral gyrus (preCG), postcentral gyrus (postCG), and superior parietal lobule (SPL). Action execution is often a necessary part of task-based functional imaging studies, and this was reflected by the largest overall z-score in the preCG. Two action sub-domains were not significant in any of the eight brain regions, “Other” and “Preparation.”

Cognition. Significant behaviors were seen for all regions except the postCG. The two largest z-scores were in the MFG for “working memory” and in lateral occipital cortex-superior (LOCS) for “Space.” The major behavior sub-domains for the two frontal regions (SFG and MFG) were “working memory” and “Attention.” The only region with a significant z-score for the “Social” sub-domain was the superior frontal gyrus (SFG).

Emotion. Only three brain regions (SFG, MFG, and lateral occipital cortex-Inferior (LOCI) had significant emotion z-scores. For the LOCI region the behaviors were “Disgust” and “Fear” while for the frontal regions behavior was non-specific (Other).

Interoception. Similar to the Emotion domain, only two regions had significant z-scores, preCG and LOCI. For the LOCI region the behavior sub-domain was “Sexuality” while the preCG was non-specific (Other).

Perception. Significant perception behaviors were found in all eight regions. Many regions indicated significant visual involvement, with largest z-scores for the three occipital regions. The only region with a significant z-score for “color vision” was the OP. None of the eight brain regions indicated “Gustation” or “Olfaction” as a significant behavior.

The associations between brain regions and behaviors followed general expectations, with language mostly in the MFG and preCG and vision mostly in the occipital regions (Banich, 2004).

TMS/PET Study

MACM and TMS/PET statistical parametric images indicated similar SMA connectivity patterns, with the MACM connections being more extensive (Narayana et al., 2012). Behavior analysis of MACM regions revealed significant behaviors for all major and numerous minor sub-domains. Behavior analysis of the TMS/PET regions indicated significant behaviors in fewer sub-domains, with no behaviors reported for the Interoception domain. However, the largest z-scores for TMS/PET in Action, Cognition, Emotion, and Perception domains matched those for MACM. The author's concluded that MACM informed on the broad functional nature of SMA connections, while TMS/PET identified the more specific electrophysiological connectivity of SMA, and importantly behavioral analysis mirrored this finding with broad vs. restricted behavioral findings.

Task-based fMRI study

The ROI for the fMRI study encompassed brain areas that are assumed to be active in a finder-tapping study (large right M1 region, a small left M1 region, a SMA region, and smaller regions in left cerebellum; see Figures 1A,B). The behavioral listing (Figure 1C) indicated distinct significant behaviors associated with Action, Perception, and Cognition domains, with statistically significant behavior sub-domains highlighted. The first five of these are typical for a motor learning task. The sixth “Perception:Somesthesis (Pain)” might have been related to the experience of performing the task in an MRI scanner. The most significant behavior was “Action:Execution” (Z = 15.57). The high z-score for this behavior is an indication of the large fraction of activation foci from the “Action:Execution” behavior sub-domain (Figure 3) within the ROI, especially the components in M1 and SMA. These results indicate high specificity of behavior analysis for an individual fMRI study when the task is carefully controlled.

Resting state networks

Flagged significant behavior sub-domains (z ≥ 3.0) for the 10 resting state networks ICA1-10 (Table 5) matched well with their published descriptions (Smith et al., 2009). A full functional explication based on examination of BrainMap metadata has been provided for these 10 networks (Laird et al., 2011). The results observed from the fully automated behavioral analysis generally agree with these prior works. Specifically, we observed a strong correspondence between the default mode networks (ICA4) and the domains of social cognition, explicit memory, and rest, as well as a lack of domain prevalence for the cerebellar network (ICA5), indicating the functional heterogeneity of this brain region.

TABLE 5
www.frontiersin.org

Table 5. Behavioral analysis of ten major representative functional networks (Smith et al., 2009).

Importantly, compared with the atlas study (Table 4), where significant “Perception:Vision” behaviors were reported in many anatomically defined regions, “Perception:Vision” behaviors were more restricted to classic visual areas in the resting state network study (ICA1-3; Table 5). This supports the notion of improved behavioral specificity for functionally derived vs. anatomically derived ROIs. For some networks, we observed a higher degree of significance across a wider range of behavioral domains than was expected. In particular, we observed several perceptual and motor networks that yielded significant cognitive domains, which informs as to the complexity of many-to-many mappings between brain regions and mental functions, as well as the potential risks associated with carrying out reverse inference (Poldrack, 2006; Chang et al., 2012; Yakoni et al., 2012) without a computational framework and underlying database structure. However, behavior analysis is intended to inform concerning a forward region-to-behavior relationship not the reverse.

Discussion

The basic assumption of behavior analysis was that the spatial distribution of activation foci derived from the BrainMap database for each behavioral sub-domain represents the sub-domain's true probability distribution function. The large numbers of activation foci reported by some sub-domains indicate that this was a reasonable assumption (Table 1). We felt that large-N sub-domains (Nb > 1000 foci) would be reasonably represented but were concerned about lower-N sub-domains. However, integrated probabilities for the low-N sub-domains can be large if the ROI matches with the spatial distribution of activation foci. To test basic assumptions we formulated behavior-specific ROIs for each sub-domain and examined the behavior profile of each. To simulate a continuous PDF, desired for formulating ROIs, we smoothed each sub-domains PDF image using a 3-D Gaussian filter (FWHM = 10 mm). Behavior-specific ROIs were formed using a 25% threshold.

A highly significant z-score (z > 10) was seen in each behavior-specific profile for its paired sub-domain. In fact paired behavior sub-domains were ranked in the top four for all behavior-specific profiles (36 ranked 1st, 9 ranked 2nd, 5 ranked 3rd, and 1 ranked 4th). The “Action:Execution:Other” sub-domain had the highest z-scores for behavior-specific ROIs of several other Action sub-domains (Action:Imagination, Action:Motor Learning, and Action:Preparation). This was not unexpected since Action:Execution is a behavior that occurs in conjunction with these behaviors and would be designated as such in BrainMap. Interestingly, “Emotion:Other” had the highest z-score for the behavior-specific ROIs from “Interoception:Sexuality” and “Perception:Olfaction” behavior sub-domains. This suggests that a strong emotional response in experiments with these sensory driven behaviors. Importantly, all other behavior-specific profiles from the low-N Interoception domain, paired best with their sub-domain. This evaluation showed that a behavioral sub-domain can be significant when an ROI that matches the spatial distribution of activation foci for the sub-domain, even for low-N sub-domains.

The regional benefit of behavioral analysis obviously diminishes for larger ROIs, so we recommend using ROIs smaller than cerebral hemispheres (Table 2). Effect size decreases as the ROI size increases, approaching zero for a whole brain ROI, as both po and pe approach unity (Equation 1). We expect that likely use scenarios will be with ROIs formulated from statistical or anatomical maps, which are much smaller than cerebral hemispheres. There are several factors that relate to significant behaviors for such ROIs. The variance in effect size (pope) is inversely related to Nb, such that larger-N sub-domains (Table 1) can have higher z-scores for the same effect size. Therefore behavior analysis for low-N sub-domains, such as Interoception, may require a larger effect size to reach the same significance level. Adding more studies to the BrainMap database for low-N sub-domains will help balance this effect and is a recommendation of this project. An effect size approaching +1 (po→1 and pe→0) indicates a good spatial match between the distribution of activation foci for a behavioral sub-domain and the ROI, and also leads to a reduction in variance, since variance of both po and pe approaches to zero at these extremes (see Equation 1). This non-N related variance property indicates that the z-score for a low-N sub-domain can be significant for larger effect sizes. These factors, increasing the numerator of Equation 1 and the decreasing the denominator, can jointly lead to high z-scores for sub-domains with “highly localized” activation foci when probed using an ROI that fits the location and extent of the sub-domain.

While the regional specificity increases with smaller ROIs, the utility of automated behavior analysis also diminishes with diminishing ROI size. Unlike the Talairach Daemon (Lancaster et al., 2000) it is not reasonable to use behavior analysis for single coordinates. However, it is possible to estimate behaviors in the neighborhood of a single location. This can be achieved by varying the search range about a point ROI, at an x-y-z coordinate, until significant sub-domains are reported or until the range reaches some user defined limit. If no significant sub-domains were found within the range limit the reported outcome would be “no significant behaviors within this neighborhood.” This approach has not yet been tested, but a future release of the behavior analysis software will support using a table of coordinates to append a list of significant behaviors within a neighborhood, similar to what is done for the Talairach Daemon for anatomical labeling of locations.

The BrainMap database changes almost daily as new papers are entered. Periodic updates to the 4-D behavior image will be provided to keep pace with changes. Database growth was experienced during the development of the behavior analysis application where the 4-D behavioral image was updated several times to improve on low-N sub-domains.

The null hypothesis was that the observed probability po was not different from the probability expected pe if activation foci were randomly distributed throughout the brain, i.e., not localized. There is a potential problem with the way pe was calculated, based on whole brain volume, since activation foci should not fall within all spaces within the brain, i.e., white matter or ventricles. This suggests that we should use a volume less than whole brain when calculating pe. However, as illustrated in Figure 4 the distribution foci throughout the brain includes these regions, albeit with fewer foci/volume. This is due to many effects, including differences in brain normalization methods, differences in resolution of functional images, and differences in methods to determine locations of activations. To avoid making assumptions that might vary over time we felt that the best alternative was to assume that for the null case any location within the brain would be equally likely for activation. This method worked well to delineate significant behaviors in this project. Also, this approach worked well for ROIs placed in WM, where most z-scores were negative, and no significant behaviors were indicated. Finally, this approach has worked well for rejection of ICA components associated with motion artifacts (mostly at brain boundaries), where most z-scores are negative, and no significant behaviors are indicated.

FIGURE 4
www.frontiersin.org

Figure 4. Activation foci from all 51 behavior sub-domains are distributed throughout the Talairach brain. Outline from the Talairach Daemon. Crosshair at (−28, 0, 0).

The automated regional behavioral analysis application is a software tool that provides real-time access to the comprehensive set of behavioral data in the BrainMap database. The only user action is to define the ROI in a spatially normalized brain image. To simplify interpretation, results are presented as a behavior profile chart with a table of behaviors ranked by z-scores. Benefits of automated regional behavior analysis were demonstrated in brain atlases, in individual and group fMRI studies, as well as for resting state networks. The behavioral analysis software provides a novel approach to organize, share, and interpret database information and, as such, should provide a unique resource for the neuroimaging community.

Conflict of Interest Statement

The authors declare that the research was conducted in the absence of any commercial or financial relationships that could be construed as a potential conflict of interest.

Acknowledgments

NIMH grant R01-MH074457. Meta-analysis in Human Brain Mapping, Helmholz-Alliance for Systems Biology (“Human Brain Model”).

References

Arfanakis, K., Cordes, D., Haughton, V. M., Moritz, C. H., Quigley, M. A., and Meyerand, M. E. (2000). Combining independent component analysis and correlation analysis to probe interregional connectivity in fMRI task activation datasets. Magn. Reson. Imaging 18, 921–930.

Pubmed Abstract | Pubmed Full Text

Banich, M. T. (2004). “Hemispheric Specialization” in Cognitive Neuroscience and Neuropsychology, 2nd Edn. New York, NY: Houghton Mifflin Company, 112–142.

Bartels, A., and Zeki, S. (2005). Brain dynamics during natural viewing conditions–a new guide for mapping connectivity in vivo. Neuroimage 24, 339–349.

Pubmed Abstract | Pubmed Full Text | CrossRef Full Text

Cauda, F., Cavanna, A. E., D'Agata, F., Sacco, K., Duca, S., and Geminiani, G. C. (2011). Functional connectivity and coactivation of the nucleus accumbens: a combined functional connectivity and structure-based meta-analysis. J. Cogn. Neurosci. 23, 2864–2877.

Pubmed Abstract | Pubmed Full Text | CrossRef Full Text

Chang, L. J., Yarkoni, T., Khaw, M. W., and Sanfey, A. G. (2012). Decoding the role of the insula in human cognition: functional parcellation and large-scale reverse inference. Cereb. Cortex. doi: 10.1093/cercor/bhs065. [Epub ahead of print].

Pubmed Abstract | Pubmed Full Text | CrossRef Full Text

Eickhoff, S. B., Bzdok, D., Laird, A. R., Roski, C., Caspers, S., Zilles, K., and Fox, P. T. (2011). Co-activation patterns distinguish cortical modules, their connectivity and functional differentiation. Neuroimage 57, 938–949.

Pubmed Abstract | Pubmed Full Text | CrossRef Full Text

Evans, A. E., Janke, A. L., Collins, D. L., and Baillet, S. (2012). Brain templates and atlases. Neuroimage 62, 911–922.

Pubmed Abstract | Pubmed Full Text | CrossRef Full Text

Fox, P., Ingham, R., George, M. S., Mayberg, H., Ingham, J., Roby, J., Martin, C., and Jerabek, P. (1997). Imaging human intra-cerebral connectivity by PET during TMS. Neuroreport 8, 2787–2791.

Pubmed Abstract | Pubmed Full Text

Fox, P. T., Laird, A. R., Fox, S. P., Fox, M., Uecker, A. M., Crank, M., Loenig, S. F., and Lancaster, J. L. (2005). BrainMap taxonomy of experimental description and evaluation. Hum. Brain Mapp. 25, 185–198.

Pubmed Abstract | Pubmed Full Text | CrossRef Full Text

Fox, P. T., Narayana, S., Tandon, N., Fox, S. P., Sandoval, H., Kochunov, P., Capaday, C., and Lancaster, J. L. (2006). Intensity modulation of TMS-induced cortical excitation: primary motor cortex. Hum. Brain Mapp. 27, 478–487.

Pubmed Abstract | Pubmed Full Text | CrossRef Full Text

Fox, P. T., Parsons, L. M., and Lancaster, J. L. (1998). Beyond the single study: function/location metanalysis in cognitive neuroimaging. Curr. Opin. Neurobiol. 8, 178–187.

Pubmed Abstract | Pubmed Full Text | CrossRef Full Text

Jafri, M. J., Pearlson, G. D., Stevens, M., and Calhoun, V. D. (2008). A method for functional network connectivity among spatially independent resting-state components in schizophrenia. Neuroimage 39, 1666–1681.

Pubmed Abstract | Pubmed Full Text | CrossRef Full Text

Jenkinson, M., and Smith, S. M. (2001). A global optimisation method for robust affine registration of brain images. Med. Image Anal. 5, 143–156.

Pubmed Abstract | Pubmed Full Text | CrossRef Full Text

Laird, A. R., Eickhoff, S. B., Kurth, F., Fox, P. T., Uecker, A. M., Turner, J. A., Robinson, J. L., Lancaster, J. L., and Fox, P. T. (2009). ALE meta-analysis workflows via the BrainMap database: progress towards a probabilistic functional brain atlas. Front. Neuroinform. 3:23. doi: 10.3389/neuro.11.023.2009

Pubmed Abstract | Pubmed Full Text | CrossRef Full Text

Laird, A. R., Fox, P. M., Eickhoff, S. B., Turner, J. A., Ray, K. L., McKay, D. R., Glahn, D. C., Beckmann, C. F., Smith, A. M., and Fox, P. T. (2011). Behavioral interpretations of intrinsic connectivity networks. J. Cogn. Neurosci. 23, 4022–4037.

Pubmed Abstract | Pubmed Full Text | CrossRef Full Text

Laird, A. R., Robbins, J. M., Li, K., Price, L. R., Cykowski, M. D., Narayana, S., Laird, R. W., Franklin, C., and Fox, P. T. (2008). Modeling motor connectivity using TMS/PET and structural equation modeling. Neuroimage 41, 424–436.

Pubmed Abstract | Pubmed Full Text | CrossRef Full Text

Lancaster, J. L., and Fox, P. T. (2009). “Talairach space as a tool for intersubject standardization in the brain,” in Handbook of Medical Image Processing and Analysis, 2nd Edn. Chapter 38, ed I. N. Bankman (San Diego, CA: Academic Press), 629–642.

Lancaster, J. L., Tordesillas-Gutierrez, D., Martinez, M., Salinas, F., Evans, A., Zilles, K., Mazziotta, J. C., and Fox, P. T. (2007). Bias between MNI and Talairach coordinates analyzed using the ICBM-152 brain template. Hum. Brain Mapp. 28, 1194–1205.

Pubmed Abstract | Pubmed Full Text | CrossRef Full Text

Lancaster, J. L., Woldorff, M. G., Parsons, L. M., Liotti, M., Freitas, C. S., Rainey, L., Kochunov, P. V., Nickerson, D., Mikiten, S., and Fox, P. T. (2000). Automated Talairach atlas labels for functional brain mapping. Hum. Brain Mapp. 10, 120–131.

Pubmed Abstract | Pubmed Full Text | CrossRef Full Text

Ma, L., Wang, B., Chen, X., and Xiong, J. (2007). Detecting functional connectivity in the resting brain: a comparison between ICA and CCA. Magn. Reson. Imaging 25, 47–56.

Pubmed Abstract | Pubmed Full Text | CrossRef Full Text

Narayana, S., Laird, A. R., Tandon, N., Franklin, C., Lancaster, J. L., and Fox, P. T. (2012). Electrophysiological and functional connectivity mapping of the human supplementary motor area. Neuroimage 61, 250–265.

Pubmed Abstract | Pubmed Full Text | CrossRef Full Text

Paus, T., Jech, R., Thompson, C. J., Comeau, R., Peters, T., and Evans, A. C. (1997). Transcranial magnetic stimulation during positron emission tomography: a new method for studying connectivity of the human cerebral cortex. J. Neurosci. 17, 3178–3184.

Pubmed Abstract | Pubmed Full Text

Poldrack, R. A. (2006). Can cognitive processes be inferred from neuroimaging data? Trends Cogn. Neurosci. 10, 59–63.

Pubmed Abstract | Pubmed Full Text | CrossRef Full Text

Poldrack, R. A. (2011). Inferring mental states from neuroimaging data: from reverse inference to large-scale decoding. Neuron 72, 692–697.

Pubmed Abstract | Pubmed Full Text | CrossRef Full Text

Robinson, J. L., Laird, A. R., Glahn, D. C., Lovallo, W. R., and Fox, P. T. (2010). Metaanalytic connectivity modeling: delineating the functional connectivity of the human amygdala. Hum. Brain Mapp. 31, 173–184.

Pubmed Abstract | Pubmed Full Text | CrossRef Full Text

Smith, S. M., Fox, P. T., Miller, K. L., Glahn, D. C., Fox, P. M., Mackay, C. E., Filippini, N., Watkins, K. E., Toro, R., Laird, A. E., and Beckmann, C. F. (2009). Correspondence of the brain's functional architecture during activation, and rest. PNAS 106, 13040–13045.

Pubmed Abstract | Pubmed Full Text | CrossRef Full Text

Talairach, J., and Tournoux, P. (1988). Co-Planar Stereotaxic Atlas of the Human Brain: 3-Dimensional Proportional System—An Approach to Cerebral Imaging. New York, NY: Thieme.

Torta, D. M., and Cauda, F. (2011). Different functions in the cingulate cortex, a meta-analytic connectivity modeling study. Neuroimage 56, 2157–2172.

Pubmed Abstract | Pubmed Full Text | CrossRef Full Text

Yakoni, T., Poldrack, R. A., Nichols, T. E., Van Essen, D., and Wagner, T. D. (2012). Large-scale automated systhesis of human functional neuroimaging data. Nat. Methods 8, 665–670.

Pubmed Abstract | Pubmed Full Text | CrossRef Full Text

Keywords: BrainMap, Mango, behavior analysis, region of interest, brain atlas, TMS-PET, fMRI, ICA

Citation: Lancaster JL, Laird AR, Eickhoff SB, Martinez MJ, Fox PM and Fox PT (2012) Automated regional behavioral analysis for human brain images. Front. Neuroinform. 6:23. doi: 10.3389/fninf.2012.00023

Received: 03 May 2012; Accepted: 27 July 2012;
Published online: 28 August 2012.

Edited by:

Robert W. Williams, University of Tennessee Health Science Center, USA

Reviewed by:

Glenn D. Rosen, Beth Israel Deaconess Medical Center, USA
Khyobeni Mozhui, University of Tennessee Health Science Center, USA

Copyright © 2012 Lancaster, Laird, Eickhoff, Martinez, Fox and Fox. This is an open-access article distributed under the terms of the Creative Commons Attribution License, which permits use, distribution and reproduction in other forums, provided the original authors and source are credited and subject to any copyright notices concerning any third-party graphics etc.

*Correspondence: Jack L. Lancaster, Research Imaging Institute, The University of Texas Health Science Center at San Antonio, 8403 Floyd Curl Drive, San Antonio, TX 78229, USA. e-mail: jlancaster@uthscsa.edu

Download