Skip to main content

ORIGINAL RESEARCH article

Front. Mol. Biosci., 02 June 2022
Sec. Molecular Diagnostics and Therapeutics
Volume 9 - 2022 | https://doi.org/10.3389/fmolb.2022.858577

Identifying Topics and Evolutionary Trends of Literature on Brain Metastases Using Latent Dirichlet Allocation

www.frontiersin.orgJiarong Chen1,2,3* www.frontiersin.orgMatt Williams3,4 www.frontiersin.orgYanming Huang1 www.frontiersin.orgShijing Si5*
  • 1Clinical Experimental Center, Jiangmen Key Laboratory of Clinical Biobanks and Translational Research, Jiangmen Central Hospital, Jiangmen, China
  • 2Department of Oncology, Jiangmen Central Hospital, Jiangmen, China
  • 3Computational Oncology Group, Department of Surgery and Cancer, Imperial College London, London, United Kingdom
  • 4Department of Radiotherapy, Charing Cross Hospital, Imperial College Healthcare NHS Trust, London, United Kingdom
  • 5Duke University, Durham, NC, United States

Research on brain metastases kept innovating. We aimed to illustrate what topics the research focused on and how it varied in different periods of all the studies on brain metastases with topic modelling. We used the latent Dirichlet allocation model to analyse the titles and abstracts of 50,176 articles on brain metastases retrieved from Web of Science, Embase and MEDLINE. We further stratified the articles to find out the topic trends of different periods. Our study identified that a rising number of studies on brain metastases were published in recent decades at a higher rate than all cancer articles. Overall, the major themes focused on treatment and histopathology. Radiotherapy took over the first and third places in the top 20 topics. Since the 2010’s, increasing attention concerned about gene mutations. Targeted therapy was a popular topic of brain metastases research after 2020.

1 Introduction

Brain metastases are a common and devastating complication of cancer. It is estimated that brain metastases develop in 20% of patients with cancer (Nayak et al., 2012; Tabouret et al., 2012) although the true rate, as measured in autopsy studies may be as high as 40% (Percy et al., 1972; Tsukada et al., 1983; Achrol et al., 2019). The prognosis of patients who develop brain metastases is poor, with only 7% surviving more than 2 years (Hall et al., 2000).

Brain metastases are the result of haematogenous seeding of spread cells from primary tumours to the brain (Achrol et al., 2019). The most common primary tumours for patients with brain metastases are lung, breast, colorectal cancers, melanoma and renal cell carcinoma (Ostrom et al., 2018; Achrol et al., 2019). Established treatments for brain metastases include surgery, chemotherapy and radiotherapy, while newer approaches include immunotherapy and targeted therapies (Soliman et al., 2016; Niranjan et al., 2019; Galldiks et al., 2020). Prognostic factors, including age, Karnofsky performance status (KPS) and control of primary tumour are well recognized, and predict median overall survival periods of between 2.3 and 7.1 months (Gaspar et al., 1997). Given their frequency and poor outcomes, there has been a substantial amount of research into identifying the mechanisms behind brain metastases and improving treatment strategies. Molecular analyses have revealed some genes specific to the risk of developing brain metastases, such as the tumour suppressor LKB1 and KRAS (Zhao et al., 2014). Gene expression profiling of brain metastases suggests metastases evolve from primary tumours in order to gain more neuronal cell characteristics and adapt to the microenvironment in the brain (Park et al., 2011; Brastianos et al., 2015).

An important element of conducting research is to understand the current literature. One way of doing this is through systematic reviews and meta-analysis. However, such approaches have very carefully defined inclusion criteria, and thus offer very detailed analysis, but only of a small portion of the literature. For example, our current systematic review and network meta-analysis of first-line treatment for brain metastases includes only randomized trials of different treatment approaches (Williams et al., 2018); it therefore explicitly excludes published work on risk factors, biology, prognosis, etc. As a consequence, such systematic reviews ignore much of the published literature (Kozlowski et al., 2021), and thus do not help us understand the literature as a whole.

One approach to obtaining a better overview of the total scope of the literature is topic modelling, and the commonest approach is latent Dirichlet allocation (LDA). LDA is a popular topic modelling algorithm that has been widely used in different areas such as marketing, economics and bioinformatics (Blei et al., 2003; Shirota et al., 2014; Liu et al., 2016; Amado et al., 2018; Kozlowski et al., 2021) and helps discover topics in large corpora of text through clustering. Rather than considering the meaning of the sentences, the LDA model breaks the input text into single words and looks at groups of words that then occur together (Delen and Crossland, 2008; Liu et al., 2016). Such an approach requires some degree of pre-processing, in terms of removing common, non-significant words, and aligning related words that may have different ending (lemmatization). LDA allows us to identify research topics across a large body of literature and, importantly, does not require us to define a target topic defined before the analyses, and thus offers a relatively unbiased view of the literature.

In this study, we retrieved articles on cancer in general and brain metastases specifically and analysed the number of articles published, extracted topics and themes using LDA, and examined trends in these over time.

2 Materials and Methods

2.1 Publication Assessment

We used a previously developed website to identify studies published and indexed in PubMed between 1947 and 2021 (https://esperr.github.io/pubmed-by-year/). We carried out two separate searches with terms of cancer and brain metastases on the platform in June 2021 to identify relevant publications, and reported numbers in each category and proportions over time.

2.2 Study Cohort

We searched for relevant studies with keywords of “brain metastases” (Supplementary Table S1) without limits on time or language (Soon et al., 2014; Zheng et al., 2016). The search was conducted in three databases including Web of Science (1970–2021), Embase (1947–2021) and MEDLINE (1950–2021) in June 2021. The search results were then imported into Endnote 20 (Camelot United Kingdom Bidco Limited, United Kingdom). We identified and removed duplicates with Endnote by comparing title, author, year, journal, volume and issues.

2.3 Data Pre-Processing

We extracted the title and abstract of every study found in the search. We pre-processed the text using a standard approach, and in line with other work (Cheng et al., 2020; Min et al., 2020). All text were converted to lowercase and we removed double spaces, special characters, and numbers. Subsequently, we applied a list of general English stop words and general words in abstracts (such as introduction, aim, purpose, method, conclusion, and discussion) to the titles and abstracts to remove non–information-bearing words from the text. We lemmatized words using the Python package scispaCy.

2.4 Topic Modelling and Themes

LDA, first proposed by Blei et al. (2003) in 2003, has been widely used in the biomedical literature analysis. The process for LDA is shown as follows:

First, the Dirichlet distribution η and θ in the selection process are defined: θ with parameter α for word selection and η with parameter β for topic section. Second, the general process for each document W is described in the following two steps:

1) Choose θ ∼ Dir(β).

2) For each of the n words ωn:

a) Choose a topic zn ∼ Multinomial(θ).

b) Choose a word ωn from p (ωn|zn; β), a multinomial probability conditioned on the topic zn.

Every cleaned, lemmatized abstract and title were treated as a single entry for the model. Topic analyses were conducted using the LDA model imported from the Gensim package in Python (3.0). The LDA model ignores the order of occurrence of terms and sentence structure and so regards each entry as a “bag-of-terms.” Topics were defined as co-occurrence probability of individual words from the bag-of-terms. Following Cheng’s study (Cheng and Hung, 2018), we chose the number of topics that yields the largest perplexity score. We identified the 20 topics, and manually grouped topics into related themes.

Finally, we collected all the textual data collected from every article (i.e., title and abstracts with stop words removed) into individual words to develop the text corpus for the whole data set and subsequently analyzed the word frequency using CountVectorizer in the Python package scikit-learn.

2.5 Visualization of Topics

Word clouds of the top 20 topics were generated using the WordCloud package in Python. Figures were plotted independently for each topic based on the first 20 terms. Size variation of the terms indicated the probability of the term in that topic.

2.6 Topic Trends

To illustrate the change of research trends on brain metastases in different periods, we stratified the data into cohorts by decades of the publishing dates. We illustrated the top 10 topics with 20 terms in the analysis for each cohort.

3 Results

3.1 Publication Trends

Besides the absolute numbers of studies on brain metastases, it is useful to look at relative proportions. As illustrated in Figure 1A, literature on both brain metastases and cancer took up increasing proportions of all publications on PubMed during 1947 and 2021. All cancer research formed 7% of the articles in 1947, but gradually increased to 14% by 2009. However, within that general increase in research on brain metastases, brain metastases comprised less than 1% of all cancer research before 1968, but was over 3% by 2020 (Figure 1B).

FIGURE 1
www.frontiersin.org

FIGURE 1. Publication trends on cancer and brain metastases. (A) Annual PubMed proportion for cancer and brain metastases (source: https://esperr.github.io/pubmed-by-year/). (B) Percentage of articles on brain metastases in all cancer studies.

3.2 Data Inclusion

We retrieved 90,028 results, including 21,158 from MEDLINE, 35,651 from Embase and 33,219 from Web of Science. After duplicates removal, 50,176 results remained for further analysis (Figure 2). There were fewer than 50 articles on brain metastases per year before 1955 but the number kept increasing steadily between the 1960’s and 1980’s and reached 100 publications per year in 1974. The increase rate became even higher since 2000 and publications stayed above 1,000 per year after 2007 (Figure 3A). The articles published in the 2010’s overtook the total number between 1947 and 2009 (Figure 3B).

FIGURE 2
www.frontiersin.org

FIGURE 2. Flow chart of study inclusion.

FIGURE 3
www.frontiersin.org

FIGURE 3. The number of articles by year of publication.

3.3 Topics on Brain Metastases

We identified 20 topics for brain metastases-related articles (Table 1; Figure 4). These topics correlated with different areas, including treatment (T1, T3, T6, T15, T17, and T19), tumour relationship (T2, T7, T12, and T16), histopathology (T4, T8, T9, T11, T14, and T20), diagnosis (T10, T13, and T18) and prognosis (T5). Treatment for brain metastases was the commonest topic, and in particular radiotherapy played a key role in two leading topics (T1 and T3). Another major theme was around discovering the fundamental mechanism of brain metastases.

TABLE 1
www.frontiersin.org

TABLE 1. The highest frequent terms for 20 topics of the brain metastases-related articles.

FIGURE 4
www.frontiersin.org

FIGURE 4. Term frequency clouds of 20 topics on brain metastases. Topics in blue: topics related to treatment (T1, T3, T6, T15, T17, and T19). Topics in red: topics related to tumour relationship (T2, T7, T12, and T16). Topics in purple: topics related to histopathology (T4, T8, T9, T11, T14, and T20). Topics in mocha: topic related to prognosis (T5). Topics in green: topics related to diagnosis (T10, T13, and T18).

3.4 Topic Trends in Different Periods

There were 251 studies whose publishing years were not available. Thus, these studies were excluded from the trend analysis. Given the small number of studies (n = 77) published between 1947 and 1949, we included studies from 1947–1949 in the 1950’s cohort (Supplementary Table S2).

During 1947–1959, most of the articles tended to be descriptions of the symptoms, primary cancer and survival of patients with brain metastases. In the 1960’s, more studies reported data on the detection of metastatic lesions from autopsy or scan. Chemotherapy became the commonest term for the first time in four of the top 10 topics in the 1970’s (T1, T5, T6, and T10). Topic trends also revealed the involvement of improving imaging techniques in diagnosing brain metastases. Computed tomography (CT) firstly occurred in the term list of the 1970’s, followed by magnetic resonance imaging (MRI) and positron emission tomography (PET) in the topic terms of the 1980’s and 1990’s. These imaging techniques remained of interest during 2000 and 2019. The involvement of new techniques in radiation also emerged since the 1990’s focusing on stereotactic radiotherapy (SRS). Starting from the 2010’s, terms related to gene mutations, such as epidermal growth factor receptor (EGFR), tyrosine kinase inhibitor (TKI) and anaplastic lymphoma kinase (ALK), became increasingly common in the articles. Targeted therapy was a popular topic of brain metastases research after 2020.

4 Discussion

Brain metastases occur in more than 20% of all cancer patients and carry a poor prognosis (Nayak et al., 2012; Tabouret et al., 2012). Research into brain metastases is important, and existing approaches, such as systematic reviews, while important, are limited in their scope. In this study, we retrieved articles on brain metastases and analysed the topics with the LDA model. Furthermore, we split the articles into cohorts according to their published dates and illustrated topics of different periods. An increasing number of articles on brain metastases have been published since 1950, rising at a higher rate than overall cancer research (Figure 1). We identified 20 main topics for articles and grouped these into 5 themes, of which treatment was the commonest.

We used LDA in this work as it allows us to identify research topics in the text of published studies and importantly does not require predefined target topics. In that sense, LDA allows us to develop an unbiased report of the literature, in contrast to systematic reviews which impose strict criteria. It also has convenient computational properties that allow us to scale up the analysis, and thus assess very large bodies of work.

Within the 20 different topics, we identified five themes that show the main areas of interest in publications about brain metastases. As expected, treatment was the commonest theme which accounted for six out of 20 topics, and importantly, the first and third commonest topics. Other topics were focused on the relationship between brain metastases and primary tumours, as well as histopathology, with an interest in understanding the mechanism of metastasis. Apart from these, prognosis and diagnosis were also important themes.

Radiotherapy appeared in both the first and third topics, indicating its crucial role in the treatment of brain metastases (Table 1; Figure 4). Traditionally, radiotherapy has been delivered as whole brain radiotherapy (WBRT) (Soffietti et al., 2005). However, there have been long-standing attempts to improve outcomes by varying dose and fractionation since the early 1960’s (Chu and Hilaris, 1961; Peirce, 1964; Hindo et al., 1970; Hendrickson, 1977), which correlates with the importance of radiotherapy in our data since the 1960’s (Supplementary Table S2).

The development of SRS which offers better local control and less normal tissue dosimetry (Soffietti et al., 2005; Graham et al., 2010; Abraham et al., 2018), has influenced the development of the literature. Since the 1990’s, nearly all topics which included radiotherapy focused on the use of stereotactic techniques and related topics accounted appeared in at least one of the top 10 topics in those decades (T1 in the 1990’s, T7 and T8 in the 2000’s, T3 and T9 in the 2010’s) (Supplementary Table S2).

Chemotherapy and related terms first occurred as the topmost terms in four of the top 10 topics in the 1970’s (T1, T5, T6, and T10) (Supplementary Table S2) when there were a variety of studies trying to improve the outcome of brain metastases patients with chemotherapy (Gercovich et al., 1975; Black, 1979). However, this then decreased after the 1970’s as people became aware of the effect of the blood-brain barrier in reducing the effect of chemotherapy in brain metastases. More recent work focuses on combining chemotherapy and radiotherapy (T9 in the 1990’s, T1 in the 2000’s) (Supplementary Table S2).

There has been a substantial increase in interest in the basic science associated with brain metastases since the 2000’s (T6 in the 2000’s, T2, T7, T8, and T10 in the 2010’s, T2, T8, T9, and T10 since 2020). Targetable mutations, such as EGFR and ALK, were commonly reported in the studies since the 2010’s (T2, T7, T8, and T10 in the 2010’s), along with the relevant targeted therapy agents, including crizotinib, alectinib, and lorlatinib (T4 since 2020) (Hida et al., 2017; Martínez et al., 2017; Camidge et al., 2018; Khandekar et al., 2018) (Supplementary Table S2).

Imaging plays an important role in the diagnosis and management of brain metastases, and the topic trends follow this. CT first occurred in the term list of the 1970’s (T3 in the 1970’s), followed by MRI and PET which appeared in the top 10 topics of the 1980’s (T10 in the 1980’s) and 1990’s (T1 in the 1990’s). Imaging techniques for brain metastases remained a popular topic between 2000 and 2019 (T5 and T9 in the 2000’s, T1 and T4 in the 2010’s, T5 since 2020) (Supplementary Table S2).

The major omission is surgery. Despite the key role of surgery in the management of brain metastases, especially for large metastases (Soffietti et al., 2017; Rosenfelder and Brada, 2019) and several randomized trials showing the benefits of surgery combined with WBRT (Mintz et al., 1996; Gállego Pérez-Larraya and Hildebrand, 2014), surgically associated terms such as resection occurred only in topics related to radiosurgery (T7 in the 2000’s, T3 in the 2010’s) (Supplementary Table S2). This is in keeping with a general lack of research in surgery, and is a good example where the small number of studies examining surgery is a reflection of the weakness of the literature, rather than a measure of the relative importance of surgery.

There are some limitations to this study. First, even though we did not set limitations on languages or publication time, it is difficult to include all articles especially those written not in English or published before 1947 due to the restrictions in the databases we used. Meanwhile, the number of articles in the initial period was relatively small so that we combined articles between 1947 and 1949 with those of the 1950s when analysing topics of different periods. Second, an inspection of titles and abstracts shows many recent articles used new words and terms; however, these newer topics did not occur often enough to make the top 20 topics overall. Thirdly, the LDA model breaks sentences into a package of separate words and is more likely to consider their frequency. Therefore, the results may not convey the original context and significance of some phrases.

Overall, brain metastases remain a challenging clinical problem with high morbidity and poor prognosis. We have used LDA to provide an unbiased report of all the research into brain metastases since the last 1940's, and compared it to the baseline amount of research into cancer. It is notable that the literature on brain metastases has risen to occupy a larger proportion of the published cancer literature over time, and that the main therapeutic approach that dominates the literature is radiotherapy. While we do not suggest that simple count is sufficient to measure importance (i.e. there may be a few key, practice changing trials that involve surgery or chemotherapy), it does help us understand the scope of the literature. We think that this is important for several reasons. Firstly, it helps us understand that general scope of all literature in brain metastases. Secondly, it highlights where we might to focus our efforts for systematic reviews, where there may be more literature to review. Thirdly, it highlights both where they may be options to optimize existing treatments (e.g. optimizing radiotherapy) and also to address deficits in the literature (e.g. the relative absence of literature on surgery). This is important for clinicians, and also for research funders, who may want to reflect on the potential routes to improving the areas of research conducted in brain metastases.

5 Conclusion

In this paper, we presented an analysis of topics on brain metastases research by utilizing LDA modelling, which revealed the history of brain metastases studies and illustrated how treatment and diagnostic techniques developed in different periods. We found that brain metastases attracted increasing attention with a higher rate than overall cancer research, especially since 2000. Among all research on brain metastases, the most common themes were treatment and histopathology and radiotherapy occupied the first and third places in the top 20 topics, demonstrating its crucial role in brain metastases research.

Data Availability Statement

The raw data supporting the conclusion of this article will be made available by the authors, without undue reservation.

Author Contributions

Conceptualization, SS. Methodology, SS. Software, SS and JC. Validation, JC, SS, MW, and YH. Formal analysis, JC and YH. Investigation, JC and MW. Resources, JC. Data curation, JC and MW. Original draft preparation, JC. Writing review and editing, MW and YH. Project administration, JC. All authors have read and agreed to the published version of the manuscript.

Funding

This research was funded by the Guangdong International Young Research Talents Training Programme for Postdoctoral Researchers, the China Postdoctoral Science Foundation Grant (No. 2019M653210), the Science and Technology Project of Jiangmen (No. 2019030102480013011), the Medical Science Foundation of Jiangmen Central Hospital (No. J201901). MW is funded by Imperial College Healthcare NHS Trust and the Imperial NIHR BRC.

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.

Supplementary Material

The Supplementary Material for this article can be found online at: https://www.frontiersin.org/articles/10.3389/fmolb.2022.858577/full#supplementary-material

Abbreviations

ALK, anaplastic lymphoma kinase; CT, computed tomography; EGFR, epidermal growth factor receptor; KPS, Karnofsky performance status; LDA, latent Dirichlet allocation; MRI, magnetic resonance imaging; PET, positron emission tomography; SRS, stereotactic radiotherapy; TKI, tyrosine kinase inhibitor; WBRT, whole brain radiotherapy.

References

Abraham, C., Garsa, A., Badiyan, S. N., Drzymala, R., Yang, D., DeWees, T., et al. (2018). Internal Dose Escalation Is Associated with Increased Local Control for Non-Small Cell Lung Cancer (NSCLC) Brain Metastases Treated with Stereotactic Radiosurgery (SRS). Adv. Radiat. Oncol. 3 (2), 146–153. doi:10.1016/j.adro.2017.11.003

PubMed Abstract | CrossRef Full Text | Google Scholar

Achrol, A. S., Rennert, R. C., Anders, C., Soffietti, R., Ahluwalia, M. S., Nayak, L., et al. (2019). Brain Metastases. Nat. Rev. Dis. Primers 5 (1), 5. doi:10.1038/s41572-018-0055-y

PubMed Abstract | CrossRef Full Text | Google Scholar

Amado, A., Cortez, P., Rita, P., and Moro, S. (2018). Research Trends on Big Data in Marketing: A Text Mining and Topic Modeling Based Literature Analysis. Eur. Res. Manage. Business Econ. 24 (1), 1–7. doi:10.1016/j.iedeen.2017.06.002

CrossRef Full Text | Google Scholar

Black, P. (1979). Brain Metastasis. Neurosurgery 5 (5), 617–631. doi:10.1227/00006123-197911000-0001510.1097/00006123-197911000-00015

PubMed Abstract | CrossRef Full Text | Google Scholar

Blei, D. M., Ng, A. Y., and Jordan, M. I. (2003). Latent Dirichlet Allocation. J. Machine Learn. Res. 3, 993–1022.

Google Scholar

Brastianos, P. K., Carter, S. L., Santagata, S., Cahill, D. P., Taylor-Weiner, A., Jones, R. T., et al. (2015). Genomic Characterization of Brain Metastases Reveals Branched Evolution and Potential Therapeutic Targets. Cancer Discov. 5 (11), 1164–1177. doi:10.1158/2159-8290.Cd-15-0369

PubMed Abstract | CrossRef Full Text | Google Scholar

Cheng, C-H.,, and Hung, W-L. (Editors) (2018). “Tea in Benefits of Health: A Literature Analysis Using Text Mining and Latent Dirichlet Allocation,” 18.ICMHI.

Google Scholar

Camidge, D. R., Kim, H. R., Ahn, M.-J., Yang, J. C.-H., Han, J.-Y., Lee, J.-S., et al. (2018). Brigatinib versus Crizotinib in ALK-Positive Non-Small-Cell Lung Cancer. N. Engl. J. Med. 379 (21), 2027–2039. doi:10.1056/NEJMoa1810171

PubMed Abstract | CrossRef Full Text | Google Scholar

Cheng, X., Cao, Q., and Liao, S. S. (2020). An Overview of Literature on COVID-19, MERS and SARS: Using Text Mining and Latent Dirichlet Allocation. J. Inf. Sci. 0 (0), 016555152095467. doi:10.1177/0165551520954674

CrossRef Full Text | Google Scholar

Chu, F. C. H., and Hilaris, B. B. (1961). Value of Radiation Therapy in the Management of Intracranial Metastases. Cancer 14, 577–581. doi:10.1002/1097-0142(199005/06)14:3<577::aid-cncr2820140318>3.0.co;2-f

PubMed Abstract | CrossRef Full Text | Google Scholar

Delen, D., and Crossland, M. D. (2008). Seeding the Survey and Analysis of Research Literature with Text Mining. Expert Syst. Appl. 34 (3), 1707–1720. doi:10.1016/j.eswa.2007.01.035

CrossRef Full Text | Google Scholar

Galldiks, N., Kocher, M., Ceccon, G., Werner, J.-M., Brunn, A., Deckert, M., et al. (2020). Imaging Challenges of Immunotherapy and Targeted Therapy in Patients with Brain Metastases: Response, Progression, and Pseudoprogression. Neuro Oncol. 22 (1), 17–30. doi:10.1093/neuonc/noz147

PubMed Abstract | CrossRef Full Text | Google Scholar

Gállego Pérez-Larraya, J., and Hildebrand, J. (2014). Brain Metastases. Handb. Clin. Neurol. 121, 1143–1157. doi:10.1016/b978-0-7020-4088-7.00077-8

PubMed Abstract | CrossRef Full Text | Google Scholar

Gaspar, L., Scott, C., Rotman, M., Asbell, S., Phillips, T., Wasserman, T., et al. (1997). Recursive Partitioning Analysis (RPA) of Prognostic Factors in Three Radiation Therapy Oncology Group (RTOG) Brain Metastases Trials. Int. J. Radiat. Oncology*Biology*Physics 37 (4), 745–751. doi:10.1016/s0360-3016(96)00619-0

CrossRef Full Text | Google Scholar

Gercovich, F. G., Luna, M. A., and Gottlieb, J. A. (1975). Increased Incidence of Cerebral Metastases in Sarcoma Patients with Prolonged Survival from Chemotherapy. Report of Cases of Leiomysarcoma and Chondrosarcoma. Cancer 36 (5), 1843–1851. doi:10.1002/1097-0142(197511)36:5<1843::aid-cncr2820360541>3.0.co;2-v

PubMed Abstract | CrossRef Full Text | Google Scholar

Graham, P. H., Bucci, J., and Browne, L. (2010). Randomized Comparison of Whole Brain Radiotherapy, 20 Gy in Four Daily Fractions versus 40 Gy in 20 Twice-Daily Fractions, for Brain Metastases. Int. J. Radiat. Oncology*Biology*Physics 77 (3), 648–654. doi:10.1016/j.ijrobp.2009.05.032

CrossRef Full Text | Google Scholar

Hall, W., Djalilian, H., Nussbaum, E., and Cho, K. (2000). Long-Term Survival with Metastatic Cancer to the Brain. Med. Oncol. 17 (4), 279–286. doi:10.1007/bf02782192

PubMed Abstract | CrossRef Full Text | Google Scholar

Hendrickson, F. R. (1977). The Optimun Schedule for Palliative Radiotherapy for Metastatic Brain Cancer. Int. J. Radiat. Oncol. Biol. Phys. 2 (1-2), 165–168. doi:10.1016/0360-3016(77)90024-4

PubMed Abstract | CrossRef Full Text | Google Scholar

Hida, T., Nokihara, H., Kondo, M., Kim, Y. H., Azuma, K., Seto, T., et al. (2017). Alectinib versus Crizotinib in Patients with ALK Positive Non-Small-Cell Lung Cancer (J-ALEX): An Open-Label, Randomised Phase 3 Trial. The Lancet 390 (10089), 29–39. doi:10.1016/s0140-6736(17)30565-2

CrossRef Full Text | Google Scholar

Hindo, W. A., DeTrana, F. A., Lee, M.-S., and Hendrickson, F. R. (1970). Large Dose Increment Irradiation in Treatment of Cerebral Metastases. Cancer 26 (1), 138–141. doi:10.1002/1097-0142(197007)26:1<138::aid-cncr2820260117>3.0.co;2-5

PubMed Abstract | CrossRef Full Text | Google Scholar

Khandekar, M. J., Piotrowska, Z., Willers, H., and Sequist, L. V. (2018). Role of Epidermal Growth Factor Receptor (EGFR) Inhibitors and Radiation in the Management of Brain Metastases from EGFR Mutant Lung Cancers. Oncologist 23 (9), 1054–1062. doi:10.1634/theoncologist.2017-0557

PubMed Abstract | CrossRef Full Text | Google Scholar

Kozlowski, D., Semeshenko, V., and Molinari, A. (2021). Latent Dirichlet Allocation Model for World Trade Analysis. PloS One 16 (2), e0245393. doi:10.1371/journal.pone.0245393

PubMed Abstract | CrossRef Full Text | Google Scholar

Liu, L., Tang, L., Dong, W., Yao, S., and Zhou, W. (2016). An Overview of Topic Modeling and its Current Applications in Bioinformatics. SpringerPlus 5 (1), 1608. doi:10.1186/s40064-016-3252-8

PubMed Abstract | CrossRef Full Text | Google Scholar

Martínez, P., Mak, R. H., and Oxnard, G. R. (2017). Targeted Therapy as an Alternative to Whole-Brain Radiotherapy in EGFR-Mutant or ALK-Positive Non-Small-Cell Lung Cancer with Brain Metastases. JAMA Oncol. 3 (9), 1274–1275. doi:10.1001/jamaoncol.2017.1047

PubMed Abstract | CrossRef Full Text | Google Scholar

Min, K.-B., Song, S.-H., and Min, J.-Y. (2020). Topic Modeling of Social Networking Service Data on Occupational Accidents in Korea: Latent Dirichlet Allocation Analysis. J. Med. Internet Res. 22 (8), e19222. doi:10.2196/19222

PubMed Abstract | CrossRef Full Text | Google Scholar

Mintz, A. H., Kestle, J., Rathbone, M. P., Gaspar, L., Hugenholtz, H., Fisher, B., et al. (1996). A Randomized Trial to Assess the Efficacy of Surgery in Addition to Radiotherapy in Patients with a Single Cerebral Metastasis. Cancer 78 (7), 1470–1476. doi:10.1002/(sici)1097-0142(19961001)78:7<1470::aid-cncr14>3.0.co;2-x

PubMed Abstract | CrossRef Full Text | Google Scholar

Nayak, L., Lee, E. Q., and Wen, P. Y. (2012). Epidemiology of Brain Metastases. Curr. Oncol. Rep. 14 (1), 48–54. doi:10.1007/s11912-011-0203-y

PubMed Abstract | CrossRef Full Text | Google Scholar

Niranjan, A., Lunsford, L. D., and Ahluwalia, M. S. (2019). Targeted Therapies for Brain Metastases. Prog. Neurol. Surg. 34, 125–137. doi:10.1159/000493057

PubMed Abstract | CrossRef Full Text | Google Scholar

Ostrom, Q. T., Wright, C. H., and Barnholtz-Sloan, J. S. (2018). Brain Metastases: Epidemiology. Handb. Clin. Neurol. 149, 27–42. doi:10.1016/b978-0-12-811161-1.00002-5

PubMed Abstract | CrossRef Full Text | Google Scholar

Park, E. S., Kim, S. J., Kim, S. W., Yoon, S.-L., Leem, S.-H., Kim, S.-B., et al. (2011). Cross-Species Hybridization of Microarrays for Studying Tumor Transcriptome of Brain Metastasis. Proc. Natl. Acad. Sci. U.S.A. 108 (42), 17456–17461. doi:10.1073/pnas.1114210108

PubMed Abstract | CrossRef Full Text | Google Scholar

Peirce, C. B. (1964). The Efficacy of Radiation Therapy in the Treatment of Tumors of the Brain and Brain Stem. Clin. Neurosurg. 10, 195–211. doi:10.1093/neurosurgery/10.cn_suppl_1.195

PubMed Abstract | CrossRef Full Text | Google Scholar

Percy, A. K., Elveback, L. R., Okazaki, H., and Kurland, L. T. (1972). Neoplasms of the Central Nervous System: Epidemiologic Considerations. Neurology 22 (4), 40. doi:10.1212/WNL.22.1.40

PubMed Abstract | CrossRef Full Text | Google Scholar

Rosenfelder, N., and Brada, M. (2019). Integrated Treatment of Brain Metastases. Curr. Opin. Oncol. 31 (6), 501–507. doi:10.1097/cco.0000000000000573

PubMed Abstract | CrossRef Full Text | Google Scholar

Soffietti, R., Abacioglu, U., Baumert, B., Combs, S. E., Kinhult, S., Kros, J. M., et al. (2017). Diagnosis and Treatment of Brain Metastases from Solid Tumors: Guidelines from the European Association of Neuro-Oncology (EANO). Neuro Oncol. 19 (2), 162–174. doi:10.1093/neuonc/now241

PubMed Abstract | CrossRef Full Text | Google Scholar

Soffietti, R., Costanza, A., Laguzzi, E., Nobile, M., and Ruda, R. (2005). Radiotherapy and Chemotherapy of Brain Metastases. J. Neurooncol. 75 (1), 31–42. doi:10.1007/s11060-004-8096-3

PubMed Abstract | CrossRef Full Text | Google Scholar

Soliman, H., Das, S., Larson, D. A., and Sahgal, A. (2016). Stereotactic Radiosurgery (SRS) in the Modern Management of Patients with Brain Metastases. Oncotarget 7 (11), 12318–12330. doi:10.18632/oncotarget.7131

PubMed Abstract | CrossRef Full Text | Google Scholar

Soon, Y. Y., Tham, I. W. K., Lim, K. H., Koh, W. Y., and Lu, J. J. (2014). Surgery or Radiosurgery Plus Whole Brain Radiotherapy versus Surgery or Radiosurgery Alone for Brain Metastases. Cochrane Database Syst. Rev. 2016 (3), Cd009454. doi:10.1002/14651858.CD009454.pub2

PubMed Abstract | CrossRef Full Text | Google Scholar

Shirota Y., Hashimoto T., and Sakura, T. (Editors) (2014)“Extraction of the Financial Policy Topics by Latent Dirichlet Allocation,” TENCON 2014-2014 IEEE Region 10 Conference, 22-25 Oct. 2014, Bangkok, Thailand. (IEEE).

Google Scholar

Tabouret, E., Chinot, O., Metellus, P., Tallet, A., Viens, P., and Gonçalves, A. (2012). Recent Trends in Epidemiology of Brain Metastases: An Overview. Anticancer Res. 32 (11), 4655–4662.

PubMed Abstract | Google Scholar

Tsukada, Y., Fouad, A., Pickren, J. W., and Lane, W. W. (1983). Central Nervous System Metastasis from Breast Carcinoma Autopsy Study. Autopsy Study Cancer 52 (12), 2349–2354. doi:10.1002/1097-0142(19831215)52:12<2349::aid-cncr2820521231>3.0.co;2-b

PubMed Abstract | CrossRef Full Text | Google Scholar

Williams, M., Chen, J., Hart, M. G., Hunter, A., Hawkins, N., Si, S., et al. (2018). First-Line Treatments for People with Single or Multiple Brain Metastases. Cochrane Database Syst. Rev. 2018(12). CD013223. doi:10.1002/14651858.CD013223

CrossRef Full Text | Google Scholar

Zhao, N., Wilkerson, M. D., Shah, U., Yin, X., Wang, A., Hayward, M. C., et al. (2014). Alterations of LKB1 and KRAS and Risk of Brain Metastasis: Comprehensive Characterization by Mutation Analysis, Copy Number, and Gene Expression in Non-Small-Cell Lung Carcinoma. Lung Cancer 86 (2), 255–261. doi:10.1016/j.lungcan.2014.08.013

PubMed Abstract | CrossRef Full Text | Google Scholar

Zheng, M.-h., Sun, H.-t., Xu, J.-g., Yang, G., Huo, L.-m., Zhang, P., et al. (2016). Combining Whole-Brain Radiotherapy with Gefitinib/Erlotinib for Brain Metastases from Non-Small-Cell Lung Cancer: A Meta-Analysis. Biomed. Res. Int. 2016, 1–9. doi:10.1155/2016/5807346

PubMed Abstract | CrossRef Full Text | Google Scholar

Keywords: brain metastases, topic modelling, LDA, research trends, research topics

Citation: Chen J, Williams M, Huang Y and Si S (2022) Identifying Topics and Evolutionary Trends of Literature on Brain Metastases Using Latent Dirichlet Allocation. Front. Mol. Biosci. 9:858577. doi: 10.3389/fmolb.2022.858577

Received: 20 January 2022; Accepted: 01 April 2022;
Published: 02 June 2022.

Edited by:

Charles Hsu, Qatar University, Qatar

Reviewed by:

Peng Wang, Temple University, United States
Alexandra Menni, University General Hospital of Thessaloniki AHEPA, Greece
Ahmad Fathan Hidayatullah, Islamic University of Indonesia, Indonesia

Copyright © 2022 Chen, Williams, Huang and Si. This is an open-access article distributed under the terms of the Creative Commons Attribution License (CC BY). The use, distribution or reproduction in other forums is permitted, provided the original author(s) and the copyright owner(s) are credited and that the original publication in this journal is cited, in accordance with accepted academic practice. No use, distribution or reproduction is permitted which does not comply with these terms.

*Correspondence: Jiarong Chen, garwingchan@163.com; Shijing Si, shijing.si@outlook.com

Download