Mapping topography and network of brain injury in patients with disorders of consciousness

Introduction

Disorders of Consciousness (DoC) are sequelae of severe acute brain injury (SABI) with an incidence of 0.7 per 100,000 SABI cases per year (1, 2). Patients with DoC have impaired awareness and/or arousal and are often dependent on full-time nursing care in specialized wards and a multidisciplinary team of clinicians (3). DoC have a profound impact on patients and their families (4). The cost to the healthcare system, such as the total inpatient cost of care, often exceeds $1,000,000 USD per patient (5, 6).

Diagnosis and prognosis of DoC remain challenging, in part from our incomplete understanding of this condition. There is a pervasive idea that DoC has a universally poor prognosis in the first 28 days; this has led to patients with DoC being labeled as a “neglected group of brain-injured patients” (3, 7). A recent review on the subject drew attention to the different categories within the disorder and which subgroups may have late improvement (7). Causative injuries can involve multiple areas of the brain and vary depending on the underlying etiology (811). Individual studies, reviews or commentary articles on the topic have often discussed dysfunction in terms of large-scale functional networks such as the default mode network (DMN), and may refer to selected regions within the DMN (1214). Depending on the nature of the publications some review articles do not discuss the specific brain regions involved (13, 15). While papers exploring neuroanatomical substrates of DoC have often utilized novel imaging techniques to localize brain injuries causing DoC, clinicians not directly involved in research do not yet have standardized guidelines to direct the interpretation of these results, and assist decision making and communication of results to families (1517). We postulate that the aggregated data from these studies and its visual representation will be invaluable to clinicians to understand DoC in their patients (18). This information may also assist future research such as targeted imaging studies in patients with DoC. In addition, the caregivers of patients may want to know the nature of the imaging abnormalities and how this may fit into the concept of DoC. Such data may be used to better communicate this information to caregivers.

Recognizing that only selected brain regions are mentioned in papers on DoC, we have opted not to perform a traditional meta-analysis but to take a data analytics approach. This takes the form of text-mining literature on the topic to determine the brain structures involved in DoC. By text mining a large body of publications, the brain regions most commonly implicated in DoC according to the literature may be aggregated in an unbiased fashion.

Methods

We performed a cross-sectional bibliometric (text mining) analysis of DoC publications.

Because this article did not directly involve human subjects, while using only data from published articles, an institutional review board approval was not required. This study followed the Strengthening the Reporting of Observational Studies in Epidemiology (STROBE) reporting guideline (19).

Data sources

We performed a search query for “Disorders of Consciousness” using the PubMed Entrez Programming Utilities (20). Primary articles for the search query published from 1st January 2000 to 8th February 2023 were retrieved. All studies from the following search query were included:esearch -db pubmed -query "(((Disorders of consciousness) NOT (\"review\"[Publication Type])) NOT (\"systematic review\"[Publication Type])) NOT (\"meta analysis\"[Publication Type])"

Two initial sets of texts (referred to henceforth as corpora) were created: the first corpus contained all abstracts from the PubMed e-search; the second contained all freely available full-texts from the PubMed e-search. Scripts for acquiring the abstracts and full texts can be found here: https://github.com/Mango117/BMedScDOC_2023.

While the selection of a single search term and the inclusion of all search results may be unorthodox for meta-analyses, this approach was deemed optimal for text-mining data collection. We chose to focus solely on the keyword search term “Disorders of Consciousness” due to its broad coverage encompassing a variety of papers related to DoC, while avoiding the many classifications of DoC that can vary between labs and literature (21, 22). Three main features of our data collection maximized the integrity of our approach:

1. Firstly, by including thousands of search results, the impact of outliers or papers with outsized impact was minimized given the large volume of the corpora. Unlike a meta-analysis or systematic review comprised of 5–20 papers in which a single paper may skew results, our dataset for text-mining would be 2–3 orders of magnitude larger. This is an important distinction for our choice of methodology and selection of data sources (23).

2. To further minimize the impact of any papers that may skew results, the PubMed query was filtered to only include primary research. Systematic reviews, meta-analyses and any other review articles were excluded as these article types would not provide any novel evidence about disorders of consciousness but may possibly have an outsized impact on text-mining.

3. Finally, a second, smaller pair of datasets was also created for subgroup analysis. These subgroups were selected by using non-negative matrix factorization (NMF). NMF is a multivariate topic modeling algorithm that can perform unsupervised clustering of documents into “hidden topics.” NMF algorithms factorize a term-document matrix (TDM) into a term-feature matrix and a feature-document matrix. The features of the two new matrices constitute the clustered “hidden topics” within the corpus, and are described by a series of keywords (24). For example, a topic may be described by the keywords: [mcs, doc, crsr, uws, vegetative, vsuws, state, disorder, consciousness].

The total number of topics for each dataset was determined by calculating a coherence score – a statistical test measuring the relative distance between words within a topic to derive the optimal number of topics for a specified corpus (25, 26). Using this method, relevant topics were filtered from the abstract and the full-texts corpora, then their documents separated for the subgroups (Figure 1) (26). Thus, 4 main datasets were created for analysis:

www.frontiersin.org

Figure 1. Flowchart of how each corpus was prepared from the original PubMed search query.

Corpus 1: an abstracts corpus

Corpus 2: a full-texts corpus

Corpus 3: a subgroup corpus of selected abstracts based on their NMF topics

Corpus 4: a subgroup corpus of selected full-texts based on NMF topics. The code used to perform this NMF can be found here: https://github.com/Mango117/BMedScDOC_2023/blob/main/2-Subgrouping.ipynb.

Anatomical dictionary

To perform the bibliometric analysis, an anatomical dictionary of brain terms fit for text mining was chosen from a well-established neuroanatomical library. These terms were used to search for keywords within the corpora of PubMed documents.

The automated anatomical labeling atlas 3 (AAL3) dictionary was used, which lists 120 discrete regions of the brain and is a commonly used in neuroimaging research (27). The AAL3 anatomical dictionary was modified slightly by making some linguistic changes to optimize the accuracy of the text mining process, and the total dictionary volume was reduced to 50 anatomical regions by combining unilateral terms (i.e., combining “Left Lateral orbital gyrus” and “Right Lateral orbital gyrus” into “Lateral orbital gyrus”) (Table 1).

www.frontiersin.org

Table 1. Brain region dictionary of 50 anatomical brain regions created from the AAL3 Anatomical Atlas.

Text mining

After establishing the corpora of documents and the dictionary of anatomical terms, text-mining analysis was performed on all four corpora. Each document was pre-processed to clean data for text mining, ensuring optimal machine readability (23). This included various steps such as:

1. The replacement of complex compound anatomical regions with terms that had whitespace substituted for underscores (i.e., “inferior frontal gyrus, opercular part” to frontal_inf_oper”).

2. Filtering of “stop words” to remove common English words such as articles and prepositions (i.e., “I, he, was, and, on, do not”) that provided little value to the analysis.

3. Lemmatisation to simplify word variations such as plural nouns, verb tenses and participles.

4. Tokenisation to separate words into a “bag of words” model for unigram analysis, where no importance was placed on the order of words.

After pre-processing, a TDM was created by calculating the frequency of each term from the anatomical dictionary in each corpus.

Statistical analysis

Statistical analysis was performed with Python (Python Software Foundation; version 3.9.5) (28). The term frequency (TF) and mean term frequency-inverse document frequency (TF-IDF) were calculated. Both TF and mean TF-IDF are important measures of sentiment and importance in text-mining analysis. TF describes the frequency of terms within a corpus of documents, while the TF-IDF is a weighted measure of the importance of a term within a corpus of documents. TF-IDF is calculated as follows:

TFIDFx,y=TFx,y×log(NDFx)

Where x and y represent term x within document y, TFx,y is the frequency of x in y, DFx is the number of documents containing x and N is the total number of documents (29). The TF-IDF values were averaged for each term across all documents.

The TF and mean TF-IDF of dictionary terms in each corpus were first ranked, with the aim of measuring concordance between the 4 corpora and providing a combined ranking of brain regions (29). The statistical test commonly used to assess concordance between rankings is Kendall’s rank correlation coefficient (Also referred to as Kendall’s Tau). However, in this study, it was more appropriate to place a greater statistical emphasis on agreement between highly ranked terms, rather than uniformly assessing concordance across all rankings. In other words, the brain areas ranked 1st, 2nd, and 3rd in a corpus should be weighted more than those placed 20th, 21st, and 22nd.

Based on this protocol, a Savage score was calculated for each set of rankings to measure top-down correlation (30, 31).

Savage scores assign an exponential weighting scheme to rankings assigned to terms in each corpus, ensuring that the most important terms receive a higher weighting when concordance is calculated. This allowed for concordance between each of the 4 corpora to be tested using the Kendall rank correlation coefficient computed on Savage scores:

CT=1b2n−S1∑i=1nS⋅i2−b2n,

Where CT is the Kendall coefficient, and Si is the sum of the Savage scores assigned to the ith object taken over all b sets of rankings. The final Kendall’s value computed on Savage scores is a score between 0 and 1, with 0 indicating no concordance and 1 indicating full concordance (30, 31). The final Savage scores allow for a ranking to be created combining multiple datasets – in this case Corpus 1 to 4.

In addition, the full-texts corpus was selected for further graphical analysis using R (The R Foundation for Statistical Computing; version 4.1.0) to explore the associations between brain regions. The network manipulation software, Gephi (Gephi 0.9.2), was used for visualization of the data, including cluster analysis and calculation of a PageRank value. PageRank is an eigenvector type clustering method that intuitively shows the interactions between each node in a graphical network. Each node in this study represented a brain area from our anatomical dictionary, while each edge represented the strength of each vector relationship between a pair of nodes based on data from the TDM. Thus, anatomical terms that were in “close proximity” to each other in a text and regularly associated in articles would be linked via edges of varying weights to represent the strength of these associations in the corpus. From this, the PageRank value could be calculated to quantify the cumulative strength of these connections to each node.

Through this method, our graphical analysis was able to visualize the relationships between each of the brain regions used in the compound dictionary, and the relative importance of each one in the full text subgroup corpus studied (3234).

Results

The PubMed search yielded a total of 24,239 results for the query “Disorders of Consciousness.” Data extraction garnered all 24,239 abstracts and 3,780 full-text studies that were open access and thus freely accessible for download. The abstracts and full-texts acquired were allocated into separate corpora. Analysis of the corpora revealed that the mean wordcount was 132.42 [95% CI, 131 to 134] for the abstract corpus and 2010.16 [95% CI, 1960 to 2060] for the full-texts corpus. NMF of the abstracts uncovered 25 topics by coherence score, and 2 of these topics were selected as containing keywords in close proximity to DoC, yielding a subgroup of 2015 abstracts. NMF of the full-texts corpus uncovered a total of 40 topics by coherence score, and 4 of these topics were selected as containing keywords in close proximity to DoC, yielding a subgroup of 283 documents.

The final 2 abstracts topics selected by NMF were described by the keywords:

"state mcs patient conscious vegetative consciousness doc minimally"

"injury tbi brain traumatic head severe"

The final 4 full-texts topics selected by NMF were described by the keywords:

"mcs doc crsr uws consciousness vsuws disorder vegetative"

"tbi injury traumatic brain head mtbi"

"connectivity  network  functional  brain  region  consciousness cortex"

“score gcs scale coma outcome Glasgow”

As seen in the listed topics, NMF, while imperfect, was able to cluster corpus documents into topics based on the content contained in each text.

Notably, the thalamus was the most frequent dictionary term across all corpora. It had 2,789 mentions across the 4 datasets and was the highest ranked in each one (Table 2). The 4 corpora were considered significantly coherent with a Kendall’s Tau computed on Savage scores of 0.7350 (p < 0.001). Globally, the thalamus was ranked the highest (Savage score = 11.716), followed by the precuneus (Savage score = 4.983) and the hippocampus (Savage score = 4.483) (Table 3).

www.frontiersin.org

Table 2. Bibliometric search results highlighting the top 3 highest ranked brain regions in each corpus by TF-IDF.

www.frontiersin.org

Table 3. The top 10 highest ranked dictionary terms by Savage score.

Graphical analysis was performed on Corpus 4 and yielded 5 clusters: cluster 1 had 9 members with the parahippocampus [PageRank = 0.0330] as the most important member; cluster 2 had 11 members with the caudate nucleus [PageRank = 0.0337] being most important; cluster 3 had 6 members with the inferior parietal gyrus [PageRank = 0. 0324] being most important; cluster 4 had 4 members with the postcentral gyrus being the most important member [PageRank = 0.0321]; and cluster 5 had 6 members with the thalamus being the most important member [PageRank = 0.0344] (Figure 2). An interactive online visualization of this graph can be seen here: https://mango117.github.io/BMedScDOC/network.html along with details of each group included in the supplementary material (Table 4). A 3D visualization of these brain regions in is depicted in Figure 3.

www.frontiersin.org

Figure 2. Flowchart illustrating some of the pre-processing steps undertaken during the text mining process. An example sentence is used.

www.frontiersin.org

Table 4. Distribution of brain regions between modularity cluster groups in graphical network visualization.

www.frontiersin.org

Figure 3. Graph network visualization of dictionary terms found in the full-texts subgroup corpus (Corpus 4).

Node sizes are weighted by betweenness centrality, and communities are color coded by modularity cluster. (Green) Cluster Group 1. (Pink) Cluster Group 2. (Orange) Cluster Group 3. (Yellow) Cluster Group 4. (Blue) Cluster Group 5. A description of each group is in Table 4.

An interactive online visualization of this graph can be seen here: https://mango117.github.io/BMedScDOC/network.html.

Brain regions are colored in a red to light blue gradient, with the most frequent region being a dark red. An animated 3D GIF of this visualization can be seen here: https://mango117.github.io/BMedScDOC/braingif.html.

Discussion

Our results indicated that the thalamus was the most frequently mentioned anatomical brain regions in DoC studies. This finding is not surprising given it has a well-established link with awareness and arousal in current DoC literature (3537). The novelty of our approach is in taking written text in scientific literature and producing visualization tools for both clinicians and the lay public. In this paper, we were also able to apply graph theoretical analysis to discern the underlying structure of the connections among these brain structures. These findings were performed by collating available techniques and using open-source software and open data; these methods are documented in this paper and the code has been made available on Github. This reproducible approach provides a way for clinicians and other citizen scientists to undertake similar research on this topic or related topics in neuroscience and other fields.

Anatomical findings

The high mean TF-IDF of the thalamus in the full-texts subgroup (Corpus 4) (TF-IDF = 0.008453) and high Savage score (Savage = 11.716) is highly congruent with current literature. The thalamus inhabits the dorsal component of the diencephalon, between the cerebral cortex and midbrain. This location allows it to act as a hub to relay information between subcortical areas and the cerebral cortex (38). Most sensory inputs are sent to the thalamus before being redirected via many thalamocortical radiations to their final destinations in the outer cortex (39). This key anatomical feature aligns with our graph theory analysis. The high PageRank score of 0.03439 indicates many highly weighted connections between the thalamus and other nodes in the network, with 91.89% of nodes sharing an edge with it. Its high centrality on the network visualization (Figure 2) indicates that it shares many connections with various other cortical regions rather than being highly connected to a single region of the brain. In the literature, the thalamus is strongly connected with both awareness and arousal in DoC. Awareness relies on high connectivity between the thalamus and cortex, and arousal requires brainstem signals to be forwarded to the thalamus (35, 36). Its further importance as a treatment target for deep brain stimulation indicates that downregulation of the thalamus likely has considerable implications on conscious state (40).

Components of the cingulate cortex also received a high TF-IDF across the corpora. The cingulate cortex is in the medial aspect of the cerebral hemispheres. It is often categorized into three parts – the anterior cingulate cortex (ACC), the midcingulate, the posterior cingulate cortex (PCC) (41). The ACC (PageRank = 0.0309, Savage score = 2.511) is often linked to emotion due to dense interconnectedness with limbic system structures such as the amygdala, sharing a strong edge weighting on the graphical visualization (Figure 2). The ACC’s role in self-perception has been previously correlated to the level of consciousness. A fMRI study by Qin et al. illustrated ACC signal changes when DoC patients were exposed to self-related auditory stimuli which further correlated with the patient’s level of consciousness (42). The PCC (PageRank = 0.0343, Savage score = 2.488) has previously well-established links with consciousness. The PCC forms a central node in the DMN, active during “wakeful rest.” (16).

Similarly, the precuneus was highlighted as a notable brain region across the DoC corpus (Savage Score = 4.983, PageRank = 0.0332). The precuneus is situated in the medial aspect of the posterior parietal lobe. It notably has strong corticocortical connections with the prefrontal cortex as well as the ACC (43, 44). The precuneus also has well established links to both the NCC and the DMN, with fMRI and functional connectivity studies illustrating its importance in recovery from UWS, supporting the recovery of consciousness (4547).

Of greater novelty, however, are the findings linking brain regions that are not as commonly associated with DoC. The amygdala (PageRank = 0.01987, Savage score = 6.291) and hippocampus (PageRank = 0.01881, Savage score = 6.5231) are midline areas strongly linked to the limbic system functions of emotional responses and memory (48). Both share input from the thalamus, as mirrored by the high centrality of all three locations on the graphical visualization (Figure 2) (49). The high frequency of these two regions alongside the ACC may suggest limbic involvement in DoC. This has been highlighted by a few previous studies into pain perception during DoC, but this conclusion cannot be made based on text mining analysis alone (5052). The cuneus (PageRank = 0.01956, Savage score = 5.8743) is another midline area. Previous literature utilizing white matter connectometry analysis has demonstrated an increase fiber density in the cuneus associated with increasing conscious state during DoC recovery, but once again, literature on this relationship is sparse (5355).

Perhaps most interesting is the prominence of the cerebellum in this analysis. The cerebellum is a neuron-dense hindbrain structure that has typically been associated purely with ipsilateral motor control (56). However, there is newer research highlighting the role of the cerebellum in nonmotor functions such cognition and affect, with connections to cortical and subcortical areas like the limbic system and prefrontal cortex (5759). In our text-mining analysis, the cerebellum was found to have a high significance across all 4 corpora (Savage Score = 4.415), which is seemingly consistent with this smaller body of research associating the cerebellum with cognition and emotion (6062). Conversely however, it must be noted that case reports of cerebellar agenesis suggest that the structure might not be directly involved in maintaining any NCCs at all (63). Given the contradictory evidence, it seems that further research into the cerebellum’s role in nonmotor function and consciousness is required (Figure 4).

www.frontiersin.org

Figure 4. Still images of a 3D visualization of the top 10 most frequently mentioned terms from text-mining of the full-texts corpus.

Comments on experimental design

Text mining, sometimes referred to as natural language processing (NLP), is a way of converting unstructured text into structured data (23). This allows for automated analysis of large corpora that would otherwise be infeasible for a human researcher to analyze. A human reader would have trouble processing, memorizing and understanding 14,945 abstracts and 2,178 full-texts on this topic. A domain knowledge expert would have this knowledge having spent many years working in the field. By contrast, a newcomer to the topic would not be able to do this.

In this study, we have illustrated a different approach to text mining scientific literature. In the case of DoC literature, there are different methods between studies due to varying imaging techniques or diagnostic criteria used (6466). Text mining also allows some overlooked details to be picked up on, such as the highlighting of limbic system structures in this study. This is often because of the “objective” analysis a computer is able to perform without any pre-existing ideas or biases regarding a research topic.

Limitations

There are limitations when using text mining to analyze scientific literature (67). Many anatomical terms we searched for were long tail keywords (i.e., “Left supplementary motor area”) comprised of multiple nouns and adjectives. The linguistic structure of these terms presents a limitation for text mining (68). In writing, these terms are rarely fully written out by researchers and often have a high degree of variation (i.e., using acronyms or shorthand). It was noted that different publications interchangeably used words such as “region,” “gyrus,” “area” and “cortex” when describing brain regions. We utilized pre-processing of data in each corpus to account for such linguistic idiosyncrasies (23).

Unlike human researchers, a text mining algorithm is unable to grasp the context of each individual word or document. This is unavoidable in the case of such a large dataset with millions of words, unless a human were to perform this study entirely by hand. Countermeasures such as subgroup analysis using NMF topic modeling provide an added layer of accuracy to text mining (24). By separating a large dataset into smaller corpora based on topics, we can compare different subgroups to better understand the corpora holistically. With a large enough dataset, effective pre-processing, and topic modeling, the limitations of text mining can be minimized.

Conclusion

In this study, text mining of DoC literature revealed the thalamus, cingulate cortex and precuneus are strongly associated with DoC, likely due to the roles they play in maintaining awareness and comprising the Default Mode Network (DMN). Areas of the brain such as the cerebellum, amygdala and hippocampus, were also prominently mentioned in literature. These structures and their relationships are documented in our figures and on the web. Their relationship to DoC should be further investigated.

Data availability statement

The datasets presented in this study can be found in online repositories. The names of the repository/repositories and accession number(s) can be found in the article/supplementary material.

Author contributions

ML: data curation, formal analysis, investigation, methodology, software, and writing (original). US: supervision and writing (review). NJ and HM: writing (review). TP: conceptualization, project administration, supervision, and writing (review). All authors contributed to the article and approved the submitted version.

Conflict of interest

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.

Publisher’s note

All claims expressed in this article are solely those of the authors and do not necessarily represent those of their affiliated organizations, or those of the publisher, the editors and the reviewers. Any product that may be evaluated in this article, or claim that may be made by its manufacturer, is not guaranteed or endorsed by the publisher.

Footnotes References

1. Gray, M, Lai, S, Wells, R, Chung, J, Teraoka, J, Howe, L, et al. A systematic review of an emerging consciousness population: focus on program evolution. J Trauma. (2011) 71:1465–74. doi: 10.1097/TA.0b013e31821f82f5

PubMed Abstract | CrossRef Full Text | Google Scholar

2. Eapen, BC, Georgekutty, J, Subbarao, B, Bavishi, S, and Cifu, DX. Disorders of consciousness. Phys Med Rehabil Clin N Am. (2017) 28:245–58. doi: 10.1016/j.pmr.2016.12.003

CrossRef Full Text | Google Scholar

3. Giacino, JT, Katz, DI, Schiff, ND, Whyte, J, Ashman, EJ, Ashwal, S, et al. Practice guideline update recommendations summary: disorders of consciousness: report of the guideline development, dissemination, and implementation subcommittee of the American Academy of neurology; the American congress of rehabilitation medicine; and the National Institute on Disability, Independent Living, and Rehabilitation Research. Neurology. (2018) 91:450–60. doi: 10.1212/WNL.0000000000005926

PubMed Abstract | CrossRef Full Text | Google Scholar

4. Chinner, A, Pauli, R, and Cruse, D. The impact of prolonged disorders of consciousness on family caregivers’ quality of life – A scoping review. Neuropsychol Rehabil. (2021) 32:1643–66. doi: 10.1080/09602011.2021.1922463

CrossRef Full Text | Google Scholar

5. Wade, DT. How many patients in a prolonged disorder of consciousness might need a best interests meeting about starting or continuing gastrostomy feeding? Clin Rehabil. (2018) 32:1551–64. doi: 10.1177/0269215518777285

PubMed Abstract | CrossRef Full Text | Google Scholar

6. National Insts of Health, Consensus Development Panel, Rehabilitation of Persons with Traumatic Brain Injury. Rehabilitation of persons with traumatic brain injury. JAMA. (1999) 282:974–83. doi: 10.1001/jama.282.10.974

CrossRef Full Text | Google Scholar

8. Giacino, JT, Fins, JJ, Laureys, S, and Schiff, ND. Disorders of consciousness after acquired brain injury: the state of the science. Nat Rev Neurol. (2014) 10:99–114. doi: 10.1038/nrneurol.2013.279

CrossRef Full Text | Google Scholar

9. Sigl, JC, and Chamoun, NG. An introduction to bispectral analysis for the electroencephalogram. J Clin Monit. (1994) 10:392–404. doi: 10.1007/BF01618421

CrossRef Full Text | Google Scholar

10. Fridman, EA, Beattie, BJ, Broft, A, Laureys, S, and Schiff, ND. Regional cerebral metabolic patterns demonstrate the role of anterior forebrain mesocircuit dysfunction in the severely injured brain. Proc Natl Acad Sci U S A. (2014) 111:6473–8. doi: 10.1073/pnas.1320969111

PubMed Abstract | CrossRef Full Text | Google Scholar

11. Albrechtsen, SS, Riis, RGC, Amiri, M, Tanum, G, Bergdal, O, Blaabjerg, M, et al. Impact of MRI on decision-making in ICU patients with disorders of consciousness. Behav Brain Res. (2022) 421:113729. doi: 10.1016/j.bbr.2021.113729

PubMed Abstract | CrossRef Full Text | Google Scholar

12. Monti, MM, Vanhaudenhuyse, A, Coleman, MR, Boly, M, Pickard, JD, Tshibanda, L, et al. Willful modulation of brain activity in disorders of consciousness. N Engl J Med. (2010) 362:579–89. doi: 10.1056/NEJMoa0905370

PubMed Abstract | CrossRef Full Text | Google Scholar

14. Friston, KJ. Functional and effective connectivity: a review. Brain Connect. (2011) 1:13–36. doi: 10.1089/brain.2011.0008

CrossRef Full Text | Google Scholar

16. Fernández-Espejo, D, Soddu, A, Cruse, D, Palacios, EM, Junque, C, Vanhaudenhuyse, A, et al. A role for the default mode network in the bases of disorders of consciousness. Ann Neurol. (2012) 72:335–43. doi: 10.1002/ana.23635

PubMed Abstract | CrossRef Full Text | Google Scholar

17. Roquet, D, Foucher, JR, Froehlig, P, Renard, F, Pottecher, J, Besancenot, H, et al. Resting-state networks distinguish locked-in from vegetative state patients. Neuro Image Clin. (2016) 12:16–22. doi: 10.1016/j.nicl.2016.06.003

CrossRef Full Text | Google Scholar

18. Fernandez-Espejo, D, Bekinschtein, T, Monti, MM, Pickard, JD, Junque, C, Coleman, MR, et al. Diffusion weighted imaging distinguishes the vegetative state from the minimally conscious state. NeuroImage. (2011) 54:103–12. doi: 10.1016/j.neuroimage.2010.08.035

PubMed Abstract | CrossRef Full Text | Google Scholar

19. von Elm, E, Altman, DG, Egger, M, Pocock, SJ, Gotzsche, PC, Vandenbroucke, JP, et al. Strengthening the reporting of observational studies in epidemiology (STROBE) statement: guidelines for reporting observational studies. BMJ. (2007) 335:806–8. doi: 10.1136/bmj.39335.541782.AD

PubMed Abstract | CrossRef Full Text | Google Scholar

20. Sayers, E. A general introduction to the E-utilities. Bethesda, MD: National Center for Biotechnology Information (US) (2010).

Google Scholar

21. Gosseries, O, Vanhaudenhuyse, A, Bruno, M-A, Demertzi, A, Schnakers, C, Boly, MM, et al. Disorders of consciousness: coma, vegetative and minimally conscious states In: D Cvetkovic and I Cosic, editors. States of consciousness: Experimental insights into meditation, waking, sleep and dreams. Berlin, Heidelberg: Springer Berlin Heidelberg (2011). 29–55.

Google Scholar

22. Song, H, Li, Q, Li, S, Kang, W, Yang, J, Yang, Y, et al. Classification of patients with disorder of consciousness based on DTI sequence analysis. 2017 IEEE International Conference on Smart Cloud (Smart Cloud), New York, NY, USA. (2017). 3–5.

Google Scholar

23. Žižka, J, Dařena, F, and Svoboda, A. Text mining with machine learning: Principles and techniques. Boca Raton, FL: CRC Press (2019).

Google Scholar

24. Pauca, P, Shanaz, F, and Berry, M.W., Plemmons, R.J. Text mining using non-negative matrix factorization society for industrial and applied mathematics. Proceedings of the 2004 SIAM International Conference on Data Mining (SDM). (2004). 87–90.

Google Scholar

25. Röder, M, Both, A, and Hinneburg, A. Exploring the space of topic coherence measures. Proceedings of the eighth ACM international conference on web search and data mining. Shanghai, China: Association for Computing Machinery. (2015). 399–408.

Google Scholar

26. Mifrah, S, and Benlahmar, ELH. Topic modeling coherence: A comparative study between LDA and NMF models using COVID’19 corpus. Int J Adv Trends Comput Sci Eng. (2020) 9:5756–61. doi: 10.30534/ijatcse/2020/231942020

CrossRef Full Text | Google Scholar

27. Rolls, ET, Huang, C-C, Lin, C-P, Feng, J, and Joliot, M. Automated anatomical labelling atlas 3. NeuroImage. (2020) 206:116189. doi: 10.1016/j.neuroimage.2019.116189

CrossRef Full Text | Google Scholar

28. Kluyver, T, Ragan-Kelley, B, Pérez, F, Granger, B, Bussonnier, M, Frederic, J, et al. Jupyter notebooks – A publishing format for reproducible computational workflows In: F Loizides and B Scmidt, editors. Positioning and Power in Academic Publishing: Players, Agents and Agendas : IOS Press (2016)

Google Scholar

29. Sharma, U, Jain, A, and Anshita,. Term frequency inverse document frequency. J Multimedia Technol Recent Adv. (2020) 7:1–6.

Google Scholar

30. Iman, R, and Conover, W. A measure of top–down correlation. Technometrics. (1987) 29:351–7. doi: 10.1080/00401706.1987.10488244

CrossRef Full Text | Google Scholar

31. Kendall, MG. Rank correlation methods. New York, NY: Hafner Publishing Company (1962).

Google Scholar

32. Bastian, M, Heymann, S, and Jacomy, M. Gephi: An open source software for exploring and manipulating networks. Proceedings of the third international AAAI conference on weblogs and social media (ICWSM'09). San Jose: American Journal of Sociology. (2009).

Google Scholar

33. Page, L, Brin, S, Motwani, R, and Winograd, T. The PageRank citation ranking: Bringing order to the web. Technical report, Stanford Digital Library Technologies Project. (1999).

Google Scholar

36. Garcia-Rill, E. Reticular activating system : Academic Press. (2009).137–143.

Google Scholar

37. BL. Walter AGS. Midbrain: Academic Press. (2014). 28–33

Google Scholar

38. Gazzaniga, MS, Ivry, RB, and Mangun, GR. Cognitive neuroscience: The biology of the mind. New York: W.W. Norton (2019).

Google Scholar

39. Yeh, FC, Panesar, S, Fernandes, D, Meola, A, Yoshino, M, Fernandez-Miranda, JC, et al. Population-averaged atlas of the macroscale human structural connectome and its network topology. NeuroImage. (2018) 178:57–68. doi: 10.1016/j.neuroimage.2018.05.027

PubMed Abstract | CrossRef Full Text | Google Scholar

40. Giacino, J, Fins, JJ, Machado, A, and Schiff, ND. Central thalamic deep brain stimulation to promote recovery from chronic posttraumatic minimally conscious state: challenges and opportunities. Neuromodulation. (2012) 15:339–49. doi: 10.1111/j.1525-403.2012.00458.x

PubMed Abstract | CrossRef Full Text | Google Scholar

42. Qin, P, Di, H, Liu, Y, Yu, S, Gong, Q, Duncan, N, et al. Anterior cingulate activity and the self in disorders of consciousness. Hum Brain Mapp. (2010) 31:1993–2002. doi: 10.1002/hbm.20989

PubMed Abstract | CrossRef Full Text | Google Scholar

44. Thier, P, and Andersen, RA. Electrical microstimulation distinguishes distinct saccade-related areas in the posterior parietal cortex. J Neurophysiol. (1998) 80:1713–35. doi: 10.1152/jn.1998.80.4.1713

PubMed Abstract | CrossRef Full Text | Google Scholar

46. Horovitz, SG, Braun, AR, Carr, WS, Picchioni, D, Balkin, TJ, Fukunaga, M, et al. Decoupling of the brain's default mode network during deep sleep. Proc Natl Acad Sci U S A. (2009) 106:11376–81. doi: 10.1073/pnas.0901435106

PubMed Abstract | CrossRef Full Text | Google Scholar

47. Tagliazucchi, E, von Wegner, F, Morzelewski, A, Brodbeck, V, Borisov, S, Jahnke, K, et al. Large-scale brain functional modularity is reflected in slow electroencephalographic rhythms across the human non-rapid eye movement sleep cycle. NeuroImage. (2013) 70:327–39. doi: 10.1016/j.neuroimage.2012.12.073

PubMed Abstract | CrossRef Full Text |

留言 (0)

沒有登入
gif