Version Changes
Revised. Amendments from Version 1
This version of the manuscript is solely updated in accordance with the suggestions given by the respected referees. This version mainly elaborates the discussion section. It describes each of the identified brain regions showing changes in functional activation and compares with the existing studies to validate the finding of the paper. Here, some demographic details of the subjects are added to the dataset table. This version also states the scope of future work of the study.
Abstract
Background: Schizophrenia is a serious mental illness affecting different regions of the brain, which causes symptoms such as hallucinations and delusions. Functional magnetic resonance imaging (fMRI) is the most popular technique to study the functional activation patterns of the brain. The fMRI data is four-dimensional, composed of 3D brain images over time. Each voxel of the 3D brain volume is associated with a time series of signal intensity values. This study aimed to identify the distinct voxels from time-series fMRI data that show high functional activation during a task.
Methods: In this study, a novel mean-deviation based approach was applied to time-series fMRI data of 34 schizophrenia patients and 34 healthy subjects. The statistical measures such as mean and median were used to find the functional changes in each voxel over time. The voxels that show significant changes for each subject were selected and thus used as the feature set during the classification of schizophrenia patients and healthy controls.
Results: The proposed approach identifies a set of relevant voxels that are used to distinguish between healthy and schizophrenia subjects with high classification accuracy. The study shows functional changes in brain regions such as superior frontal gyrus, cuneus, medial frontal gyrus, middle occipital gyrus, and superior temporal gyrus.
Conclusions: This work describes a simple yet novel feature selection algorithm for time-series fMRI data to identify the activated brain voxels that are generally affected in schizophrenia. The brain regions identified in this study may further help clinicians to understand the illness for better medical intervention. It may be possible to explore the approach to fMRI data of other psychological disorders.
Keywords: fMRI, Schizophrenia, Time-series, Classification
Introduction
Schizophrenia is a severe mental disorder that affects different regions of the brain, often involving hallucinations and delusions. Functional magnetic resonance imaging (fMRI) data comprising 3D brain scans acquired over time (thus resulting in a 4D set) is often used to study brain regions affected by schizophrenia. Each voxel of the 3D brain volume is associated with a time series of signal intensity values. General linear model (GLM) 1 and independent component analysis (ICA) 2 are often employed to study the voxel activity by transforming the 4D time-series data to a 3D spatial map.
The present work involves a novel application of mean deviation on time-series fMRI data to identify the distinct voxels that show high functional activation during a task. The work aims to identify the relevant brain regions that are affected in schizophrenia. Further, the identified voxels (features) are used to distinguish between schizophrenia patients and healthy subjects.
Methods
fMRI data
The time-series fMRI data having 1.5T strength was taken from the FBIRN phase – II data repository 3 available at site 0009 and site 0010. From the dataset, four different runs of auditory oddball task data of 34 schizophrenic patients (group G1) and 34 healthy controls (group G2) were extracted. Every run of each subject’s data contains 140 brain volumes acquired in 280 seconds time (TR = 2 seconds). Table 1 shows the dataset details.
Table 1. Dataset details.
Subject | Sample size | Age (Mean & Std Dev) | Sex
(Male/Female) |
Handedness
(R/L) |
Age of Onset
(Median) |
Smoking
(Yes/No) |
---|---|---|---|---|---|---|
Healthy | 34 | 37.76 (±12.25) years | 24/10 | 30/4 | NA | 10/24 |
Schizophrenia | 34 | 39.76 (±10.8) years | 27/7 | 28/7 | 22 years | 25/9 |
Pre-processing of the fMRI data was done using SPM8 toolbox in Matlab2014b. The temporal variation was corrected using slice timing correction, followed by the motion correction using realignment. Each of the fMRI scans was spatially normalized into standard Montreal Neurological Institute (MNI) space using an EPI template yielding voxel dimension of 3×3×3 mm 3. Finally smoothing was done using a 9×9×9 mm 3 full width at half maximum (FWHM) Gaussian kernel, resulting in a 3D brain volume containing 53×63×46, i.e., 1,53,594 voxels.
Data analysis
The activation pattern of the voxels was analysed in two phases.
Phase I. In the first phase, identification of voxels exhibiting high activation pattern (anytime during its time-course) is carried out for each subject. As the study focused on the variation in the signal intensity of the voxels ( V) over time, absolute mean deviation ( ) for each of the 140 time points was computed for each voxel, and the median ( M) of the 140 values of was found. Mean deviation ( ) values were compared with α times M ( α was chosen to be 3, based on experimentation) to identify whether a voxel exhibited high level of activation at any time during the 140 units of time. This voxel-wise analysis was performed for all the voxels of a given subject. Thus, a set of relevant voxels showing high degree of activation was obtained for each subject.
Phase II. In the second phase, a common subset of voxels exhibiting high degree of activation across all the subjects within a group was obtained. Finally, both the subsets belonging to groups G1 (schizophrenia patients) and G2 (healthy controls) were merged to get the set S. The voxels in set S were backtracked to MNI brain space and finally mapped into Talairach’s space 4 to identify the brain regions. This procedure has been described in Algorithm 1.
Algorithm 1. The proposed approach.
Notations:
m (=34): the number of subjects in each group
n (=140): the number of observations in a run
V i : time-series of i th voxel
i.e. V i = [ v i,1 v i,2 v i,3 ⋯ v i,n];
Steps:
-
1.
Calculate absolute mean deviation for each voxel using
-
2.
Find median M i of
-
3.
For each subject k ∈{1,2,..., m}, select the set V s k of voxels that show deviation higher than αM i.
-
4.
Find the group wise intersection of the voxels selected in step 3 for groups G1 and G2
i.e.
-
5.
Merge the two sets, obtained in step 4 to obtain set S
i.e. S = VSG1 ∪ VSG2
-
6.
Map S into the brain space to identify affected regions.
Classification. The set S was used to distinguish between schizophrenia patients and healthy subjects using two classifiers, viz., support vector machine (SVM) with sigmoid kernel 5 and extreme learning machine (ELM) classifier 6.
Experimental settings. All the implementations were done in MATLAB2014b. Parameter α was varied in the range of 1 to 7 in steps of 1 to identify the number of voxels that exhibited a high level of activations during the task. When the value of α was taken as 1 and 2, a large number of voxels showed activation level higher than α times M, resulting in set S having voxels that represents almost the entire brain. However, for α = 3, it was found that set S contained only 1580 distinct voxels that mapped to the brain regions which are generally affected in schizophrenia. When α was taken as more than 3, the number of voxels in the set S were close to zero rendering it too small for any meaningful analysis. Thus, α = 3 was found to be the most suitable value.
Further, the set S of voxels obtained α = 3 was used to fine-tune the classifiers. The SVM classifier gave the best results for the regularization parameter C = 1.09, and sigmoid kernel based ELM classifier gave best the results with 503 hidden neurons.
To evaluate the distinguishing capability of the voxels/features in set S, a comparison was done between the classification accuracy obtained using S and the accuracy obtained using the voxels set given by the GLM based approach. In this case, GLM was applied using SPM8 toolbox to convert the 4D time-series fMRI data to 3D contrast map for each subject. The GLM yielded an activation map comprising around 60000 voxels out of 153594 which were activated during the task.
Results
A comparison of the results of the classification accuracies obtained using feature sets given by the GLM and the proposed approach is shown in Table 2. The features selected by the proposed approach when backtracked to Talairach’s space revealed the brain regions that are generally affected in schizophrenia 7– 9, which validates the efficacy of the approach. The distribution of the selected voxels that distinguish the schizophrenia patients from the healthy subjects is shown in Figure 1 (a–d). The results show the increased changes in functional activation in the regions such as occipital lobe, frontal lobe, posterior lobe, and temporal lobe. When looking into the level of gyri, certain changes in activation pattern are seen in superior temporal gyrus, lingual gyrus, cuneus, declive, medial frontal gyrus, and middle occipital gyrus. Some regions in Brodmann areas (BA 18, 10, 9, 17, 19, 32, 6, 37, 21, 22, 46, and 47) also show distinct changes in functional activation in schizophrenics when compared to healthy controls. Figure 2 (a–c) show the activated voxels when plotted on a sample fMRI image for an axial, coronal and sagittal view of the brain.
Table 2. Comparison showing classification accuracy with feature set obtained after GLM and the proposed approach using SVM and ELM classifiers.
GLM | Proposed approach | |
---|---|---|
Number of voxels | ~ 60,000 | ~ 1580 |
SVM with Sigmoid kernel | 32.45% | 76.47% |
ELM with Sigmoid kernel | 57.35% | 61.46% |
GLM, general linear model; SVM, support vector machine; ELM, extreme learning machine.
Discussion
Unlike other conventional methods such as GLM to select the voxels showing a statistically significant response to the experimental conditions 10, the proposed approach identifies the neural activity in a particular voxel with the help of bold signal over time, irrespective of any experimental condition. The proposed approach does not require any details for the task and conditions. It works on the temporal values of each voxel for each subject's data one by one. Like other multi-voxel pattern analysis (MVPA) methods 10– 12, this approach also tries to find the participation of multiple voxels when selecting the final set of relevant voxels across a particular group of the subjects.
The classification accuracies, as shown in Table 2, demonstrate the efficacy of the proposed methodology. The reduced set of 1580 voxels achieved a much higher accuracy when compared to the GLM approach. The approach gives a better result for both of the SVM and ELM classifiers when compared to the GLM approach.
Figures 1 (a–d) show the distribution of the selected voxels for each level of brain regions. These regions show distinct changes in functional activation in schizophrenia patients when compared to healthy controls, and thereby distinguish between schizophrenia and healthy subjects with high classification accuracy. Most of the regions identified in the study comply with the existing literature 13– 16.
From the Figure 1 (b), change in functional activation can be seen in the frontal lobe which is responsible for motor function, executive functions and attention 17, 18. Literature 19, 20 suggest frontal lobe functional dysfunction in schizophrenia. Significant changes are observed in the temporal lobe and occipital lobe as seen in Figure 1 (b). The temporal lobe is basically responsible for holding primary auditory perception such as hearing, and occipital lobe is responsible for visual perception. As schizophrenia patients suffer from auditory and visual hallucinations, the functional deficit in these regions are responsible for the symptoms, studies 21, 22 also suggest functional changes in these areas in schizophrenia.
As seen in Figure 1 (c), significant changes in functional activations are found in regions such as superior frontal gyrus, superior temporal gyrus, lingual gyrus, medial frontal gyrus, middle occipital gyrus, anterior cingulate, cuneus, and declive. Superior temporal gyrus contains the primary auditory cortex which is responsible for processing sound, sending sensory information to auditory cortex and also to specify the sound frequencies precisely. Previous studies 23– 25 also showed that the superior temporal gyrus gets affected in schizophrenia. Figure 1 (c) shows functional changes in superior frontal gyrus, which is mainly involved in self-awareness 26. Literature 13, 27 suggests changes in superior frontal gyrus. The literature also suggests functional changes in middle occipital gyrus 28. Since schizophrenia patients also suffer from visual hallucinations and deficiency in visual attention, the dysfunctioning of the areas such as declive and cuneus (BA 17) may play role in the disorder. Studies found that cuneus 15, 29 and declive 30 show functional changes in schizophrenia. Lingual gyrus is basically linked to function for visual processing 31. The result of this study also shows subtle functional changes in lingual gyrus indicating difficulties in visual abilities in schizophrenia 32, 33. Even functional abnormality in anterior cingulate was found in several studies 16, 34.
In the level of Brodmann’s area, as seen in Figure 1 (d), BA 18 and 19 show functional changes in schizophrenia patients when compared to healthy controls. These regions lie in the occipital cortex, mainly responsible for the interpretation of images 35. Studies 36, 37 show that these regions are commonly affected in schizophrenia. BA 10, lies in the prefrontal cortex, is responsible for executive functions such as attention, processing of working memory and taking decision for future actions 38. Similar to the previous studies 39, 40, this study also identifies the functional changes in BA 10. BA 9 lies in the frontal lobe, mainly responsible for short-term memory, auditory verbal attention. This region may play a vital role in auditory hallucination and in retrieving the short-term memory in schizophrenia patients 41, 42. BA 37, responsible for visual fixation 43 and recognizing true-false memory, is also mentioned in the previous studies 44, 45. BA 21 and 22 lie in the temporal cortex, believed to play a role in auditory processing are found to be affected in schizophrenia 19, 20. Other than these regions, the result shows significant changes in functional activations in the areas such as BA 6, BA 37, BA 46, and BA 11, which are also reported in the literature 14, 46, 47.
This paper identifies the affected brain regions in schizophrenia and compares them with the previous studies. As the study focused on the statistical measures derived from the voxel values across the time course, the effect of covariates such as level of education, duration of disease, and medication history could not be incorporated. However, during the group-wise analysis (mentioned in Phase II of the methodology), a grouping of subjects’ data was also performed on the basis of gender and age. The results obtained were quite uniform across all ages and genders. Although this study was performed on the auditory oddball task fMRI data, it would be interesting to explore the applicability of the approach on the resting-state fMRI data and other performance-based tasks.
Conclusions
This work describes a simple and fast feature selection algorithm based on mean deviation for time-series fMRI data to identify the activated brain voxels that are generally affected in schizophrenia. The proposed approach was found to be efficient in selecting a minimal set of relevant voxels directly from time-series 4D fMRI data. The obtained voxel set was capable of distinguishing between healthy and schizophrenic subjects. One may explore the possibility of applying this approach to fMRI data of other psychological disorders.
Data availability
The data referenced by this article are under copyright with the following copyright statement: Copyright: © 2018 Chatterjee I
Data associated with the article are available under the terms of the Creative Commons Zero "No rights reserved" data waiver (CC0 1.0 Public domain dedication). http://creativecommons.org/publicdomain/zero/1.0/
The Matlab source codes, a text file containing dataset details including subject ID and their age, and the instructions for the study can be found at: https://github.com/IndraChatterjee/AnomalyDetection_TimeSeries_fMRI_Schizophrenia.
The complete source codes are archived in a publicly accessible record at: https://doi.org/10.5281/zenodo.1438539 48
License: CC0
The four runs of auditory oddball task fMRI data from the FBIRN phase II repository can be downloaded from http://schizconnect.org/ querying 1.5T fMRI data for healthy and schizophrenia subjects available at site 0009 and 0010. The list of subjects chosen for this study is mentioned in the ‘DataDetails_FBIRN15T.txt’ file available at the GitHub repository. Users are required to sign-up to SchizConnect to download data and conditions of use are as written in the data use agreement of the FBIRN project.
Author endorsement
Cameron Craddock confirms that the author has an appropriate level of expertise to conduct this research, and confirms that the submission is of an acceptable scientific standard. Cameron Craddock declares the following competing interests: I am the Chair of Brainhack, and this organisation awarded this paper this year's Brainhack poster prize. Affiliation: Associate Professor of Diagnostic Medicine, Dell Medical School, The University of Texas at Austin, Austin, TX, USA.
Acknowledgments
The author would like to thank the organizers and all the attendees of 2018 OHBM Brainhack Singapore.
Data used for this study were hosted in the Function BIRN Data Repository ( http://fbirnbdr.birncommunity.org:8080/BDR/) using Project Accession Number 2007-BDR-6UHZ1, supported by grants to the Function BIRN (U24-RR021992) Testbed funded by the National Center for Research Resources at the National Institutes of Health, U.S.A.
Funding Statement
The author(s) declared that no grants were involved in supporting this work.
[version 2; referees: 2 approved]
References
- 1. Friston KJ, Holmes AP, Worsley KJ, et al. : Statistical parametric maps in functional imaging: a general linear approach. Hum Brain Mapp. 1994;2(4):189–210. 10.1002/hbm.460020402 [DOI] [Google Scholar]
- 2. Kim DI, Mathalon D, Ford JM, et al. : Auditory oddball deficits in schizophrenia: an independent component analysis of the fMRI multisite function BIRN study. Schizophren Bull. 2009;35(1):67–81. 10.1093/schbul/sbn133 [DOI] [PMC free article] [PubMed] [Google Scholar]
- 3. Keator DB, van Erp TG, Turner JA, et al. : The Function Biomedical Informatics Research Network Data Repository. NeuroImage. 2016;124(Pt B):1074–1079. 10.1016/j.neuroimage.2015.09.003 [DOI] [PMC free article] [PubMed] [Google Scholar]
- 4. Lancaster JL, Woldorff MG, Parsons LM, et al. : Automated Talairach atlas labels for functional brain mapping. Hum Brain Mapp. 2000;10(3):120–131. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 5. Cortes C, Vapnik V: Support-vector networks. Mach Learn. 1995;20(3):273–297. 10.1023/A:1022627411411 [DOI] [Google Scholar]
- 6. Huang GB, Zhu QY, Siew CK: Extreme learning machine: theory and applications. Neurocomputing. 2006;70(1–3):489–501. 10.1016/j.neucom.2005.12.126 [DOI] [Google Scholar]
- 7. Castro E, Gómez-Verdejo V, Martínez-Ramón M, et al. : A multiple kernel learning approach to perform classification of groups from complex-valued fMRI data analysis: application to schizophrenia. NeuroImage. 2014;87:1–17. 10.1016/j.neuroimage.2013.10.065 [DOI] [PMC free article] [PubMed] [Google Scholar]
- 8. Garrity AG, Pearlson GD, McKiernan K, et al. : Aberrant “default mode” functional connectivity in schizophrenia. Am J Psychiatry. 2007;164(3):450–457. 10.1176/ajp.2007.164.3.450 [DOI] [PubMed] [Google Scholar]
- 9. Gur RE, Gur RC: Functional magnetic resonance imaging in schizophrenia. Dialogues Clin Neurosci. 2010;12(3):333–343. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 10. Norman KA, Polyn SM, Detre GJ, et al. : Beyond mind-reading: multi-voxel pattern analysis of fMRI data. Trends Cogn Sci. 2006;10(9):424–430. 10.1016/j.tics.2006.07.005 [DOI] [PubMed] [Google Scholar]
- 11. Formisano E, De Martino F, Valente G: Multivariate analysis of fMRI time series: classification and regression of brain responses using machine learning. Magn Reson Imaging. 2008;26(7):921–934. 10.1016/j.mri.2008.01.052 [DOI] [PubMed] [Google Scholar]
- 12. De Martino F, Valente G, Staeren N, et al. : Combining multivariate voxel selection and support vector machines for mapping and classification of fMRI spatial patterns. NeuroImage. 2008;43(1):44–58. 10.1016/j.neuroimage.2008.06.037 [DOI] [PubMed] [Google Scholar]
- 13. Hof PR, Haroutunian V, Friedrich VL, Jr, et al. : Loss and altered spatial distribution of oligodendrocytes in the superior frontal gyrus in schizophrenia. Biol Psychiatry. 2003;53(12):1075–1085. 10.1016/S0006-3223(03)00237-3 [DOI] [PubMed] [Google Scholar]
- 14. Chatterjee I, Agarwal M, Rana B, et al. : Bi-objective approach for computer-aided diagnosis of schizophrenia patients using fMRI data. Multimed Tools Appl. 2018;77(20):26991–27015. 10.1007/s11042-018-5901-0 [DOI] [Google Scholar]
- 15. Hoptman MJ, Zuo XN, Butler PD, et al. : Amplitude of low-frequency oscillations in schizophrenia: a resting state fMRI study. Schizophr Res. 2010;117(1):13–20. 10.1016/j.schres.2009.09.030 [DOI] [PMC free article] [PubMed] [Google Scholar]
- 16. Vercammen A, Knegtering H, den Boer JA, et al. : Auditory hallucinations in schizophrenia are associated with reduced functional connectivity of the temporo-parietal area. Biol Psychiatry. 2010;67(10):912–918. 10.1016/j.biopsych.2009.11.017 [DOI] [PubMed] [Google Scholar]
- 17. Chayer C, Freedman M: Frontal lobe functions. Curr Neurol Neurosci Rep. 2001;1(6):547–552. 10.1007/s11910-001-0060-4 [DOI] [PubMed] [Google Scholar]
- 18. Alvarez JA, Emory E: Executive function and the frontal lobes: a meta-analytic review. Neuropsychol Rev. 2006;16(1):17–42. 10.1007/s11065-006-9002-x [DOI] [PubMed] [Google Scholar]
- 19. Levin S: Frontal lobe dysfunctions in schizophrenia--II. Impairments of psychological and brain functions. J Psychiatr Res. 1984;18(1):57–72. 10.1016/0022-3956(84)90047-5 [DOI] [PubMed] [Google Scholar]
- 20. Abbruzzese M, Bellodi L, Ferri S, et al. : Frontal lobe dysfunction in schizophrenia and obsessive-compulsive disorder: a neuropsychological study. Brain Cogn. 1995;27(2):202–12. 10.1006/brcg.1995.1017 [DOI] [PubMed] [Google Scholar]
- 21. Crow TJ: Temporal lobe asymmetries as the key to the etiology of schizophrenia. Schizophr Bull. 1990;16(3):433–43. 10.1093/schbul/16.3.433 [DOI] [PubMed] [Google Scholar]
- 22. Shenton ME, Kikinis R, Jolesz FA, et al. : Abnormalities of the left temporal lobe and thought disorder in schizophrenia. A quantitative magnetic resonance imaging study. N Engl J Med. 1992;327(9):604–12. 10.1056/NEJM199208273270905 [DOI] [PubMed] [Google Scholar]
- 23. Woodruff PW, Wright IC, Bullmore ET, et al. : Auditory hallucinations and the temporal cortical response to speech in schizophrenia: a functional magnetic resonance imaging study. Am J Psychiatry. 1997;154(12):1676–82. 10.1176/ajp.154.12.1676 [DOI] [PubMed] [Google Scholar]
- 24. Bentaleb LA, Beauregard M, Liddle P, et al. : Cerebral activity associated with auditory verbal hallucinations: a functional magnetic resonance imaging case study. J Psychiatry Neurosci. 2002;27(2):110–5. [PMC free article] [PubMed] [Google Scholar]
- 25. McGuire PK, Silbersweig DA, Murray RM, et al. : Functional anatomy of inner speech and auditory verbal imagery. Psychol Med. 1996;26(1):29–38. 10.1017/S0033291700033699 [DOI] [PubMed] [Google Scholar]
- 26. Goldberg II, Harel M, Malach R: When the brain loses its self: prefrontal inactivation during sensorimotor processing. Neuron. 2006;50(2):329–39. 10.1016/j.neuron.2006.03.015 [DOI] [PubMed] [Google Scholar]
- 27. Zhou B, Tan C, Tang J, et al. : Brain functional connectivity of functional magnetic resonance imaging of patients with early-onset schizophrenia. Zhong Nan Da Xue Xue Bao Yi Xue Ban. 2010;35(1):17–24. 10.3969/j.issn.1672-7347.2010.01.003 [DOI] [PubMed] [Google Scholar]
- 28. Brunet E, Sarfati Y, Hardy-Baylé MC, et al. : Abnormalities of brain function during a nonverbal theory of mind task in schizophrenia. Neuropsychologia. 2003;41(12):1574–1582. 10.1016/S0028-3932(03)00119-2 [DOI] [PubMed] [Google Scholar]
- 29. Li T, Wang Q, Zhang J, et al. : Brain-Wide Analysis of Functional Connectivity in First-Episode and Chronic Stages of Schizophrenia. Schizophr Bull. 2017;43(2):436–48. 10.1093/schbul/sbw099 [DOI] [PMC free article] [PubMed] [Google Scholar]
- 30. Wynn JK, Jimenez AM, Roach BJ, et al. : Impaired target detection in schizophrenia and the ventral attentional network: Findings from a joint event-related potential-functional MRI analysis. NeuroImage Clin. 2015;9:95–102. 10.1016/j.nicl.2015.07.004 [DOI] [PMC free article] [PubMed] [Google Scholar]
- 31. Bogousslavsky J, Miklossy J, Deruaz JP, et al. : Lingual and fusiform gyri in visual processing: a clinico-pathologic study of superior altitudinal hemianopia. J Neurol Neurosurg Psychiatry. 1987;50(5):607–14. 10.1136/jnnp.50.5.607 [DOI] [PMC free article] [PubMed] [Google Scholar]
- 32. Lynall ME, Bassett DS, Kerwin R, et al. : Functional connectivity and brain networks in schizophrenia. J Neurosci. 2010;30(28):9477–87. 10.1523/JNEUROSCI.0333-10.2010 [DOI] [PMC free article] [PubMed] [Google Scholar]
- 33. Zmigrod L, Garrison JR, Carr J, et al. : The neural mechanisms of hallucinations: A quantitative meta-analysis of neuroimaging studies. Neurosci Biobehav Rev. 2016;69:113–23. 10.1016/j.neubiorev.2016.05.037 [DOI] [PubMed] [Google Scholar]
- 34. Carter CS, Mintun M, Nichols T, et al. : Anterior cingulate gyrus dysfunction and selective attention deficits in schizophrenia: [ 15O]H 2O PET study during single-trial Stroop task performance. Am J Psychiatry. 1997;154(12):1670–1675. 10.1176/ajp.154.12.1670 [DOI] [PubMed] [Google Scholar]
- 35. Fokin VA, Shelepin IuE, Kharauzov AK, et al. : [Localization of human brain areas activated for chaotic and ordered pattern perception]. Rossiiskii fiziologicheskii zhurnal imeni IM Sechenova. 2007;93(10):1089–100. [PubMed] [Google Scholar]
- 36. Hofer A, Weiss EM, Golaszewski SM, et al. : An FMRI study of episodic encoding and recognition of words in patients with schizophrenia in remission. Am J Psychiatry. 2003;160(5):911–8. 10.1176/appi.ajp.160.5.911 [DOI] [PubMed] [Google Scholar]
- 37. Lee KH, Brown WH, Egleston PN, et al. : A functional magnetic resonance imaging study of social cognition in schizophrenia during an acute episode and after recovery. Am J Psychiatry. 2006;163(11):1926–33. 10.1176/ajp.2006.163.11.1926 [DOI] [PubMed] [Google Scholar]
- 38. Peng K, Steele SC, Becerra L, et al. : Brodmann area 10: Collating, integrating and high level processing of nociception and pain. Prog Neurobiol. 2018;161:1–22. 10.1016/j.pneurobio.2017.11.004 [DOI] [PMC free article] [PubMed] [Google Scholar]
- 39. John JP: Fronto-temporal dysfunction in schizophrenia: A selective review. Indian J Psychiatry. 2009;51(3):180–90. 10.4103/0019-5545.55084 [DOI] [PMC free article] [PubMed] [Google Scholar]
- 40. Itakura M, Pu S, Ohdachi H, et al. : Association between social functioning and prefrontal cortex function during a verbal fluency task in schizophrenia: A near-infrared spectroscopic study. Psychiatry Clin Neurosci. 2017;71(11):769–79. 10.1111/pcn.12548 [DOI] [PubMed] [Google Scholar]
- 41. Goldman-Rakic PS, Selemon LD: Functional and anatomical aspects of prefrontal pathology in schizophrenia. Schizophr Bull. 1997;23(3):437–58. 10.1093/schbul/23.3.437 [DOI] [PubMed] [Google Scholar]
- 42. Orellana G, Slachevsky A: Executive functioning in schizophrenia. Front Psychiatry. 2013;4:35. 10.3389/fpsyt.2013.00035 [DOI] [PMC free article] [PubMed] [Google Scholar]
- 43. Ardila A, Bernal B, Rosselli M: Language and visual perception associations: meta-analytic connectivity modeling of Brodmann area 37. Behav Neurol. 2015;2015: 565871. 10.1155/2015/565871 [DOI] [PMC free article] [PubMed] [Google Scholar]
- 44. Jafri MJ, Pearlson GD, Stevens M, et al. : A method for functional network connectivity among spatially independent resting-state components in schizophrenia. NeuroImage. 2008;39(4):1666–81. 10.1016/j.neuroimage.2007.11.001 [DOI] [PMC free article] [PubMed] [Google Scholar]
- 45. Silbersweig DA, Stern E, Frith C, et al. : A functional neuroanatomy of hallucinations in schizophrenia. Nature. 1995;378(6553):176–9. 10.1038/378176a0 [DOI] [PubMed] [Google Scholar]
- 46. Camchong J, Dyckman KA, Austin BP, et al. : Common neural circuitry supporting volitional saccades and its disruption in schizophrenia patients and relatives. Biol Psychiatry. 2008;64(12):1042–1050. 10.1016/j.biopsych.2008.06.015 [DOI] [PMC free article] [PubMed] [Google Scholar]
- 47. Jardri R, Pouchet A, Pins D, et al. : Cortical activations during auditory verbal hallucinations in schizophrenia: a coordinate-based meta-analysis. Am J Psychiatry. 2011;168(1):73–81. 10.1176/appi.ajp.2010.09101522 [DOI] [PubMed] [Google Scholar]
- 48. Chatterjee I: Feature selection technique for time-series fMRI data of schizophrenia patients. Zenodo. 2018. 10.5281/zenodo.1438539 [DOI] [PMC free article] [PubMed] [Google Scholar]