Skip to main content
PLOS One logoLink to PLOS One
. 2025 May 29;20(5):e0322791. doi: 10.1371/journal.pone.0322791

What are we learning with Yoga? Mapping the scientific literature on Yoga using a vector-text-mining approach

Rosangela Ieger-Raittz 1, Camilla Reginatto De Pierri 2,3, Camila Pereira Perico 2,4,5, Flavia de Fatima Costa 2,4,5, Elisa Garbin Bana 2,4,5, Leonardo Vicenzi 2,4,5, Diogo de Jesus Soares Machado 2,4,5, Jeroniza Nunes Marchaukoski 2,4,5, Roberto Tadeu Raittz 2,4,5,*
Editor: Kallol Kumar Bhattacharyya6
PMCID: PMC12121831  PMID: 40440353

Abstract

The techniques used in yoga have roots in traditions that precede modern science. Research shows that yoga enhances quality of life and well-being, positively impacting physical and mental health. As yoga gains acceptance in Western countries, scientific studies on the subject increase exponentially. However, many of these studies are considered inconsistent due to the diverse methodologies and focuses in the field, which creates challenges for researchers and hampers progress. This study aims to develop a comprehensive framework for existing literature on yoga, facilitating multidisciplinary collaboration and bringing new light to relevant aspects. Given the complexity of the subject, advanced modeling techniques are necessary. Contemporary artificial intelligence methods have advanced Bioinformatics, including text mining (TM), allowing us to employ vector representations of texts to derive semantic insights and organize literature effectively. Based on TM resources, we provided a better general understanding of yoga and highlighted the relationships between yoga practice and various domains, including biochemical parameters and neuroscience. It also reveals that practitioners can learn to engage with their bodies and environments actively, enhancing their quality of life. However, there is a lack of research exploring the mechanisms behind this learning and its potential for further enhancement. Vector TM has made it possible to bolster and improve human analysis. The set of resources developed allowed us to determine the mapping of the literature, the analysis of which revealed 4 dimensions (exercise, physiology, theory and therapeutic) divided into 9 cohesive groups, representing the trends in the literature. The resulting platforms are available to Yoga researchers to evaluate our findings and make their forays into the existing literature.

1. Introduction

Yoga practice (YP) has cultivated a profound cultural legacy, with its teachings spanning thousands of years [13]. However, merging traditional wisdom with scientific principles poses a significant challenge, particularly because many yoga experts are not associated with the academic community [4]. The scientific literature on yoga encompasses thousands of articles and numerous reviews. The benefits reported in this extensive body of work prompted further exploration of innovative applications, and the trend suggests that interest in this subject will continue to expand.

Research on yoga covers a wide range of fields, from biochemistry and physiology to psychiatry and the social sciences, for instance. In contrast, a lack of consensus on general guidelines for multidisciplinary approaches hinders the advancement of scientific knowledge, as research findings are often under-analyzed due to difficulties in linking disparate results [4]. The heterogeneity of experimental designs and the absence of a standardized approach to Yoga diminishes confidence in the outcomes, as comparable results are difficult to achieve. To overcome this challenge, the term Yoga-Based Practice should be adopted in generic research [5], to unify various studies across different yoga styles.

Recent studies offer in-depth discussions on the relevance of YP to various clinical conditions, including its mechanisms of action and therapeutic effects [6,7]. In this setting, we identified research centered on the construction, discussion, and reformulation of frameworks aimed at integrating these insights [8,9]. Many of these models strive to connect traditional approaches with scientific arguments [10]. Other strategies target specific technical aspects of a particular area of knowledge [11,12]. Collectively, these theoretical studies serve as a valuable resource for understanding Yoga as a research subject.

Emerging technologies in information, particularly Artificial Intelligence and Data Science, can effectively illuminate and help to interpret data, revealing hidden meanings and intricate relationships between concepts [13,14]. Despite their potential, our research indicates a notable lack of studies applying Data Science to the analysis of yoga literature. We identified only one study focused on future research trends in yoga, alongside some recent works exploring connections to the nervous system [2]. Moreover, other investigations have utilized advanced language models like Bidirecional Encoder Representations from Transformers (BERT) to provide topic modeling on key texts such as the Upanishads and the Bhagavad Gita [15]. Furthermore, text mining (TM) techniques, particularly those using vector representation, have shown significant promise in representing textual documents [1618]. This method involves representing text-associated vectors as points in a multi-dimensional space, allowing for direct comparisons between documents through geometric distance measures [19].

This study presents a novel text-mining environment that employs vector representation approaches to analyze Yoga literature. Through TM technology, we synthesized existing literature to uncover consistent structural elements and relationships among various aspects discussed in the articles. Our investigation aims to address several fundamental questions: 1) Does Yoga possess a robust scientific foundation? 2) Can the effects of Yoga practice be generalized to other fields, particularly health? 3) Are there underexplored topics within Yoga practice that warrant deeper analysis? 4) How can researchers contextualize themselves within yoga literature and its subfields? Our analysis reveals that a clear articulation of the literature offers valuable insights into the potential benefits of yoga practice (YP) and the profiles of its practitioners. Additionally, we examined the potential evolution of theoretical frameworks to instrumentalize yoga researchers, notably by incorporating learning measures as key outcomes of yoga practice.

1.1. Definitions and technical details

The vector representation of texts has already been used in the literature [15] and has proved advantageous in allowing various subsequent analyses, including machine learning methods. To vectorize documents, we propose using a technique that vectorizes biological sequences (for example, DNA sequences) into numerical vectors, the SWeeP tool (see section 1.1.1). Using a “trick,” we can convert texts into biological sequences, done by the Biotext tool (see section 1.1.2), and then vectorize them with SWeeP. We can apply analysis and visualization methods from the numerical vectors representing these texts to evaluate the relationship between these documents through their content and between the present terms. The terms contained in the documents can be considered individually or using composition logical expressions (LOGEXP) (section 1.1.3.1). We used the phylogenetic tree to visualize the relationships between the terms and LOGEXP (section 1.1.3.2). Clustering (section 1.1.3.3) groups the vectors (documents or terms) based on their content. The Principal Component Analysis (PCA) allows easy visualization of the vector data distribution by highlighting its most relevant components. T-distributed Stochastic Neighbor Embedding (tSNE) is a non-linear method that allows the visualization of the complexity of vectors in two dimensions.

1.1.1. Spaced words projection - SWeeP.

The SWeeP method was initially developed to represent large datasets of biological sequences, such as genomes and proteomes, in compact vectors [20]. The technique uses spaced-words to index subsequences, creating a high-dimensional vector that is then projected onto a reduced-dimensional by a random orthonormal basis. This process allows efficient sequence comparison, even on a large scale, as demonstrated by constructing phylogenetic trees of mitochondria, bacterial genomes, and viruses [2022]. The main advantage of SWeeP lies in its superior speed compared to traditional sequence alignment methods and other alignment-free techniques, without compromising the quality of the analysis. Furthermore, vector representation facilitates the application of machine learning and principal component analysis techniques for knowledge discovery in biological data [20].

1.1.2. Biotext.

BIOTEXT is a software package that allows the application of bioinformatics tools for text mining. The central idea is to convert texts into biological sequence format (BSF) using two main functions: AMINOcode, which replaces text characters with letters representing amino acids, and DNAbits, which converts text characters into DNA sequences. The study demonstrates some applications of BIOTEXT in analyzing texts and highlights its efficiency in handling a large volume of data. Also presented is the ability to perform text mining tasks such as information retrieval (IR), named entity recognition (NER), and information extraction (IE) [23].

1.1.3. Technical details.

1.1.3.1. Logical expressions: Logical expressions (LOGEXP) are widely used in mathematics, computing, and natural language. LOGEXPs are made up of logical operators and allow textual sentences to be evaluated for the presence of specific textual patterns. In this study, these operators are essential tools for filtering texts by their content in the search for particular patterns (LOGEXP). There are several logical operators, but the three main types are ‘AND,’ ‘OR’ and ‘NOT.’ To illustrate these operators, consider the text below:

“yoga as a therapeutic intervention for adults with acute and chronic health conditions. Objectives: overview of the quality, direction, and characteristics of yoga interventions for the treatment of acute and chronic health conditions in adult populations.[...]”

  • (1)

    conjunction (AND): represented by ‘&’, returns true only if both propositions are positive.

  • -

    yoga AND health: TRUE (the text contains both terms)

  • -

    yoga AND injury: FALSE (contains only ‘yoga’ term)

  • (2)

    disjunction (OR): represented by ‘|’, returns true if one or both sentences return positive.

  • -

    injury OR chronic: TRUE (the text contains the ‘chronic’ term)

  • -

    treatment OR chronic: TRUE (contains both terms)

  • -

    injury OR cold: FALSE (contains none of the terms)

  • (3)

    negation (NOT): represented by ‘~’, returns true if the sentence returns negative.

  • -

    NOT injury: TRUE (does not contain ‘injury’)

  • -

    NOT yoga: FALSE (the text contains the ‘yoga’ term)

We can also combine logic operations: ‘{}’ are used to separate each operation.

  • -

    {chronic OR acute} AND conditions: TRUE (contains both, “chronic & conditions” and “acute & conditions”)

1.1.3.2. HyperText Markup Language: HyperText Markup Language (HTML) is a markup language widely used to define the structure and content of web pages. It is a structured language based on tags, possibly including text, images, audio, and video, and easy navigation through hyperlinks [24]. HTML can be used as a visualization tool for accessing and navigating text mining results due to its practicality and interactivity.

1.1.3.3. Phylogenetic Trees and Clustering: Dendrograms are diagrammatic constructions that make finding relationships between study objects possible. In hierarchical clustering, the dendrogram represents the correspondence between the clusters obtained. In phylogenetic analysis, dendrograms are phylogenetic trees representing the evolutionary relationships between organisms with common ancestry. This representation comprises nodes (links between the branches) and branches (lines), as in the diagram of Fig 1. Closer branches are more closely related than distant ones.

Fig 1. A simple representation of a phylogenetic tree.

Fig 1

Each letter (A-E) represents a leaf, while the lines depict branches. The points where branches meet are called nodes, and the most basal node in the tree is referred to as the root.

This representation is widely used in biology and bioinformatics, and various algorithms for constructing trees have been developed, such as Unweighted Pair Group Method using Arithmetic averages (UPGMA) [25] and Neighbour Joining (NJ) [26]. When applied to natural language, the relationship between the terms in is represented by the proximity of the branches. In this way, the tree reflects the grouping of points (terms) and reveals their relationships.

Clustering methods aim to group data by similarity. Various techniques have been developed (partitioning, hierarchical, etc.) with variations in the clustering criteria applicable to multiple disciplines. Hierarchical clustering aims to hierarchize data to obtain a dendrogram-type relationship [27].

2. Methodology

2.1. Database

We focused on articles with the YOGA theme available in the PubMed database. Articles were selected if they included the word “YOGA” in the title or abstract and were published between January 1, 1970, and June 3, 2022, totaling 6,905 articles containing the following fields: PMID (PubMed identifier), Title, Abstract, Authors, and Data. Exclusion criteria included articles with empty title or abstract fields, titles plus abstracts containing fewer than 300 characters, and articles with duplicate titles. After these filtering steps, we obtained a set of 5,782 articles (called TextDocAll) that include the word “YOGA” in the title or abstract. This preliminary set provided us with an initial overview of the literature. It allowed us to verify that articles with the term “YOGA” only in the abstract do not have yoga as their primary object of study and, therefore, were discarded. As a final filtering stage, only articles with “YOGA” in the title were selected, making up the TextDoc set of 2,929 articles.

A text document consists of characters concatenated with a title and its respective abstract. We will refer to the corpus in the complete TM environment as TextDocAll and in the specific analysis TextDoc. Additionally, metadata related to each document was preserved for complementary access. A schematic diagram of the methodology is illustrated in Fig 2.

Fig 2. Schematic of the methodology.

Fig 2

The first stage consisted of surveying the literature on PubMed. Only texts with ‘YOGA’ in the title were filtered for the subsequent stages. The texts (title and abstract) were processed, and a vector representing each word, document, and logical expression was obtained. This representation permitted phylogenies, clustering, visualizations, the HTML-Text Mining (HTML-TM), and subsequent analyses.

2.2. Documents and words vectors

To create the vector systems, we employed a strategy for semantic analysis that entailed transforming TextDoc into a biological information format, thereby enabling the exploitation of Bioinformatics tools. First, we constructed base vectors (Wbase). The projection length for SWeeP vectors was set to 1,369, the same as that used to vectorize whole genome sequences [21].

The word embedding adopted defines vectors representing a specific word (Wwrd) as a mean of the Wbase of TextDoc containing such a word (Eq 1).

Wwrdi=mean(Wbasej), j are documents containing Wordi (1)

The final vectors representing the TextDoc documents (Wtxt) in the corpus are the average of Wwrd for the words contained in each document (Eq 2).

Wtxtk=mean(Wwrdq), q are words contained in Wtxtk (2)

In the proposed model, words and documents are dots in the same vector space where any word is comparable to another word or document (and vice versa) through vector distance metrics. We chose a subset of words (WRD) to compose the relevant words list, considering the relative frequency of the words in the YOGA PubMed search to the Kaggle frequency [28]. The vectors (Wbase, Wwrd, Wtxt, and Wlog – Tables S1, S2, S3, and S4, respectively) and correspondent lists of words (WRD – Table S5), texts (TextDoc – Table S6) and logical expressions (Nlog – Table S7) are available in the repository Zenodo (https://doi.org/10.5281/zenodo.14763946).

2.3. Semantic search using vectors

Through vector distance comparison, this structure permits determining which words are closest to a given query (other words, papers, or LOGEXP) in texts or word databases. In these articles, an uppercase word, or a list of words (or text codes) separated by a hyphen, represents a query for a semantic search whose corresponding vector is calculated by the average of vectors to be searched.

For instance, NEUROLOGICAL-BRAIN-CORTEX is a query WQ – to be searched in Wwrd0, Wwrd, or Wtxt (Eq 3).

WQ = (Wwrs(NEUROLOGICAL+Wwrd(BRAIN) +Wwrd(CORTEX))/3 (3)

For some tasks, we used a smaller set of PCA (principal component analysis) components (50-100-300) instead of the whole vector when more generalization was needed.

2.4. String searches and logic expressions

We define logic expressions (LOGEXP) for this study to represent the examples involved with string searches. Operators utilized are: ‘(’, ‘)’ (segmentation), ‘|’ (or), ‘&’ (and), ‘~’ (not), and ‘_’ (a space is necessary). The parameters are substrings that may occur in a TextDoc or a Document Title. In some dendrograms (phylogenetic trees) in complementary material, the parenthesis may appear replaced by braces due to the visualization tool’s restriction. For instance, a vector representing the meaning of documents containing the substrings ‘ CARDI’ (‘CARDI’ with space before) and ‘VASCUL’ is defined by (‘_CARDI & VASCUL’). In the example, the substring ‘ CARDI’ must be preceded by a space to validate this match.

2.5. HTML with Text Mining for YOGA

For every word in the set of top related words WRD (n = 2,878), we searched and saved the nearest 30 correlated terms from the complete list of words (n = 20,052) and 30 nearest documents from the list of documents TextDoc (n = 2,929). We also calculated an index of the year usage for each word.

We create two HTML-TM (Hyper Text Markup Language with Text Mining) files that allow users to exploit the text mining results on Yoga literature without deep programming or AI skills. The first is a file containing a short list of the seven best hits for each word in WRD, a phylogenetic tree of the 30 top related terms, and the list of 30 closest papers in TextDoc (WORDS.html) to represent the word’s relationships. The second HTML-TM file (TEXTS.html) allows users to search for similar articles. The paper coding numbers in both files are consistent, facilitating quick navigation of the literature contents, accessible at the site https://aibialab.github.io/HTMLTM_Yoga.

2.6. Data Visualization and Programming

We constructed all Hierarchical clusters with the Neighbor-Joining method [26] for phylogenetic trees. The tools Dendroscope [29] and ITOL [30] are used for tree visualization and presentation. The Euclidean distance is the metric used for distance calculation in the LOGEXP tree; Lk-norm (k = 0.3) for trees in HTML-TM [19]. t-SNE [31] dimension reduction was applied for the 2-dimension visualization of vectors in examples.

Regarding programming, the entire TM approach was developed in-house and adapted for this study. The supporting tasks were programmed mainly in MATLAB [32], including constructing the HTML-TM files. The code developed for text processing and HTML construction, along with the rest of the supplementary material, is available on the Zenodo platform (file S11).

3. Results

3.1. Data analysis

The final files after the analysis had the following results: words (n = 2,878), texts (n = 2,929), LOGEXP (n = 113), available in supplementary files ‘WRD’, ‘TEXT’ and ‘LOGEXP’ (S5, S6, and S7 Tables, respectively). The phylogenetic tree with all words in the WRD set is available in the supplementary (S8 Fig). Studying this diagram, we performed our initial analysis and got acquainted with terms relations and their global disposition. These previous interactions oriented us for the first exploratory incursion into Yoga literature. We covered all the review articles available (n = 306) to define a prospecting list of LOGEXP (n = 113) (S10 Fig). Despite directly clustering the articles, we chose this strategy to derive a more meaningful structure for a multidisciplinary Yoga researcher. We built a vector from each resulting LOGEXP according to the same role used to embed the words, allowing us to exploit them in semantic searches. The phylogenetic tree rooted in the term ‘YOGA’ of the LOGEXP is in Fig 3. For the name of the leaves, we appended to the LOGEXP text the numbers of hits it brought from TextDoc and TextTitle (title for each abstract in TextDoc), respectively. The union of all searches with LOGEXP recovers 99.86% of the documents and 90.58% of the titles.

Fig 3. Mapping of Yoga literature with all 113 logical expressions (LOGEXP) studied.

Fig 3

The phylogenetic tree presents the relationship of the 113 LOGEXP and divides the findings into nine groups with related topics. The tree characterizes the field of yoga as a reflection of the literature. Each branch presents a LOGEXP and its identification number. It also indicates the number of studies/documents (nDcs) and the number of titles (nTit) hit by the logical expression. Group II.BRAIN-RESPIRATORY-HEART is subdivided into four groups: A. Respiratory, B. Metabolic and Cardiovascular, C. Biomarkers, D. Neurological.

We employed a proprietary TM toolset to adapt resources to our purposes and tune vector configurations freely. The application of AI generated resources that supported human interpretation of the yoga literature, uncovering the structures already present in it. The interactive human-model relationship shaped these structures, and the role of each developed resource is detailed in Table S12, presented in order of execution. Fig 3 shows an intuitive example of comparing three searches by related words in the context of all words (WRD0). We explored the “semantic power” proposed by vector representation to create a structured synthesis mapping of the literature based on the LOGEXP. The results derive mainly from the

studies with ‘Yoga’ in the title since the other studies did not focus on the practice of

yoga. We also projected a no-cost way to make these resources available to Yoga researchers in HTML-TM preprocessed files. The HTML structure made navigating and exploring the literature easier, allowing us to investigate the associations initially raised with the phylogenetic trees. This foray into the literature resulted in the literature mapping described in detail in the subsequent sections.

The HTML-TM environment will allow users to access this paper’s results and perform semantic searches in the knowledge base. Phylogenetic trees, vectors, and corresponding generating data are available and described in more detail in the Supplement. A tutorial for using HTML-TM is also provided to make it easier for the researcher to consult the content. A reader interested in vector representation or word embedding can find vectors in supplementary tables (Tables S1, S2, S3, and S4).

3.2. Literature mapping based on LOGEXP

Each LOGEXP, like for words, is associated with a vector that can be searched or compared, making it possible to cluster corresponding vectors (Fig 3). The tree’s root is the term YOGA, which is the most representative and occurs in all the documents. It determines that the first branches are the most generic, while the branches towards the end are more specific. As the LOGEXP set was chosen to represent all the literature, we used the diagram to understand the distribution of the articles in the more representative subjects. We identified nine cohesive topics and enumerated them (I-IX), attributing a name based on some LOGEXP within each topic. These topics form hierarchically related groups, which we interpreted as the four principal dimensions of the yoga literature organization. From the general to the specific, we propose the following dimensions: Yoga as a physical and mental exercise (I); Yoga affects the body and physiology (II); Psychosocial effects and theory of Yoga (III-VI); and The therapeutic contribution of Yoga (VII-IX) described in Table 1. It is important to note that neither the nine groups nor the four dimensions are necessarily mutually exclusive. Instead, they are interrelated and can be viewed as characteristics of the literature rather than distinct groups of articles. Fig 4 helps to visualise the overlap between the groups detailed in Table 1. However, our objective is to analyze these topics by examining the most relevant results (articles) for semantic search in an organized manner based on the distance from the vector to the centroid of each topic. This approach aims to connect the actual content of the papers and complement them with other investigations into the remaining literature when necessary.

Table 1. Summary of results generated by mapping based on logical expressions (LOGEXP).

Dimensions Topic (Groups) Subgroups Description nLOGEXP nDcs nTit Unq Cov
Yoga as a physical and mental exercise I - Exercise Approaches yoga as a combination of physical exercise and meditative practices, and it has physical, emotional, and neurological benefits. It has positive effects particularly on the elderly, the obese, and those with chronic illnesses. 5 4,087 904 2,251 0.77
Yoga affects the body and physiology II - Brain/ Respiratory/ Heart* A. Respiratory Breathing techniques used in meditation and relaxation have an effect on the regulation of the autonomic nervous system (ANS) and cardiovascular system. Yoga Practice (YP) plays a role in improving lung function and reducing symptoms related to asthma and other conditions. 6 989 215 776 0.26
B. Metabolic and Cardiovascular Benefits in controlling risk factors for heart disease, hypertension, obesity and diabetes. Effects of YP on HRV, the balance between sympathetic and parasympathetic activity, improved haemodynamic function and cardiovascular adaptation. 16 1,603 505 768 0.26
C. Biomarkers Various biomarkers assess the physical and biochemical effects. YP has effects on the reduction of inflammatory markers, improvements in the regulation of the immune system and indications of a positive influence on cellular aging, oxidative stress and neuroplasticity. 8 551 122 368 0.13
D. Neurological Yoga is associated with changes in brain activity. The literature suggests that the practice regulates the ANS, reducing stress and impacting cognitive functions. 6 1,606 356 1,019 0.35
Psychosocial effects and theory of Yoga III - Work ability/ school Impacts of Yoga and Mindfulness in educational and professional contexts. Evaluation of the benefits of YP on stress, anxiety, depression, self-esteem, academic performance, socialisation and self-regulation and self-perception skills. YP helps with emotional regulation in students and communication in children on the autistic spectrum. 7 964 376 784 0.27
IV - Traditions theory It addresses the scientific, philosophical and socio-economic aspects of yoga. It explores the practice in social contexts, work environments and interpersonal relationships. Yoga is described by three fundamental components: ‘POSTURES’, ‘ATTENTION’ and ‘RESPIRATION’. 8 716 97 563 0.19
V - Psychiatric disorder Eat/ Substance Yoga as a complementary therapy for psychiatric disorders, including eating disorders and addictions. Studies indicate a correlation between yoga and psychiatric biomarkers, suggesting new therapeutic applications and the potential to integrate yoga into psychiatric treatment. 6 1,236 347 929 0.32
VI - Stress/ Anxiety/ Depression Yoga acts as a therapeutic complement in psychology for mood disorders, stress and trauma. YP’s relationship with cortisol reduction and improvements in stress management and mood disorders. Mindfulness as a state of mind and as an associated technique. 14 8,115 1,632 2,568 0.88
The therapeutic contribution of Yoga VII - Joints YP improves mobility, balance (static and dynamic) and gait, with applications in neuromuscular rehabilitation and injury recovery.
Studies have shown benefits for osteoarthritis, diabetic peripheral neuropathy and spinal cord injuries.
12 1,201 226 802 0.27
VIII - Feasibility safe Studies focus on patients with cancer, chronic pain and other clinical conditions, and analyse the safety, adherence and effectiveness of yoga as a complementary therapy. Yoga can improve sleep quality, mood, stress, fatigue and physical and social functionality. Studies 12 3,827 1,226 1,821 0.62
IX - Diseases Yoga helps in the safe and alternative rehabilitation of neurological (stroke, Parkinson’s, multiple sclerosis) and cardiovascular diseases. Benefits include improved cognition, mood, heart health, balance and pain reduction in osteoarthritis, fibromyalgia and migraine. Yoga can help treat IBS, dysmenorrhoea and post-menopausal osteoporosis. 13 1,083 479 841 0.29

Note: nTit: Number of Titles; nDcs: Number of Document hits recalled by the LOGEXP whole set in a dimension; nLOGEXP: Number of LOGEXP in the topics. Unq: unique: number of different articles per group; Cov: Coverage: number of uniques in the group divided by the total number of articles * For group II as a whole we have: nLOGEXP: 35, nDcs: 4,289, nTits: 988, Unq.:1,824, Cov.: 0.62.

Fig 4. The circles correspond to the groups in Table 1. We vectorized each group by the mean of logical expressions (LOGEXP) vectors inside it.

Fig 4

To define the centers of the circles, a t-SNE dimension reduction is applied, and the area is the total of different papers accessed by the corresponding group. The observed overlapping is illustrative and represents possible interconnections between them.

3.2.1. Yoga as a physical and mental exercise.

This dimension, characterised by the group I - Exercise, comprises five distinct LOGEXP, totalling 4,087 article hits and 904 title hits (Table 1) – note that the articles and titles present in a dimension may also be present in other dimensions, so the total number of hits can exceed the total of documents. The LOGEXP with the highest number of articles is “IMPROVE” (LOGEXP 88), while the LOGEXP with the highest number of titles is “{WOMEN | _FEMAL} & {~CANCER}” (LOGEXP 64, Fig 3). Yoga is considered a light to moderate impact physical activity. Due to its characteristics, it facilitates a mindful approach, so it is regarded as a safe form of exercise and rehabilitation for the body systems. Furthermore, it is viewed as a practice that promotes physical, emotional, and neurological benefits, enhancing well-being and quality of life.

This literature reveals that yoga has been shown to promote health outcomes compared to other physical activities or no physical activity over time. Studies frequently involve people to improve their bodily functions. These studies include older adults, obese individuals, and individuals recovering from surgeries, traumas, and non-communicable diseases. Most participants in studies related to gender are female. Significant improvements have been observed in healthy older people’s quality of life and physical measures [35]. Several systematic studies have compared YP to conventional physical exercise; for instance, [33] conducted a comparative analysis of yoga practice and aerobic exercise to reduce anxiety symptoms. The findings indicated that yoga practice was more effective in this regard.

In another example, YP is recognized as improving symptoms and positive physiological effects in adults with rheumatic diseases. Yoga physical exercises have also improved functionality, pain, and quality of life in children with rheumatic diseases – Enthesitis-Related Arthritis (ERA) [34].

3.2.2. Yoga affects the body and physiology.

The second dimension in this literature, characterised by the group II - Brain/Respiratory/Heart, comprises four strongly connected subgroups (A. Respiratory, B. Metabolic and Cardiovascular, C. Biomarkers, and D. Neurological), distributed into thirty-five LOGEXPs, with 4,749 articles and 988 title matches. The LOGEXP with the most significant number of articles is “BODY” (LOGEXP 73), followed by “CARDI | HEART” (LOGEXP 43), and “HYPERTENS | BLOOD | ARTERIAL & PRESSURE” (LOGEXP 75). The LOGEXP with the most significant number of titles is “CARDI | HEART” (LOGEXP 43), followed by “DIABET” (LOGEXP 84). The following aspects are correlated under the hierarchical structure depicted in Fig 3: Subgroups A and D are associated with respiratory and neurological processes. In contrast, subgroups B are linked to metabolic and cardiovascular functions. Subgroup C is concerned with biomarkers. The subsequent sections will present it in detail.

The subgroups Respiratory (A) and Neurological (D), which pertain to respiration and the nervous system, respectively, are hierarchically more basal blocks and are widely connected to the YP in dimension I (Yoga as a physical and mental exercise) compared to other body aspects, suggesting the need for component “attention” to explain yoga integration, its derivative benefits, and the close relation of respiration as a mediator between practice and body. The use of breathing techniques to achieve meditation or relaxation is a common theme throughout the literature on yoga. The same techniques utilized for meditation in traditional YP effectively promote relaxation and enhance attention focus [36,37]. Self-perception, or awareness, represents the practitioner’s active posture during exercises and links YP and nervous system functioning. The concept of awareness understood as ‘being present’, is also employed to enhance the capacity to sustain attention [5,9].

Subgroup D (Neurological) focuses on articles that address YP’s neurological and brain-related aspects. Some reports present results of electroencephalography (EEG) and neuroimaging studies targeting the brain in the context of YP [36,37]. Others interpret, from a neuroscience point of view, the principles that may support the benefits the YP entails [5,9]. Moreover, other studies have examined biochemical markers in stress patients to elucidate the relationship between YP and the regulation of sympathetic and parasympathetic activities [38]. Recently, this theme has strongly emerged, and the volume of evidence points to this hypothesis as a key to understanding this group, with implications for all others. The literature indicates that an increase in parasympathetic activity and a decrease in sympathetic activity are associated with reduced stress levels [39] and improved cardiovascular function [40]. These, in turn, are related to many diseases, including diabetes (LOGEXP43 and 84, which correspond to “CARDI | HEART” and “DIABET”, respectively), which also appear in this group. The autonomic nervous system (ANS) regulation is typically measured through Heart Rate Variability (HRV), a metric that deserves attention. The predominance of the High-Frequency component (HRV-HF) is indicative of heightened parasympathetic activity. Some studies employ HRV measures to compare experienced practitioners’ outcomes with beginners or non-practitioners [39,41,42].

About subgroup A (Respiratory), the search conducted using the LOGEXPs”ASTHMA“ and ”PULMON | PNEUM“, which yielded LOGEXP 81 and 32, has been retained in the context of breath (LOGEXP 81 - ”ASTHMA“) in the diagram presented in Fig 3. The regulation of ANS and the cardiovascular system is also affected by breath control learned by yoga practitioners [43,44]. Many articles on the cardiovascular system address cardiovascular diseases and their risk factors [4547]. Moreover, risk factors are frequently the focus of studies examining hypertension, diet, and overweight. Other studies examine the regulation of the cardiovascular system by investigating its interactions with the parasympathetic system [43,48,49] (Fig 5).

Fig 5. Dimensional Scatterplot Visualization of Word Proximity.

Fig 5

It is possible to obtain the closest words or studies within the same vector space from a vectorized word. From the word ‘PARASYMPATHETIC’ as an example, we can receive: A. phylogenetic tree associating the word with the 40 closest words according to Yoga literature and B. list of the closest papers to the word. Note that the tree shows words related to the subject, such as ‘NERVOUS’, ‘AUTONOMIC’, and physiological characteristics modulated by the PARASYMPATHETIC system, such as ‘HEART’, ‘RATE’, ‘CARDIAC’, ‘PRESSURE’, ‘HEMODYNAMIC’, related to the cardiovascular system, and ‘RESPIRATORY’. Similarly, the listed papers present the cardio-respiratory and autonomic nervous systems as the central subject of the study. The references for articles are: [39,41,43,48,49,6276].

Subgroup B (Metabolic and Cardiovascular) is strongly associated with metabolic and cardiovascular aspects. The autonomic nervous system is represented in the subgroup by the LOGEXPs “PATHETIC”, “AUTONOMIC” and “VAGAL” (LOGEXP 98, 99, and 100, respectively - Fig 3 and 5). A comprehensive understanding of the ANS and its relationships in dimension II is essential for thoroughly examining the yoga-related literature. Notwithstanding, the LOGEXP ‘HEMODYNAM’ (LOGEXP 77) encompasses only 18 documents. Nevertheless, the Data Mining Model demonstrated the capacity to infer implicit relations, as evidenced by the association of yoga with hemodynamic adaptations and parasympathetic activities [43], as well as the other LOGEXPs within subgroup B (Fig 3).

Notably, several articles have highlighted additional beneficial effects of YP [5052], although the necessity for further research is frequently emphasized. In this context, the literature reveals connections between Diabetes, Metabolic Syndrome, and even between these and Hypothyroidism. For example, the LOGEXP ‘DIABET’ (LOGEXP 84) yielded 154 articles on the relationship between yoga and diabetes. Of these, the LOGEXP ‘DIABET’ was present in the title of 104 articles. In addition to highlighting the advantages of yoga for individuals with diabetes, the literature, particularly of group II, offers perspectives on the physiological aspects of YP.

The subgroup C, represented by Biomarkers, comprises studies that present measurable markers to assess the effect of yoga (physical, biochemical, and genetic), demonstrating that YP acts on the various body systems, including the regulation of the immune system [1]. The studies revealed a pattern for regulating pro-inflammatory markers associated with YP, as evidenced by a reduction in IL-1beta, IL-6, and TNF-alpha (pro-inflammatory cytokines). Furthermore, the beneficial impact on hypertension may not be immediate, suggesting a sustained effect that the practice dosage may influence.

In this study, the LOGEXPs ‘INFLAMM’ and ‘IMMUN’ (LOGEXP 95 and 36) are employed to observe the effects on the sympathetic nervous system on immune-related parameters described. More recent studies, as outlined in this literature, corroborate the anti-inflammatory properties of YP and identify additional markers [53,54]. Other studies have investigated YP’s potential to influence cellular aging reduction [55,56] positively. In these studies, telomerase and chromosome length have been proposed as indicative measures. Additionally, studies have examined the potential of YP to reduce oxidative stress-related makers [55,57,58]. Other markers that are positively correlated with YP include the neuroplasticity marker Brain-Derived Neurotrophic Factor (BDNF) [5961] and Gamma-Aminobutyric-Acid (GABA), which is present at low levels in patients with severe depression.

In this context, we presented a selection of markers whose relationship with yoga practice has been significantly established, representing just a tiny sample of the many such markers that have been identified. Table 2, adapted from Varambally and co-authors (2019) [3], lists additional features. Upon analysis of the results, it became evident that many of these markers exhibited a correlation, which suggests the potential for a standard to be applied to evaluate generalized YP results. However, this proposition requires further investigation through dedicated studies. Unfortunately, there is currently no precise association in the literature between each physiological effect and the various styles of yoga, given that the practice is treated generically in the analyses.

Table 2. Mapped relations between Yoga Practice (YP) and positive neurobiological effects.
Biomarkers Effect Expected Observable Effects
Neurotransmitters ↑GABA, ↑ Oxytocin, ↕Dopamine, ↑ β-endorphins, ↑ Acetylcholine, ↓ Catecholamines Modulation of Psychopathology ↓ depression, ↓ anxiety, mood improvement, ↑ well- being
Inflammation and Oxidative stress
Neurotrophic factors
↑NF-kβ, ↑ IRF, ↓ IL-6, ↓ TNF-α, ↑ Adiponectin, ↑ SOD, ↑ Catalase, ↓ PLA2, ↓ Lipid Peroxidation, ↓ Protein oxidation
↑BDNF, ↑ Telomere length, Telomerase activity
↑Neuroprotection†
↑Neuroplasticity†
HPA axis ↓Cortisol Modulation of ANS ↓ anxiety

† Both promote ↑Cortical thickness and ↑Hippocampal volume.

↑ - indicates increased expression;

↓ - indicates a reduction in expression;

↕ - indicates variation in expression.

The table shows important markers that integrate with the other studies surveyed. Yoga is effective in therapy for psychiatric disorders. Adapted from [3].

3.2.3. Psychosocial effects and theory of Yoga.

The third dimension encompasses the psychosocial effects and theory of Yoga, which correspond to the groups: Work Ability – School (III), Traditions theory (IV), Psychiatric disorder Eat - Substance (V), and Stress - Anxiety - Depression (VI) (Fig 3). Among these groups, the VI (Stress, Anxiety and Depression) contains the most significant number of LOGEXP, as well as the largest number of documents (nDcs and nTit).

The studies related to Work Ability – School (III) address specific social contexts, such as school and work environments, where implementing yoga (and Mindfulness)-based programs is evaluated. In the majority of cases, the results are obtained through qualitative testing. Such studies frequently involve groups of students at various levels [7780] and teachers [81,82]. The objective is to ascertain whether YP can derive benefits concerning stress, anxiety, depression, resilience, self-esteem, compassion, social relationships, academic performance, mindfulness, flexibility, communication, empowerment, physical fitness, and self-regulation skills in a variety of forms (emotional, relaxation, mindfulness, and aggression). For instance, yoga has been demonstrated to assist in regulating emotions in students [80,83]. It has been shown to enhance the capacity of children on the autism spectrum to communicate their feelings [84,85]. Another example of the application of Yoga in an academic environment is its integration into anatomy teaching, wherein students utilize self-perception as a reference point for learning [8688].

Similarly, there are studies in other settings, including pregnancy groups, healthcare facilities, and vulnerable communities. In addition to assessing the direct benefits to practitioners, the feasibility and adherence to the programs are also evaluated [8991]. It is also noteworthy that the beneficial effects of yoga practice persist even after the practice is discontinued [92,93].

Group IV articles (Traditional Theory) establish theoretical links between yoga and science or philosophy, including yoga theory. Such approaches include traditional YP knowledge, relationships with contemporary science, frameworks describing YP, and socio-economic aspects of yoga. The concepts of self-image and embodiment are prominent in theoretical yoga studies in psychology. Some examples include studies related to obesity [8,11,93,94]. However, our analysis found elements of embodied cognition theory that can support elaborating new frameworks and strategies for designing studies on Yoga. These studies range from analyzing the social contexts of practitioners [94,95] to the relevance of the benefits of self-care based on yoga techniques to accessibility [96], including yoga in work settings and interpersonal relationships [97,98], and the ethical aspects present in the traditional principles of yoga [99].

The theoretical studies of yoga in neuroscience also represent this group. The recent emergence of studies aims to elucidate the mechanisms underlying the benefits of yoga practice. Studies relate YP with the Polyvagal Theory [9] and address the relevance of the association between yoga practice and the regulation of the autonomous nervous system, which occurs mainly by improving the tone of the Parasympathetic Nervous System [5]. The scientific studies that seek to substantiate the principles of YP are relevant in the current scenario, where the literature derives from different contexts and diverse approaches, which are essential to a better understanding and exploration of yoga techniques.

Nevertheless, new contributions with a multidisciplinary scope can integrate knowledge from the field of yoga. Schmalzl and co-workers (2015) propose three components when describing yoga practice: ‘POSES’, ‘ATTENTION’, and ‘BREATHING’ [5]. These three active forms of involvement, as evidenced in the literature, are integral to the efficacy of yoga practice. However, when these elements work together, they can yield enduring benefits analogous to those associated with another component: ‘LEARNING’. Therefore, we propose that new structures for yoga be devised systematically, with contemplation of learning as one of its fundamental principles.

Group V (Psychiatric Disorder Eat-Substance) approaches yoga as a complementary therapy targeting psychiatric disorders, including eating and addictive disorders. The articles in this group highlight the evolution of yoga research in psychiatry [3]. Initially, yoga studies aimed only at the general well-being of practitioners, but later, the approach focused on treating more formalized aspects, considering measurable neurobiological effects relevant to medical practice. It also highlighted relationships that indicated important markers, mentioning the direction of the observed effect and its relationship to YP – positive aspects are expected in interventions. The diagram in Table 2 summarizes how to integrate this topic with others in this study, so we considered it essential to adapt and incorporate it. In addition, many of these markers have already been presented, reinforcing the advanced possibility that YP-related characteristics also correlate analogously. By following this principle, we can trace the possible relationships by traversing the evidence provided by the markers on the various research fronts and infer new potential relationships. This effort is beyond the scope of this study, but we believe it is a promising avenue for further studies.

Group VI (Stress - Anxiety - Depression), the last of the third dimension, is the group with the emphasis on psychology, where affective, mood, social relations, overload, and trauma issues are treated. In this group, the term with the most significant number of articles is “HEALTH” (LOGEXP 14), followed by “PHYSICAL” (LOGEXP 16) and “BENEF” (LOGEXP 87). The LOGEXP with the largest number of titles is “HEALTH” (LOGEXP 14), followed by “STRESS & ~OXIDATIVE” (LOGEXP 9) and “ANXIET | DEPRESS “ (LOGEXP 10). Some studies have demonstrated that yoga is a potential adjunct in therapeutic processes or even a possible substitute in some cases, with advantages related to accessibility [100102]. In the yoga literature, the term “PSYCHOL” (LOGEXP 113) is mainly associated with the LOGEXPs “ANXIET | DEPRESS” and “STRESS & ~OXIDATIVE”, which account for more than 25% of the documents. These numbers show that thematic aspects are present in almost all the literature. The term “MINDFULNESS” (LOGEXP 12) strongly relates to the group characteristics but presents different connotations. Sometimes, it means the present state of the present mind (or the ability to achieve it) [103], and sometimes figures as a technique to be used in association with yoga [104]. Several studies show the benefits of YP in groups with post-traumatic stress disorder (PTSD), including improving mindfulness in veterans [89,105] and reducing symptoms in women with PTSD [106,107]. Other studies associate lower cortisol levels with YP, reduced stress, and other mood-related disorders. This finding makes us consider including mood-related issues and other psychological aspects in the relationships with markers, which may open new research frontiers.

3.2.4. The Therapeutic Contribution of Yoga.

The fourth dimension englobes the therapeutic contributions of Yoga, which correspond to the following groups: Joints (VII), Feasibility safe (VIII), and Diseases (IX) (Fig 3). The group VII (Joints) is related to studies on the benefits of yoga on the neuromuscular system, such as the gain of mobility, gait and balance. These last three groups make up the meaning of the word Therapeutic because the main characteristic related to this dimension is the approach of YP to people in fragile situations.

Studies in this group include measuring ankle range of motion during YP to establish a parameter that can help understand the potential effects of YP on recovery from injury or surgery. For instance, yoga was applied in a case study to an individual with incomplete spinal cord injury, improving balance, flexibility, muscle strength, and performance on functional goals [108]. Another study evaluated the effect of a yoga program to minimize knee adduction moments in women with knee osteoarthritis, and the results showed improvements in pain reduction, strength, and mobility [109]. In this context, research described how a yogasana posture intervention affected balance performance in individuals with Peripheral Diabetic Neuropathy (NPD) [110]. Yoga was more effective than conventional exercise in improving static and dynamic balance in all standing balance variables and reducing fear of falling in individuals with NPD. Other related researches include topics such as physical function [111,112], musculoskeletal rehabilitation, mobility [113115], balance [114,116], gait [114], and flexibility [115].

In the literature, particularly within group VIII (Feasibility Safe), studies have assessed the viability of integrating individuals with special needs into yoga groups, focusing on the potential personal and social benefits. Numerous studies have focused on groups of cancer patients [117,118] or those in treatment [119121]. Other papers address groups of individuals experiencing chronic pain who require therapeutic practices [122,123]. The expected outcomes include improved sleep quality, mood, anxiety, depression, stress reduction, fatigue alleviation, enhanced physical and social functionality, and reduced overall suffering. However, the studies on this topic are not solely concerned with the well-being of the participants. They also demonstrate that Yoga-based therapies can play a significant role in addressing the shortcomings of conventional methods. The program’s viability is evaluated based on effectiveness, recruitment, adherence, participation, safety, and satisfaction criteria. The conscious and focused movement, which provides personal and active involvement of those involved in the YP, may potentially reduce the risk of injury and adverse effects, which may serve as motivating factors for these studies.

Despite the considerable heterogeneity of diseases and syndromes encompassed by group IX (Diseases), the group’s cohesion makes us hypothesize a tendency towards common elements in the disease literature, which may indicate new possible semantic correlations. The articles describe a distinctive quality of YP with outcomes in LOGEXPs of pain and suffering relief associated with the diseases. The literature indicates that yoga interventions can be a productive method for rehabilitating individuals with acquired brain injuries, such as stroke, and neurodegenerative diseases, including Parkinson’s and Multiple Sclerosis. The literature supports this promising role of benefits to cardiovascular rehabilitation [124127]. The primary results reported include improvements in cognition, mood, and stress reduction; increase in self-efficacy; motivation for physical activity; improvement in quality of life; better subjective perception of cardiac health; tendency to improve left ventricular systolic function; and improvement in motor function in balance. Concerning balance, a study [116] indicates that individuals who engage in yoga for longer demonstrate superior balance control. This finding substantiates the notion that yoga practice facilitates the formation of learning memories and subsequent learning effects. While some articles highlight the pivotal role of yoga in system rehabilitation, the studies of [128] and [129] substantiate the benefits of yoga practice in relieving osteoarthritis-related pain.

A review of the literature on “MIGRAIN | HEADACHE” (LOGEXP 59) revealed that yoga practice resulted in clinical improvements, including reducing the frequency of headaches and the need for medication. Moreover, increased vagal tone and decreased sympathetic activity improve cardiac autonomic balance [130].

The term “FIBROMY” (LOGEXP 58), which refers to fibromyalgia, is directly related to various types of pain and has a direct relationship with joint pain literature (“ARTHRIT” LOGEXP 83). Some studies have proposed that yoga and mindfulness practices can improve the manifestations of fibromyalgia, enhance functional abilities, and strengthen coping skills. Furthermore, they modulate abnormal pain processing associated with fibromyalgia, markedly enhancing heat pain tolerance and pressure pain threshold [131]. Moreover, there are reports advocating that yoga and meditation significantly improved stiffness symptoms (along with anxiety and depression), thereby enhancing overall well-being [132].

The literature also links pain with irritable bowel syndrome (IBS), particularly highlighting symptoms such as abdominal discomfort, diarrhea, and constipation, with emotional stress exacerbating these symptoms [133,134]. Studies suggest that yoga may be a beneficial adjunctive treatment for IBS [135]. Additionally, yoga has been shown to help relieve primary dysmenorrhea and improve physical fitness and quality of life [136]. Research also indicates that yoga positively impacts the quality of life and balance in post-menopausal osteoporosis and contributes to overall physical and psychological well-being in women during the perimenopausal period [137,138].

Studies related to Yoga practice and central nervous system disorders also reported that yoga practices can be safe and effective for quality of life, balance ability, gait pattern, and joint flexion [6,139]. However, other articles claim that due to the heterogeneity of yoga practices and the lack of protocols or outcome indicators for practices targeting specific audiences, there is insufficient evidence confirming the benefit of yoga compared to other physical exercises. Literature still shows positive aspects of mind-body yoga, meditation, and relaxation techniques for individuals with chronic and debilitating neurological diseases such as Multiple Sclerosis, Stroke, or Parkinson’s.

We found several studies reporting Yoga as a practice of a safe nature. These YP characteristics stimulate the adhesion in yoga groups aiming for physical activity. In addition, people with physical, emotional, or psychological challenges resulting from diseases or central nervous system disorders are an essential part of this public. People have a natural capacity for adaptation that includes reconnecting the body’s poorly explored and injured areas. We conjecture that Yoga techniques explore these mechanisms efficiently, enabling physical, emotional, and neurological benefits. Additionally, while, unfortunately, conventional exercise-based rehabilitation programs are usually expensive, yoga presents a safe and low-cost alternative.

Our hypothesis that yoga generates beneficial learning also applies to improving the effects of strength application and biomechanical organization of the body and movement. Individuals with healthy joints deliver their body mobility, stability, flexibility, balance, dexterity, and gait quality and can improve the effects of biomechanical strength. The organized body system helps maintain focus, enhances coordination, provides neurological reconnections (Fig 5B), and regulates muscle tone and strength, among other aspects. This health condition certainly implies benefits in regulating other systems as well. However, we did not find studies that focus on joints systemically as a criterion for assessing YP. We noticed room in the literature for contributions along these lines.

3.3. Yoga styles and the focus of literature

One challenge in the literature was associating the diverse array of yoga techniques with their various benefits. Many studies treat yoga as a singular phenomenon, which presents a challenge in establishing protocols due to the heterogeneity of yoga practices [3]. Some research and reviews acknowledge the diversity of practices but do not discuss or evaluate the effects of each one independently [1,134]. In turn, in our study, we observed some interesting relationships between yoga styles and fields of study, presented in Table 3. It is, however, noteworthy that our aim is not to show each style’s limitations or specific effects but rather to identify trends in the literature.

Table 3. Diversity of yoga styles and fields of study related to each style.

Yoga style nDocs nTit Literature
Ashtanga 28 11 Ashtanga yoga emphasizes psychological and spiritual aspects, demonstrating efficacy in alleviating distress related to trauma, anxiety disorders, and depression. Research indicates improvements in motivation, self-determination, and overall mental health. Studies also explore its philosophical, spiritual, and transcendental dimensions alongside psychiatric benefits.
Bikram 39 20 Hot Yoga, a variant of Hatha Yoga, is practiced at temperatures around 40°C and should be done at light to moderate intensity with proper hydration to prevent dehydration. Its objectives include enhancing cardiovascular health, reducing arterial stiffness, lowering blood pressure, and promoting vasodilation, benefits that can be observed even in older adults. Additionally, Hot yoga helps reduce body weight in obese individuals, increases glucose tolerance, improves physical fitness, reduces stress, and boosts muscle mass.
Hatha 288 113 Hatha yoga offers physical conditioning, enhancing strength, flexibility, endurance, and weight loss while promoting mindfulness and improving self-image. It has therapeutic applications in mental health, reducing stress and postpartum depression, and improving self-image in breast cancer patients. Hatha yoga is also effective in alleviating fibromyalgia symptoms and aiding injury recovery. Additionally, it benefits the old people by reducing stress and exhaustion, and providing therapeutic effects for age-related diseases like osteoarthritis.
Iyengar 102 42 Iyengar yoga has beneficial effects on the physical and mental well-being of individuals with rheumatoid arthritis, restless legs syndrome, breast cancer, irritable bowel syndrome, and chronic back pain. It alleviates symptoms such as pain, insomnia, and fatigue while reducing reliance on medication, depression, and anxiety. Additionally, it enhances emotional health and overall quality of life.
Kriya 93 42 Kriya yoga is particularly effective in reducing anxiety, depression (including cases of alcohol dependency), stress, and insomnia while also promoting emotional control. It emphasizes relaxation, mindfulness, breathing, and meditation.
Kundalini 46 46 Kundalini yoga is primarily used in psychological treatments for conditions like obsessive-compulsive disorder, post-traumatic stress disorder, generalized anxiety disorder, sleep disorders, and substance abuse. It enhances sleep quality, resilience, emotional control, and memory and serves as a second-line treatment for generalized anxiety disorder. Additionally, Kundalini yoga is employed as a preventative measure against neurodegenerative effects and cognitive decline associated with Alzheimer’s disease.
Vinyasa 27 6 Vinyasa yoga is a moderate to intense practice that positively impacts cardiorespiratory and metabolic systems, enhancing energy expenditure and aerobic capacity. Additionally, it supports weight loss, aids in smoking cessation, and improves stress, depression, and mood.

Legend: nTit: Number of Titles; nDcs: Number of Document hits recalled by the logical expression (LOGEXP) whole set in a dimension.

4. Discussion

Exploring topics related to yoga through vector representations and semantic investigations reveals that yoga has a scientific basis, addressing the first question (Does Yoga possess a robust scientific foundation?). The upward trend in research production indicates a broad and ongoing interest in scientifically studying and understanding various aspects of yoga. The substantial volume of selected literature (5,785 of which 2,929 contain “yoga” in the title) not only reflects a significant corpus of research dedicated to yoga but also points to a growth trend, as evidenced by the notable number of literature reviews (306 articles). All yoga papers mentioned here are indexed in the PubMed database. While questions regarding the inherent quality of each article were beyond the scope of this study, other research focusing on article quality would be valuable.

Vectors could effectively represent the documents, LOGEXP, and words, preserving their semantic relationships, as shown in Fig 6A. To systematically analyze this body of research. We designed a set of 113 textual expressions (LOGEXP) for searches (in supplement S7) and constructed the global literature map. The LOGEXPs were encoded into vector representations to facilitate semantic searches within the ‘YOGA’ articles corpus. They were automatically organized hierarchically using a phylogenetic tree generation algorithm (Fig 3), highlighting the interconnectedness of various aspects and suggesting the robustness of Yoga’s scientific underpinnings.

Fig 6. t-SNE visualization of vectorized documents.

Fig 6

Each dot represents the ‘TITLE+ABSTRACT’ for each document. A. Semantic searches for ‘HEART’ (green), ‘CARDIOVASCULAR’ (magenta), and ‘BLOOD’ (yellow). The search considers 40 hits closest to each query. B. Distribution of 300 nearest hits for six semantics searches listed in the legend. Note that in B, the overlap between the topics of ‘NEURO’ (black) and ‘LEARNING’ (green) is visible, as well as between ‘BREATH’ (blue) and ‘CARDIO’ (yellow), and more subtly between ‘MOOD’ and ‘BALANCE’.

4.1. Organizing yoga research

Building on this structured framework, the associations obtained permitted the literature to be discussed based on nine characteristic groups, with a line of integration between them. By delineating these nine coherent topics (Fig 3), we could elucidate and comprehend the fundamental aspects of yoga within the scientific literature. Four principal dimensions of yoga literature were identified, and the topics were classified according to their association with the most relevant dimension. The first dimension concerns the physical and mental aspects of yoga. The second dimension focuses on the physiological effects of yoga. The third dimension encompasses the psychosocial effects and theoretical aspects of yoga. The fourth dimension addresses the therapeutic contributions of yoga. The literature validated all observed relationships between words, with contextualization provided directly in related articles, which allowed us to interpret the contexts supplied by HTML-TM. The relationships found were coherent, and we present diagrams representing the context within the search for a word, facilitating a deeper examination of the literature. Despite its multifaceted nature, the literature on yoga is consistent, with essential connecting elements discernible even in disparate aspects.

In this context, the study of literature mapping enables us to gain insight into literature comprehension and, concurrently, to identify shortcomings and novel perspectives as we become more proficient in this field. The primary distinction between YP and conventional physical exercise is the degree of practitioner involvement, as evidenced by the literature’s emphasis on the ATTENTION component. YP affects various body systems in a complex and integrated way, with notable neurological implications. The literature mapping elucidates the hierarchical interconnection between the practice and its bodily effects in subgroup D-Neurological of topic II (Brain/Respiratory/Heart). Furthermore, YP is an effective method for alleviating pain and suffering in patients with a range of physical and psychological impairments, and its practice is also considered safe. YP is also frequently addressed as an appropriate complementary therapy and a second-line treatment option.

Moreover, numerous studies explore the role of YP in mental health, including some of the most significant theoretical works. These studies suggest that the effects of YP may be generalized or extended to other areas of knowledge, with a particular focus on health, thereby addressing the second question: “Can the effects of Yoga practice be generalized to other fields, particularly health?”. We propose possibly organizing biomarkers positively associated with YP to characterize its impact on health. Systematizing the use of these biomarkers is crucial for ensuring the reliability of research, as demonstrated by studies such as those conducted by Varambally and colleagues [3] (Table 2), which are especially relevant for psychological disorders.

Semantic searches can uncover connections among concepts that remain hidden with other approaches. For instance, as shown in Fig 5, the search LOGEXP ‘PARASYMPATHETIC’ links elements of the nervous, cardiac, and respiratory systems, illustrating the relationship established between these systems and yoga in the literature, indicating that an article might be relevant to a search even if the term itself does not appear explicitly in the text. For example, article [62], which is the most appropriate result for the search LOGEXP” PARASYMPATHIC”, does not include the term explicitly, as illustrated in Fig 5).

In this review, we have drawn on the proposal of Schmalzl and co-workers, who describe YP as consolidated on three components: ‘POSES‘, ‘ATTENTION’, and ‘BREATHING’ [5]. In our study, we propose including the ‘LEARNING’ component, which links the physical and mental axes of the practice. Here, ‘LEARNING’ encompasses a broad range of meanings, referring to the physiological or muscular configurations that become standardized in the practitioner’s body and the cerebral aspects involved. While we recognize the importance of this topic, exploring it in depth is beyond the scope of our current study; nonetheless, it presents an exciting avenue for future research.

With many indications of benefits, Yoga is a promising source of support for treatments that can add positive effects to medicine, particularly in psychiatry. However, the complexity of the area and the methodological limitations of the studies make it difficult to make safe prescriptions in medical procedures and practices [140]. Many studies fail to be conclusive despite often providing positive results. We observed that the literature is more assertive when articles deal specifically with Yoga concerning those that approach the theme in a joint context with other Complementary and Alternative Medicines (CAM). Therefore, in the definition of the LOGEXP, we considered only articles that explicitly contain the term ‘YOGA’ in the title. Furthermore, since we aim to understand yoga literature and not necessarily to substantiate Yoga-based therapies, we intend to understand the motivations of the studies and the relationships between them to point out new perspectives that contribute to the field.

4.2. Underexplored Aspects of Yoga Practice

Are there underexplored issues related to YP that require a more in-depth analysis? We were struck by the lack of representation in the literature of terms we consider essential in yoga, such as ‘JOINTS’ and ‘LEARNING’. The articulations associated with the search LOGEXP ‘JOINTS’ or ‘JOINT’ (topic VII, LOGEXP 55) appear almost exclusively related to trauma or pathology studies. No studies have systematically examined the joints, evaluating the preventative and beneficial effects of joint health, such as mobility and flexibility, and other aspects mentioned in topic VII. The gain in joint quality with YP may be consistent with the known correlations and other elements in the literature and could, profitably, be further explored in future studies.

The term ‘LEARNING’ was excluded from the list of relevant words by the cut-off because the frequency of the term in yoga literature is lower than that observed among words in general use. Consequently, it is not in the HTML-TM search list. However, the term is present in the complete set of words and is associated with other terms and articles in our studies, but always with secondary and indirect connotations. Due to its low representation, we did not use ‘LEARNING’ in LOGEXP but other search terms involved in the concept. Two logical expressions have been developed, including “TEACHING”, but in different contexts. The LOGEXP-8 (TEACH & {SCHOOL | STUDENTS}) targets relationships in the school environment, and LOGEXP-7 ({_TEACH | COACH} & ~{SCHOOL | STUDENT}) specifically targets teaching outside the school context and, consequently, Yoga learning/teaching, situated topic IV (Traditions-Theory).

The semantic relationship of LEARNING is, however, highlighted in Fig 6B, where we can see that the concept is closely related to the Neural-Brain aspects. The LEARNING aspect of YP receives little attention in studies, and this concept and its importance in achieving positive results with YP seems to be lacking in the literature. Fortunately, some studies indirectly corroborate the learning effect of YP in maintaining the results obtained, such as gaining resilience and physical, mental, emotional, cognitive, and other skills [141145]. In this way, the literature also does not include aspects of learning as structuring elements for studying. To approach yoga as a field of research, we believe there is a need for studies that explicitly include learning as one of the foundations of yoga in the contemporary context. Aspects that could be addressed include the study of learning curves and the positive outcomes of YP, for instance.

The practice of yoga covers several styles (Table 3), and it is challenging to attribute specific benefits and practical distinctions to each style. As suggested in other literature, we chose to adopt the YP denomination as a general guide for this study. However, there is a significant gap in studies that systematically analyze and compare the benefits associated with each style of yoga. This lack of detailed research constrains our comprehension of each approach’s specific characteristics and potential, underscoring the necessity for more comprehensive investigations in this domain.

4.3. Strengths, challenges, and future directions

This study is the first to provide a comprehensive qualitative overview of yoga, exploring the broad support of AI and MT techniques that facilitate research in the field. However, it still has some limitations, such as the analysis including only PubMed titles and abstracts, the lack of in-depth exploration of topics, and the non-inclusion of in-depth statistics, neither effect size calculation, nor meta-analysis. In addition, the strategy based on logical expressions (LOGEXP), created from literature reviews, broadened our analysis capacity; however, some relevant areas could be omitted in more specific domains. As a future perspective, we propose using full articles for more detailed analysis, improving the applied technique, expanding it to other fields of knowledge, and developing a platform to make this approach available to users.

Finally, what methods might researchers employ to situate themselves within the broader context of yoga literature and its constituent subfields? HTML-TM offers a framework for understanding the structure and relationships within the literature, facilitating navigation and contextualization within the subfields of yoga study (Table S12). In addition to the platforms through which the TM files can be accessed, we have incorporated our reference list, corresponding to the article’s numbers in HTML-TM, which will enable readers to interact with the content of the article and the semantic models, thereby facilitating an in-depth analysis of the topic. More details on the content and use of HTML-TM can be found in the supplementary file. Ultimately, we believe that this material will assist yoga researchers in fostering multidisciplinary research networking, thereby contributing to the advancement of the field.

Acknowledgments

The authors thank the colleagues of Artificial Intelligence Applied to Bioinformatics (AIBIA) and Graduate Program in Physical Exercise Medicine in Health Promotion of Federal University of Paraná, for their valuable discussions and contributions.

Data Availability

The data obtained from the analyses performed in this study are available at https://aibialab.github.io/HTMLTM_Yoga and the supplementary material (files S1-S12) deposited in Zenodo repository at https://zenodo.org/uploads/14763946.

Funding Statement

Brazilian National Council for Scientific and Technological Development - CNPq (grant number 440412/2022-6) granted for publication fees. The Coordination for the Improvement of Higher Education Personnel - Brazil (CAPES) awarded to CPP and DJSM also partially supported the works. The funders had no role in study design, data collection and analysis, publication decisions, or manuscript preparation.

References

  • 1.Falkenberg RI, Eising C, Peters ML. Yoga and immune system functioning: a systematic review of randomized controlled trials. J Behav Med. 2018;41(4):467–82. doi: 10.1007/s10865-018-9914-y [DOI] [PubMed] [Google Scholar]
  • 2.Gururaja C, Rangaprakash D, Deshpande G. Research Trends in the Application of Yoga to Human Health: A Data Science Approach. Int J Public Ment Health Neurosci. 2020;7(1):8–13. [PMC free article] [PubMed] [Google Scholar]
  • 3.Varambally S, George S, Gangadhar BN. Yoga for psychiatric disorders: from fad to evidence-based intervention?. Br J Psychiatry. 2020;216(6):291–3. doi: 10.1192/bjp.2019.249 [DOI] [PubMed] [Google Scholar]
  • 4.Karri RR, Bhavanani AB, Ramanathan M, Mopidevi VG. Methodological issues in yoga therapy research among psychiatric patients. Indian J Psychiatry. 2023;65(1):12–7. doi: 10.4103/indianjpsychiatry.indianjpsychiatry_464_22 [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 5.Schmalzl L, Powers C, Henje Blom E. Neurophysiological and neurocognitive mechanisms underlying the effects of yoga-based practices: towards a comprehensive theoretical framework. Front Hum Neurosci. 2015;9:235. doi: 10.3389/fnhum.2015.00235 [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 6.Dutta A, Aruchunan M, Mukherjee A, Metri KG, Ghosh K, Basu-Ray I. A Comprehensive Review of Yoga Research in 2020. J Integr Complement Med. 2022;28(2):114–23. doi: 10.1089/jicm.2021.0420 [DOI] [PubMed] [Google Scholar]
  • 7.Basu-Ray I. A mechanistic model for yoga as a preventive and therapeutic modality. International Journal of Yoga. 2021;14. doi: 10.4103/ijoy.ijoy.136.20 [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 8.Cox AE, Tylka TL. A conceptual model describing mechanisms for how yoga practice may support positive embodiment. Eating Disorders. 2020;28. doi: 10.1080/10640266.2020.1740911 [DOI] [PubMed] [Google Scholar]
  • 9.Sullivan MB, Erb M, Schmalzl L, Moonaz S, Noggle Taylor J, Porges SW. Yoga Therapy and Polyvagal Theory: The Convergence of Traditional Wisdom and Contemporary Neuroscience for Self-Regulation and Resilience. Front Hum Neurosci. 2018;12:67. doi: 10.3389/fnhum.2018.00067 [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 10.Bower JE, Garet D, Sternlieb B, Ganz PA, Irwin MR, Olmstead R, et al. Yoga for persistent fatigue in breast cancer survivors: a randomized controlled trial. Cancer. 2012;118(15):3766–75. doi: 10.1002/cncr.26702 [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 11.Perey I, Cook-Cottone C. Eating disorders, embodiment, and yoga: a conceptual overview. Eat Disord. 2020;28(4):315–29. doi: 10.1080/10640266.2020.1771167 [DOI] [PubMed] [Google Scholar]
  • 12.Mohanty S, Epari V, Yasobant S. Can Yoga Meet the Requirement of the Physical Activity Guideline of India? A Descriptive Review. Int J Yoga. 2020;13(1):3–8. doi: 10.4103/ijoy.IJOY_5_19 [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 13.Sankaran K. Data science principles for interpretable and explainable AI. arXiv. 2024. doi: 10.48550/arxiv.2405.10552 [DOI] [Google Scholar]
  • 14.Lakhan N. Applications of Data Science and AI in Business. IJRASET. 2022;10(5):4115–8. doi: 10.22214/ijraset.2022.43343 [DOI] [Google Scholar]
  • 15.Chandra R, Ranjan M. Artificial intelligence for topic modelling in Hindu philosophy: Mapping themes between the Upanishads and the Bhagavad Gita. PLoS One. 2022;17(9):e0273476. doi: 10.1371/journal.pone.0273476 [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 16.Selva BS, Kanniga DR. A Review on Word Embedding Techniques for Text Classification. In: Lecture Notes on Data Engineering and Communications Technologies. vol. N/A. Springer Singapore; 2021. Available from: doi: 10.1007/978-981-15-9651-3_23 [DOI] [Google Scholar]
  • 17.Akkasi A, Moens M-F. Causal relationship extraction from biomedical text using deep neural models: A comprehensive survey. J Biomed Inform. 2021;119:103820. doi: 10.1016/j.jbi.2021.103820 [DOI] [PubMed] [Google Scholar]
  • 18.Yang H, Sohn E. Expanding Our Understanding of COVID-19 from Biomedical Literature Using Word Embedding. Int J Environ Res Public Health. 2021;18(6):3005. doi: 10.3390/ijerph18063005 [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 19.Aggarwal CC, Hinneburg A, Keim DA. On the Surprising Behavior of Distance Metrics in High Dimensional Space. In: Lecture Notes in Computer Science. vol. N/A. Springer Berlin Heidelberg; 2001. Available from: doi: 10.1007/3-540-44503-x_27 [DOI] [Google Scholar]
  • 20.De Pierri CR, Voyceik R, Santos de Mattos LGC, Kulik MG, Camargo JO, Repula de Oliveira AM, et al. SWeeP: representing large biological sequences datasets in compact vectors. Sci Rep. 2020;10(1):91. doi: 10.1038/s41598-019-55627-4 [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 21.Raittz RT, Reginatto De Pierri C, Maluk M, Bueno Batista M, Carmona M, Junghare M, et al. Comparative Genomics Provides Insights into the Taxonomy of Azoarcus and Reveals Separate Origins of Nif Genes in the Proposed Azoarcus and Aromatoleum Genera. Genes (Basel). 2021;12(1):71. doi: 10.3390/genes12010071 [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 22.Perico CP, De Pierri CR, Neto GP, Fernandes DR, Pedrosa FO, de Souza EM, et al. Genomic landscape of the SARS-CoV-2 pandemic in Brazil suggests an external P.1 variant origin. Front Microbiol. 2022;13:1037455. doi: 10.3389/fmicb.2022.1037455 [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 23.de Jesus Soares Machado D, De Pierri CR, Santos LGC, Scapin L, da Silva Filho AC, Perico CP, et al. Biotext: Exploiting Biological-Text Format for Text Mining. Cold Spring Harbor Laboratory. 2021. doi: 10.1101/2021.04.08.439078 [DOI] [Google Scholar]
  • 24.Liu L, Stumpf A, Chin S. Global project documentation and communications using HTML on the World Wide Web. Journal of Global Project Management. 1996. [Google Scholar]
  • 25.Sokal RR, Sneath PHA. Principles of numerical taxonomy. San Francisco: W H Freeman. 1963. [Google Scholar]
  • 26.Saitou N, Nei M. The neighbor-joining method: a new method for reconstructing phylogenetic trees. Mol Biol Evol. 1987;4(4):406–25. doi: 10.1093/oxfordjournals.molbev.a040454 [DOI] [PubMed] [Google Scholar]
  • 27.Omran MGH, Engelbrecht AP, Salman A. An overview of clustering methods. IDA. 2007;11(6):583–605. doi: 10.3233/ida-2007-11602 [DOI] [Google Scholar]
  • 28.Tatman R. English word frequency. https://www.kaggle.com/datasets/rtatman/english-word-frequency. 2022.
  • 29.Huson DH, Richter DC, Rausch C, Dezulian T, Franz M, Rupp R. Dendroscope: An interactive viewer for large phylogenetic trees. BMC Bioinformatics. 2007;8:460. doi: 10.1186/1471-2105-8-460 [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 30.Letunic I, Bork P. Interactive Tree Of Life (iTOL) v5: an online tool for phylogenetic tree display and annotation. Nucleic Acids Res. 2021;49(W1):W293–6. doi: 10.1093/nar/gkab301 [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 31.Maaten LVD. Fast optimization for t-SNE. In: Neural Information Processing Systems 2010 Workshop on Challenges in Data Visualization. 2010. [Google Scholar]
  • 32.Rand - MATLAB documentation. MathWorks Help Center. https://www.mathworks.com/help/matlab/ref/rand.html. 2022.
  • 33.Cole AK, Pearson T, Knowlton M. Comparing Aerobic Exercise with Yoga in Anxiety Reduction: An Integrative Review. Issues Ment Health Nurs. 2022;43(3):282–7. doi: 10.1080/01612840.2021.1965269 [DOI] [PubMed] [Google Scholar]
  • 34.Yasar E, Kavlak E, Turkucar S, Bayraktar D, Acari C, Unsal E. Yoga versus home exercise program in children with enthesitis related arthritis: A pilot study. Complement Ther Med. 2021;58:102696. doi: 10.1016/j.ctim.2021.102696 [DOI] [PubMed] [Google Scholar]
  • 35.Oken BS, Zajdel D, Kishiyama S, Flegal K, Dehen C, Haas M, et al. Randomized, controlled, six-month trial of yoga in healthy seniors: effects on cognition and quality of life. Altern Ther Health Med. 2006;12(1):40–47. [PMC free article] [PubMed] [Google Scholar]
  • 36.Sharma K, Chandra S, Dubey AK. Exploration of lower frequency EEG dynamics and cortical alpha asymmetry in long-term rajyoga meditators. Int J Yoga. 2018;11(1):30–36. doi: 10.4103/ijoy.IJOY.11.17 [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 37.Hernández SE, Suero J, Rubia K, González-Mora JL. Monitoring the neural activity of the state of mental silence while practicing Sahaja yoga meditation. J Altern Complement Med. 2015;21(3):175–9. doi: 10.1089/acm.2013.0450 [DOI] [PubMed] [Google Scholar]
  • 38.Devi SK, Chansauria JP, Udupa KN. Mental depression and kundalini yoga. Anc Sci Life. 1986;6(2):112–8. [PMC free article] [PubMed] [Google Scholar]
  • 39.Inbaraj G, Rao RM, Ram A, Bayari SK, Belur S, Prathyusha PV, et al. Immediate Effects of OM Chanting on Heart Rate Variability Measures Compared Between Experienced and Inexperienced Yoga Practitioners. Int J Yoga. 2022;15(1):52–8. doi: 10.4103/ijoy.ijoy_141_21 [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 40.Tyagi A, Cohen M. Yoga and heart rate variability: A comprehensive review of the literature. Int J Yoga. 2016;9(2):97–113. doi: 10.4103/0973-6131.183712 [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 41.Shinba T, Inoue T, Matsui T, Kimura KK, Itokawa M, Arai M. Changes in Heart Rate Variability after Yoga are Dependent on Heart Rate Variability at Baseline and during Yoga: A Study Showing Autonomic Normalization Effect in Yoga-Naïve and Experienced Subjects. Int J Yoga. 2020;13(2):160–7. doi: 10.4103/ijoy.IJOY_39_19 [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 42.Tyagi A, Cohen M, Reece J, Telles S, Jones L. Heart Rate Variability, Flow, Mood and Mental Stress During Yoga Practices in Yoga Practitioners, Non-yoga Practitioners and People with Metabolic Syndrome. Appl Psychophysiol Biofeedback. 2016;41(4):381–93. doi: 10.1007/s10484-016-9340-2 [DOI] [PubMed] [Google Scholar]
  • 43.Anasuya B, Deepak KK, Jaryal A. Yoga Practitioners Exhibit Higher Parasympathetic Activity and Baroreflex Sensitivity and Better Adaptability to 40 mm Hg Lower-Body Negative Pressure. Int J Yoga Therap. 2021;31(1):Article_2. doi: 10.17761/2021-D-20-00030 [DOI] [PubMed] [Google Scholar]
  • 44.Santaella DF, Devesa CRS, Rojo MR, Amato MBP, Drager LF, Casali KR, et al. Yoga respiratory training improves respiratory function and cardiac sympathovagal balance in elderly subjects: a randomised controlled trial. BMJ Open. 2011;1(1):e000085. doi: 10.1136/bmjopen-2011-000085 [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 45.Ganesh Iyyer S, Mooventhan A, Nandakumar B. Effectiveness of Liquid Fasting with Yoga and Naturopathy Treatments in Reducing Metabolic and Cardiovascular Risks in Obesity. Adv Mind Body Med. 2021;35(4):24–8. [PubMed] [Google Scholar]
  • 46.Siu PM, Yu AP, Benzie IF, Woo J. Effects of 1-year yoga on cardiovascular risk factors in middle-aged and older adults with metabolic syndrome: a randomized trial. Diabetol Metab Syndr. 2015;7:40. doi: 10.1186/s13098-015-0034-3 [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 47.Sarvottam K, Yadav RK. Obesity-related inflammation & cardiovascular disease: efficacy of a yoga-based lifestyle intervention. Indian J Med Res. 2014;139(6):822–34. [PMC free article] [PubMed] [Google Scholar]
  • 48.Krishna BH, Pal P, G K P, J B, E J, Y S, et al. Effect of yoga therapy on heart rate, blood pressure and cardiac autonomic function in heart failure. J Clin Diagn Res. 2014;8(1):14–6. doi: 10.7860/JCDR/2014/7844.3983 [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 49.Praveena SM, Asha G, Sunita M, Anju J, Ratna B. Yoga Offers Cardiovascular Protection in Early Postmenopausal Women. Int J Yoga. 2018;11(1):37–43. doi: 10.4103/ijoy.IJOY_69_16 [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 50.Mangala Gowri M, Rajendran J, Srinivasan AR, Bhavanani AB, Meena R. Impact of an Integrated Yoga Therapy Protocol on Insulin Resistance and Glycemic Control in Patients with Type 2 Diabetes Mellitus. Rambam Maimonides Med J. 2022;13(1):e0005. doi: 10.5041/RMMJ.10462 [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 51.Cui J, Yan J-H, Yan L-M, Pan L, Le J-J, Guo Y-Z. Effects of yoga in adults with type 2 diabetes mellitus: A meta-analysis. J Diabetes Investig. 2017;8(2):201–9. doi: 10.1111/jdi.12548 [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 52.Mathad MD, Pradhan B, Sasidharan RK. Effect of Yoga on Psychological Functioning of Nursing Students: A Randomized Wait List Control Trial. J Clin Diagn Res. 2017;11(5):KC01–5. doi: 10.7860/JCDR/2017/26517.9833 [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 53.Gautam S, Kumar M, Kumar U, Dada R. Effect of an 8-Week Yoga-Based Lifestyle Intervention on Psycho-Neuro-Immune Axis, Disease Activity, and Perceived Quality of Life in Rheumatoid Arthritis Patients: A Randomized Controlled Trial. Front Psychol. 2020;11:2259. doi: 10.3389/fpsyg.2020.02259 [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 54.Yadav R, Yadav RK, Khadgawat R, Pandey RM. Comparative efficacy of a 12 week yoga-based lifestyle intervention and dietary intervention on adipokines, inflammation, and oxidative stress in adults with metabolic syndrome: a randomized controlled trial. Transl Behav Med. 2019;9(4):594–604. doi: 10.1093/tbm/iby060 [DOI] [PubMed] [Google Scholar]
  • 55.Kumar SB, Yadav R, Yadav RK, Tolahunase M, Dada R. Telomerase activity and cellular aging might be positively modified by a yoga-based lifestyle intervention. J Altern Complement Med. 2015;21(6):370–2. doi: 10.1089/acm.2014.0298 [DOI] [PubMed] [Google Scholar]
  • 56.Sharma P, Yadav RK, Khadgawat R, Dada R. A 12-Week Yoga-Based Lifestyle Intervention Might Positively Modify Cellular Aging in Indian Obese Individuals: A Randomized-Controlled Trial. J Integr Complement Med. 2022;28(2):168–78. doi: 10.1089/jicm.2021.0215 [DOI] [PubMed] [Google Scholar]
  • 57.Tolahunase M, Sagar R, Dada R. Impact of Yoga and Meditation on Cellular Aging in Apparently Healthy Individuals: A Prospective, Open-Label Single-Arm Exploratory Study. Oxid Med Cell Longev. 2017;2017:7928981. doi: 10.1155/2017/7928981 [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 58.Hegde SV, Adhikari P, Shetty S, Manjrekar P, D’Souza V. Effect of community-based yoga intervention on oxidative stress and glycemic parameters in prediabetes: a randomized controlled trial. Complement Ther Med. 2013;21(6):571–6. doi: 10.1016/j.ctim.2013.08.013 [DOI] [PubMed] [Google Scholar]
  • 59.Deshpande S, Nagendra HR, Raghuram N. A randomized control trial of the effect of yoga on verbal aggressiveness in normal healthy volunteers. Int J Yoga. 2008;1(2):76–82. doi: 10.4103/0973-6131.41034 [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 60.Bhattacharyya N, Pujar MP, Chaturvedi A, Kumar MA, Lohith BA, Kumar KNS. A Clinico-analytical Study on Seed of Wrightia antidysenterica Linn. as a Therapeutic Emetic Agent (Vamaka Yoga) in the Management of Psoriasis. Pharmacognosy Res. 2016;8(Suppl 1):S19-25. doi: 10.4103/0974-8490.178641 [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 61.Gopinathan G, Dhiman KS, Manjusha R. A clinical study to evaluate the efficacy of Trataka Yoga Kriya and eye exercises (non-pharmocological methods) in the management of Timira (Ammetropia and Presbyopia). Ayu. 2012;33(4):543–6. doi: 10.4103/0974-8520.110534 [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 62.Muralikrishnan K, Balakrishnan B, Balasubramanian K, Visnegarawla F. Measurement of the effect of Isha Yoga on cardiac autonomic nervous system using short-term heart rate variability. J Ayurveda Integr Med. 2012;3(2):91–6. doi: 10.4103/0975-9476.96528 [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 63.Bhaskar L, Kharya C, Deepak KK, Kochupillai V. Assessment of Cardiac Autonomic Tone Following Long Sudarshan Kriya Yoga in Art of Living Practitioners. J Altern Complement Med. 2017;23(9):705–12. doi: 10.1089/acm.2016.0391 [DOI] [PubMed] [Google Scholar]
  • 64.Anasuya B, Deepak KK, Jaryal AK, Narang R. Effect of slow breathing on autonomic tone & baroreflex sensitivity in yoga practitioners. Indian J Med Res. 2020;152(6):638–47. doi: 10.4103/ijmr.IJMR_559_19 [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 65.Anasuya B, Deepak KK, Jaryal AK. Autonomic Tone and Baroreflex Sensitivity during 70° Head-up Tilt in Yoga Practitioners. Int J Yoga. 2020;13(3):200–6. doi: 10.4103/ijoy.IJOY_29_20 [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 66.Papp ME, Lindfors P, Storck N, Wändell PE. Increased heart rate variability but no effect on blood pressure from 8 weeks of hatha yoga - a pilot study. BMC Res Notes. 2013;6:59. doi: 10.1186/1756-0500-6-59 [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 67.Telles S, Singh N, Balkrishna A. Heart rate variability changes during high frequency yoga breathing and breath awareness. Biopsychosoc Med. 2011;5:4. doi: 10.1186/1751-0759-5-4 [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 68.Subramanian RK, P R D, P S. Alternate Nostril Breathing at Different Rates and its Influence on Heart Rate Variability in Non Practitioners of Yoga. J Clin Diagn Res. 2016;10(1):CM01-2. doi: 10.7860/JCDR/2016/15287.7094 [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 69.Anasuya B, Deepak KK, Jaryal AK. The Cardiovascular Variability during Transient 6° Head Down Tilt and Slow Breathing in Yoga Experienced Healthy Individuals. Int J Yoga. 2021;14(3):188–97. doi: 10.4103/ijoy.ijoy_79_21 [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 70.Markil N, Whitehurst M, Jacobs PL, Zoeller RF. Yoga Nidra relaxation increases heart rate variability and is unaffected by a prior bout of Hatha yoga. J Altern Complement Med. 2012;18(10):953–8. doi: 10.1089/acm.2011.0331 [DOI] [PubMed] [Google Scholar]
  • 71.Telles S, Raghavendra BR, Naveen KV, Manjunath NK, Kumar S, Subramanya P. Changes in autonomic variables following two meditative states described in yoga texts. J Altern Complement Med. 2013;19(1):35–42. doi: 10.1089/acm.2011.0282 [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 72.Balakrishnan B, Metri KG, Day J, Ganesan M. Long-Term Effects of Hatha Yoga on Heart Rate Variability In Healthy Practitioners: Potential Benefits For Cardiovascular Risk Reduction. Altern Ther Health Med. 2023;29(4):97–101. [PubMed] [Google Scholar]
  • 73.Telles S, Sharma SK, Balkrishna A. Blood pressure and heart rate variability during yoga-based alternate nostril breathing practice and breath awareness. Med Sci Monit Basic Res. 2014;20:184–93. doi: 10.12659/MSMBR.892063 [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 74.Khattab K, Khattab AA, Ortak J, Richardt G, Bonnemeier H. Iyengar yoga increases cardiac parasympathetic nervous modulation among healthy yoga practitioners. Evid Based Complement Alternat Med. 2007;4(4):511–7. doi: 10.1093/ecam/nem087 [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 75.Hernando D, Laguna P, Brophy C, Bailon R, Nardelli M, Hocking K, et al. Effect of yoga on pulse rate variability measured from a venous pressure waveform. Annu Int Conf IEEE Eng Med Biol Soc. 2019;2019:372–5. doi: 10.1109/EMBC.2019.8856657 [DOI] [PubMed] [Google Scholar]
  • 76.Malhotra V, Javed D, Wakode S, Bharshankar R, Soni N, Porter PK. Study of immediate neurological and autonomic changes during kapalbhati pranayama in yoga practitioners. J Family Med Prim Care. 2022;11(2):720–7. doi: 10.4103/jfmpc.jfmpc_1662_21 [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 77.Kannan S, Singh M, Dhillon M, Goel D, Jha A, Kumar A. Mindful awareness for female dental students through yoga, motivational video, and a combination of two on stress reduction. J Fam Med Prim Care. 2020;9. doi: 10.4103/jfmpc.jfmpc_1187_19 [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 78.Pradhan B, Nagendra H. Immediate effect of two yoga-based relaxation techniques on attention in children. Int J Yoga. 2010;3(2):67–9. doi: 10.4103/0973-6131.72632 [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 79.White LS. Reducing stress in school-age girls through mindful yoga. J Pediatr Health Care. 2012;26(1):45–56. doi: 10.1016/j.pedhc.2011.01.002 [DOI] [PubMed] [Google Scholar]
  • 80.Daly LA, Haden SC, Hagins M, Papouchis N, Ramirez PM. Yoga and Emotion Regulation in High School Students: A Randomized Controlled Trial. Evid Based Complement Alternat Med. 2015;2015:794928. doi: 10.1155/2015/794928 [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 81.Telles S, Gupta RK, Bhardwaj AK, Singh N, Mishra P, Pal DK, et al. Increased Mental Well-Being and Reduced State Anxiety in Teachers After Participation in a Residential Yoga Program. Med Sci Monit Basic Res. 2018;24:105–12. doi: 10.12659/MSMBR.909200 [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 82.Telles S, Sharma SK, Gupta RK, Pal DK, Gandharva K, Balkrishna A. The impact of yoga on teachers’ self-rated emotions. BMC Res Notes. 2019;12(1):680. doi: 10.1186/s13104-019-4737-7 [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 83.Thomas EM, Centeio EE. The Benefits of Yoga in the Classroom: A Mixed-Methods Approach to the Effects of Poses and Breathing and Relaxation Techniques. Int J Yoga. 2020;13(3):250–4. doi: 10.4103/ijoy.IJOY_76_19 [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 84.Tanksale R, Sofronoff K, Sheffield J, Gilmour J. Evaluating the effects of a yoga-based program integrated with third-wave cognitive behavioral therapy components on self-regulation in children on the autism spectrum: A pilot randomized controlled trial. Autism. 2021;25(4):995–1008. doi: 10.1177/1362361320974841 [DOI] [PubMed] [Google Scholar]
  • 85.Shanker S, Pradhan B. Effect of Yoga on the Motor Proficiency of Children with Autism Spectrum Disorder and the Feasibility of its Inclusion in Special School Environments. Adapt Phys Activ Q. 2022;39(2):247–67. doi: 10.1123/apaq.2021-0108 [DOI] [PubMed] [Google Scholar]
  • 86.Bentley DC, Pang SC. Yoga asanas as an effective form of experiential learning when teaching musculoskeletal anatomy of the lower limb. Anat Sci Educ. 2012;5(5):281–6. doi: 10.1002/ase.1282 [DOI] [PubMed] [Google Scholar]
  • 87.McCulloch C, Marango SP, Friedman ES, Laitman JT. Living AnatoME: Teaching and learning musculoskeletal anatomy through yoga and pilates. Anat Sci Educ. 2010;3(6):279–86. doi: 10.1002/ase.181 [DOI] [PubMed] [Google Scholar]
  • 88.Lee EC, Adams W, Sandoval-Skeet N, Hoyt A, Lee K. Yoga as an adjunct activity for medical students learning anatomy. BMC Med Educ. 2022;22(1):188. doi: 10.1186/s12909-022-03236-7 [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 89.Justice L, Brems C. Bridging Body and Mind: Case Series of a 10-Week Trauma-Informed Yoga Protocol for Veterans. Int J Yoga Therap. 2019;29(1):65–79. doi: 10.17761/D-17-2019-00029 [DOI] [PubMed] [Google Scholar]
  • 90.Sarkissian M, Trent NL, Huchting K, Singh Khalsa SB. Effects of a Kundalini Yoga Program on Elementary and Middle School Students’ Stress, Affect, and Resilience. J Dev Behav Pediatr. 2018;39(3):210–6. doi: 10.1097/DBP.0000000000000538 [DOI] [PubMed] [Google Scholar]
  • 91.Dariotis JK, Mirabal-Beltran R, Cluxton-Keller F, Gould LF, Greenberg MT, Mendelson T. A Qualitative Evaluation of Student Learning and Skills Use in a School-Based Mindfulness and Yoga Program. Mindfulness (N Y). 2016;7(1):76–89. doi: 10.1007/s12671-015-0463-y [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 92.Dike IC, Onyishi CN, Adimora DE, Ugodulunwa CA, Adama GN, Ugwu GC, et al. Yoga complemented cognitive behavioral therapy on job burnout among teachers of children with autism spectrum disorders. Medicine (Baltimore). 2021;100(22):e25801. doi: 10.1097/MD.0000000000025801 [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 93.Piran N, Neumark-Sztainer D. Yoga and the experience of embodiment: a discussion of possible links. Eat Disord. 2020;28(4):330–48. doi: 10.1080/10640266.2019.1701350 [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 94.Campeau-Bouthillier C. Bodies in yoga: tangled discourses in Canadian studios. Anthropology & Medicine. 2021;28(3):359–73. doi: 10.1080/13648470.2021.1949961 [DOI] [PubMed] [Google Scholar]
  • 95.Ben Hamed M. Healing myths, yoga styles and social bodies: socio-logics of yoga as a health practice in the socially stratified city of Marseille, France. Anthropol Med. 2021;28(3):374–94. doi: 10.1080/13648470.2021.1949963 [DOI] [PubMed] [Google Scholar]
  • 96.Herrick CM, Ainsworth AD. Invest in yourself. Yoga as a self-care strategy. Nurs Forum. 2000;35(2):32–6. doi: 10.1111/j.1744-6198.2000.tb00996.x [DOI] [PubMed] [Google Scholar]
  • 97.Larocque E, Moreau N. What Is Our “Epistemic Responsibility”? Reflections on Social Work’s Orientation in Yoga Therapy Research. Int J Yoga Therap. 2020;30(1):103–9. doi: 10.17761/2020-D-19-00044 [DOI] [PubMed] [Google Scholar]
  • 98.Swart A. Partner Yoga for Establishing Boundaries in Relationship: A Transpersonal Somatic Approach. International Journal of Yoga Therapy. 2011;21(1):123–8. doi: 10.17761/ijyt.21.1.23162t2272810874 [DOI] [PubMed] [Google Scholar]
  • 99.Sullivan MB, Moonaz S, Weber K, Taylor JN, Schmalzl L. Toward an Explanatory Framework for Yoga Therapy Informed by Philosophical and Ethical Perspectives. Altern Ther Health Med. 2018;24(1):38–47. [PubMed] [Google Scholar]
  • 100.West J, Liang B, Spinazzola J. Trauma Sensitive Yoga as a complementary treatment for posttraumatic stress disorder: A Qualitative Descriptive analysis. Int J Stress Manag. 2017;24(2):173–95. doi: 10.1037/str0000040 [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 101.Nemeroff R, Harden A, Kowalsky B. Yoga classes as an early intervention for college students reporting high levels of stress and anxiety: A pilot study. J Am Coll Health. 2024;72(1):4–10. doi: 10.1080/07448481.2021.2008401 [DOI] [PubMed] [Google Scholar]
  • 102.Capon H, O’Shea M, Evans S, McIver S. Yoga complements cognitive behaviour therapy as an adjunct treatment for anxiety and depression: Qualitative findings from a mixed-methods study. Psychol Psychother. 2021;94(4):1015–35. doi: 10.1111/papt.12343 [DOI] [PubMed] [Google Scholar]
  • 103.Trent NL, Borden S, Miraglia M, Pasalis E, Dusek JA, Khalsa SBS. Improvements in Psychological and Occupational Well-being Following a Brief Yoga-Based Program for Education Professionals. Glob Adv Health Med. 2019;8:2164956119856856. doi: 10.1177/2164956119856856 [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 104.Ofei-Dodoo S, Cleland-Leighton A, Nilsen K, Cloward JL, Casey E. Impact of a Mindfulness-Based, Workplace Group Yoga Intervention on Burnout, Self-Care, and Compassion in Health Care Professionals: A Pilot Study. J Occup Environ Med. 2020;62(8):581–7. doi: 10.1097/JOM.0000000000001892 [DOI] [PubMed] [Google Scholar]
  • 105.Zaccari B, Callahan ML, Storzbach D, McFarlane N, Hudson R, Loftis JM. Yoga for veterans with PTSD: Cognitive functioning, mental health, and salivary cortisol. Psychol Trauma. 2020;12(8):913–7. doi: 10.1037/tra0000909 [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 106.Martin EC, Dick AM, Scioli-Salter ER, Mitchell KS. Impact of a Yoga Intervention on Physical Activity, Self-Efficacy, and Motivation in Women with PTSD Symptoms. J Altern Complement Med. 2015;21(6):327–32. doi: 10.1089/acm.2014.0389 [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 107.Dick AM, Niles BL, Street AE, DiMartino DM, Mitchell KS. Examining mechanisms of change in a yoga intervention for women: the influence of mindfulness, psychological flexibility, and emotion regulation on PTSD symptoms. J Clin Psychol. 2014;70(12):1170–82. doi: 10.1002/jclp.22104 [DOI] [PubMed] [Google Scholar]
  • 108.Moriello G, Proper D, Cool S, Fink S, Schock S, Mayack J. Yoga therapy in an individual with spinal cord injury: A case report. J Bodyw Mov Ther. 2015;19(4):581–91. doi: 10.1016/j.jbmt.2014.08.004 [DOI] [PubMed] [Google Scholar]
  • 109.Brenneman EC, Kuntz AB, Wiebenga EG, Maly MR. A Yoga Strengthening Program Designed to Minimize the Knee Adduction Moment for Women with Knee Osteoarthritis: A Proof-Of-Principle Cohort Study. PLoS One. 2015;10(9):e0136854. doi: 10.1371/journal.pone.0136854 [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 110.Kanjirathingal JP, Mullerpatan RP, Nehete G, Raghuram N. Effect of Yogasana Intervention on Standing Balance Performance among People with Diabetic Peripheral Neuropathy: A Pilot Study. Int J Yoga. 2021;14(1):60–70. doi: 10.4103/ijoy.IJOY_75_20 [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 111.Van Puymbroeck M, Walter AA, Hawkins BL, Sharp JL, Woschkolup K, Urrea-Mendoza E, et al. Functional Improvements in Parkinson’s Disease Following a Randomized Trial of Yoga. Evid Based Complement Alternat Med. 2018;2018:8516351. doi: 10.1155/2018/8516351 [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 112.Wang M-Y, Greendale GA, Yu SS-Y, Salem GJ. Physical-Performance Outcomes and Biomechanical Correlates from the 32-Week Yoga Empowers Seniors Study. Evid Based Complement Alternat Med. 2016;2016:6921689. doi: 10.1155/2016/6921689 [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 113.Aggithaya MG, Narahari SR, Ryan TJ. Yoga for correction of lymphedema’s impairment of gait as an adjunct to lymphatic drainage: A pilot observational study. Int J Yoga. 2015;8(1):54–61. doi: 10.4103/0973-6131.146063 [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 114.Ulger O, Yağlı NV. Effects of yoga on balance and gait properties in women with musculoskeletal problems: a pilot study. Complement Ther Clin Pract. 2011;17(1):13–5. doi: 10.1016/j.ctcp.2010.06.006 [DOI] [PubMed] [Google Scholar]
  • 115.Grabara M, Szopa J. Effects of hatha yoga exercises on spine flexibility in women over 50 years old. J Phys Ther Sci. 2015;27(2):361–5. doi: 10.1589/jpts.27.361 [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 116.Liu A-M, Chu I-H, Lin H-T, Liang J-M, Hsu H-T, Wu W-L. Training Benefits and Injury Risks of Standing Yoga Applied in Musculoskeletal Problems: Lower Limb Biomechanical Analysis. Int J Environ Res Public Health. 2021;18(16):8402. doi: 10.3390/ijerph18168402 [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 117.Evans S, Seidman L, Sternlieb B, Casillas J, Zeltzer L, Tsao J. Clinical Case Report: Yoga for Fatigue in Five Young Adult Survivors of Childhood Cancer. J Adolesc Young Adult Oncol. 2017;6(1):96–101. doi: 10.1089/jayao.2016.0013 [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 118.Stan DL, Croghan KA, Croghan IT, Jenkins SM, Sutherland SJ, Cheville AL, et al. Randomized pilot trial of yoga versus strengthening exercises in breast cancer survivors with cancer-related fatigue. Support Care Cancer. 2016;24(9):4005–15. doi: 10.1007/s00520-016-3233-z [DOI] [PubMed] [Google Scholar]
  • 119.Sohl SJ, Danhauer SC, Birdee GS, Nicklas BJ, Yacoub G, Aklilu M, et al. A brief yoga intervention implemented during chemotherapy: A randomized controlled pilot study. Complement Ther Med. 2016;25:139–42. doi: 10.1016/j.ctim.2016.02.003 [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 120.Porter LS, Carson JW, Olsen M, Carson KM, Sanders L, Jones L, et al. Feasibility of a mindful yoga program for women with metastatic breast cancer: results of a randomized pilot study. Support Care Cancer. 2019;27(11):4307–16. doi: 10.1007/s00520-019-04710-7 [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 121.Kaur G, Prakash G, Malhotra P, Ghai S, Kaur S, Singh M, et al. Home-Based Yoga Program for the Patients Suffering from Malignant Lymphoma during Chemotherapy: A Feasibility Study. Int J Yoga. 2018;11(3):249–54. doi: 10.4103/ijoy.IJOY_17_18 [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 122.Ward L, Stebbings S, Athens J, Cherkin D, David Baxter G. Yoga for the management of pain and sleep in rheumatoid arthritis: a pilot randomized controlled trial. Musculoskeletal Care. 2018;16(1):39–47. doi: 10.1002/msc.1201 [DOI] [PubMed] [Google Scholar]
  • 123.Groessl EJ, Liu L, Schmalzl L, Chang DG, McCarthy A, Chun WI, et al. Secondary Outcomes from a Randomized Controlled Trial of Yoga for Veterans with Chronic Low-Back Pain. Int J Yoga Therap. 2020;30(1):69–76. doi: 10.17761/2020-D-19-00036 [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 124.Silveira K, Smart CM. Cognitive, physical, and psychological benefits of yoga for acquired brain injuries: A systematic review of recent findings. Neuropsychol Rehabil. 2020;30(7):1388–407. doi: 10.1080/09602011.2019.1583114 [DOI] [PubMed] [Google Scholar]
  • 125.Suárez-Iglesias D, Santos L, Sanchez-Lastra MA, Ayán C. Systematic review and meta-analysis of randomised controlled trials on the effects of yoga in people with Parkinson’s disease. Disabil Rehabil. 2022;44(21):6210–29. doi: 10.1080/09638288.2021.1966522 [DOI] [PubMed] [Google Scholar]
  • 126.Fasczewski KS, Garner LM, Clark LA, Michels HS, Migliarese SJ. Medical Therapeutic Yoga for multiple sclerosis: examining self-efficacy for physical activity, motivation for physical activity, and quality of life outcomes. Disabil Rehabil. 2022;44(1):106–13. doi: 10.1080/09638288.2020.1760364 [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 127.Bruce C, Achan V, Rathore S. Yoga-Based Cardiac Rehabilitation: Current Perspectives from Randomized Controlled Trials in Coronary Artery Disease. Vasc Health Risk Manag. 2021;17:779–89. doi: 10.2147/VHRM.S286928 [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 128.Bukowski EL, Conway A, Glentz LA, Kurland K, Galantino ML. The effect of iyengar yoga and strengthening exercises for people living with osteoarthritis of the knee: a case series. Int Q Community Health Educ. 2006;26(3):287–305. doi: 10.2190/IQ.26.3.f [DOI] [PubMed] [Google Scholar]
  • 129.Garfinkel MS, Schumacher HR Jr, Husain A, Levy M, Reshetar RA. Evaluation of a yoga based regimen for treatment of osteoarthritis of the hands. J Rheumatol. 1994;21(12):2341–3. [PubMed] [Google Scholar]
  • 130.Sathyaprabha T, Kisan R, Adoor M, Nalini A, Kutty B, ChindandaMurthy B. et al. Effect of Yoga on migraine: A comprehensive study using clinical profile and cardiac autonomic functions. Int J Yoga. 2014;7(2):126–32. doi: 10.4103/0973-6131.133891 [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 131.Carson JW, Carson KM, Jones KD, Lancaster L, Mist SD. Mindful Yoga Pilot Study Shows Modulation of Abnormal Pain Processing in Fibromyalgia Patients. Int J Yoga Therap. 2016;26(1):93–100. doi: 10.17761/1531-2054-26.1.93 [DOI] [PubMed] [Google Scholar]
  • 132.Hennard J. A Protocol and Pilot Study for Managing Fibromyalgia with Yoga and Meditation. International Journal of Yoga Therapy. 2011;21(1):109–21. doi: 10.17761/ijyt.21.1.ah8r9t4x57p6247p [DOI] [PubMed] [Google Scholar]
  • 133.Evans S, Cousins L, Tsao JCI, Sternlieb B, Zeltzer LK. Protocol for a randomized controlled study of Iyengar yoga for youth with irritable bowel syndrome. Trials. 2011;12:15. doi: 10.1186/1745-6215-12-15 [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 134.Schumann D, Anheyer D, Lauche R, Dobos G, Langhorst J, Cramer H. Effect of Yoga in the Therapy of Irritable Bowel Syndrome: A Systematic Review. Clinical Gastroenterology and Hepatology. 2016;14. doi: 10.1016/j.cgh.2016.04.026 [DOI] [PubMed] [Google Scholar]
  • 135.D’Silva A, MacQueen G, Nasser Y, Taylor LM, Vallance JK, Raman M. Yoga as a Therapy for Irritable Bowel Syndrome. Dig Dis Sci. 2020;65(9):2503–14. doi: 10.1007/s10620-019-05989-6 [DOI] [PubMed] [Google Scholar]
  • 136.Yonglitthipagon P, Muansiangsai S, Wongkhumngern W, Donpunha W, Chanavirut R, Siritaratiwat W, et al. Effect of yoga on the menstrual pain, physical fitness, and quality of life of young women with primary dysmenorrhea. J Bodyw Mov Ther. 2017;21(4):840–6. doi: 10.1016/j.jbmt.2017.01.014 [DOI] [PubMed] [Google Scholar]
  • 137.Tüzün S, Aktas I, Akarirmak U, Sipahi S, Tüzün F. Yoga might be an alternative training for the quality of life and balance in postmenopausal osteoporosis. Eur J Phys Rehabil Med. 2010;46(1):69–72. [PubMed] [Google Scholar]
  • 138.Nayak G, Kamath A, Kumar PN, Rao A. Effect of yoga therapy on physical and psychological quality of life of perimenopausal women in selected coastal areas of Karnataka, India. J Midlife Health. 2014;5(4):180–5. doi: 10.4103/0976-7800.145161 [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 139.Rogers KA, MacDonald M. Therapeutic Yoga: Symptom Management for Multiple Sclerosis. J Altern Complement Med. 2015;21(11):655–9. doi: 10.1089/acm.2015.0015 [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 140.Nourollahimoghadam E, Gorji S, Gorji A, Khaleghi Ghadiri M. Therapeutic role of yoga in neuropsychological disorders. World J Psychiatry. 2021;11(10):754–73. doi: 10.5498/wjp.v11.i10.754 [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 141.Gothe NP, Hayes JM, Temali C, Damoiseaux JS. Differences in Brain Structure and Function Among Yoga Practitioners and Controls. Front Integr Neurosci. 2018;12:26. doi: 10.3389/fnint.2018.00026 [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 142.Gard T, Taquet M, Dixit R, Hölzel BK, de Montjoye Y-A, Brach N, et al. Fluid intelligence and brain functional organization in aging yoga and meditation practitioners. Front Aging Neurosci. 2014;6:76. doi: 10.3389/fnagi.2014.00076 [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 143.Wadden KP, Snow NJ, Sande P, Slawson S, Waller T, Boyd LA. Yoga Practitioners Uniquely Activate the Superior Parietal Lobule and Supramarginal Gyrus During Emotion Regulation. Front Integr Neurosci. 2018;12:60. doi: 10.3389/fnint.2018.00060 [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 144.Bierski K. A wellbeing skill: moving attentively in hospital yoga practice. Anthropol Med. 2021;28(3):341–58. doi: 10.1080/13648470.2021.1949941 [DOI] [PubMed] [Google Scholar]
  • 145.Rivest-Gadbois E, Boudrias M-H. What are the known effects of yoga on the brain in relation to motor performances, body awareness and pain? A narrative review. Complement Ther Med. 2019;44:129–42. doi: 10.1016/j.ctim.2019.03.021 [DOI] [PubMed] [Google Scholar]

Decision Letter 0

Kallol Kumar Bhattacharyya

22 Jan 2025

PONE-D-24-47636What are we learning with Yoga? A text mining approach to LiteraturePLOS ONE

Dear Dr. Raittz,

Thank you for submitting your manuscript to PLOS ONE. After careful consideration, we feel that it has merit but does not fully meet PLOS ONE’s publication criteria as it currently stands. Therefore, we invite you to submit a revised version of the manuscript that addresses the points raised during the review process.

Please submit your revised manuscript by Mar 02 2025 11:59PM. If you will need more time than this to complete your revisions, please reply to this message or contact the journal office at plosone@plos.org . When you're ready to submit your revision, log on to https://www.editorialmanager.com/pone/ and select the 'Submissions Needing Revision' folder to locate your manuscript file.

Please include the following items when submitting your revised manuscript:

  • A rebuttal letter that responds to each point raised by the academic editor and reviewer(s). You should upload this letter as a separate file labeled 'Response to Reviewers'.

  • A marked-up copy of your manuscript that highlights changes made to the original version. You should upload this as a separate file labeled 'Revised Manuscript with Track Changes'.

  • An unmarked version of your revised paper without tracked changes. You should upload this as a separate file labeled 'Manuscript'.

If you would like to make changes to your financial disclosure, please include your updated statement in your cover letter. Guidelines for resubmitting your figure files are available below the reviewer comments at the end of this letter.

If applicable, we recommend that you deposit your laboratory protocols in protocols.io to enhance the reproducibility of your results. Protocols.io assigns your protocol its own identifier (DOI) so that it can be cited independently in the future. For instructions see: https://journals.plos.org/plosone/s/submission-guidelines#loc-laboratory-protocols . Additionally, PLOS ONE offers an option for publishing peer-reviewed Lab Protocol articles, which describe protocols hosted on protocols.io. Read more information on sharing protocols at https://plos.org/protocols?utm_medium=editorial-email&utm_source=authorletters&utm_campaign=protocols .

We look forward to receiving your revised manuscript.

Kind regards,

Kallol Kumar Bhattacharyya, MBBS MA PhD

Academic Editor

PLOS ONE

Journal Requirements:

When submitting your revision, we need you to address these additional requirements.

1.Please ensure that your manuscript meets PLOS ONE's style requirements, including those for file naming. The PLOS ONE style templates can be found at

https://journals.plos.org/plosone/s/file?id=wjVg/PLOSOne_formatting_sample_main_body.pdf and

https://journals.plos.org/plosone/s/file?id=ba62/PLOSOne_formatting_sample_title_authors_affiliations.pdf

2. Please note that PLOS ONE has specific guidelines on code sharing for submissions in which author-generated code underpins the findings in the manuscript. In these cases, we expect all author-generated code to be made available without restrictions upon publication of the work.

Please review our guidelines at https://journals.plos.org/plosone/s/materials-and-software-sharing#loc-sharing-code and ensure that your code is shared in a way that follows best practice and facilitates reproducibility and reuse.

3. Please note that funding information should not appear in any section or other areas of your manuscript. We will only publish funding information present in the Funding Statement section of the online submission form. Please remove any funding-related text from the manuscript.

4. Please note that your Data Availability Statement is currently missing the repository name. If your manuscript is accepted for publication, you will be asked to provide these details on a very short timeline. We therefore suggest that you provide this information now, though we will not hold up the peer review process if you are unable.

5. When completing the data availability statement of the submission form, you indicated that you will make your data available on acceptance. We strongly recommend all authors decide on a data sharing plan before acceptance, as the process can be lengthy and hold up publication timelines. Please note that, though access restrictions are acceptable now, your entire data will need to be made freely accessible if your manuscript is accepted for publication. This policy applies to all data except where public deposition would breach compliance with the protocol approved by your research ethics board. If you are unable to adhere to our open data policy, please kindly revise your statement to explain your reasoning and we will seek the editor's input on an exemption. Please be assured that, once you have provided your new statement, the assessment of your exemption will not hold up the peer review process.

6. We are unable to open your Supporting Information file “supplemental_files.zip”. Please kindly revise as necessary and re-upload.

7. Please review your reference list to ensure that it is complete and correct. If you have cited papers that have been retracted, please include the rationale for doing so in the manuscript text, or remove these references and replace them with relevant current references. Any changes to the reference list should be mentioned in the rebuttal letter that accompanies your revised manuscript. If you need to cite a retracted article, indicate the article’s retracted status in the References list and also include a citation and full reference for the retraction notice.

Additional Editor Comments:

As you can see that the reviewers have suggested some minor edits in the manuscript; therefore, I'd like you to carefully read and modify the manuscript accordingly. 

[Note: HTML markup is below. Please do not edit.]

Reviewers' comments:

Reviewer's Responses to Questions

Comments to the Author

1. Is the manuscript technically sound, and do the data support the conclusions?

The manuscript must describe a technically sound piece of scientific research with data that supports the conclusions. Experiments must have been conducted rigorously, with appropriate controls, replication, and sample sizes. The conclusions must be drawn appropriately based on the data presented.

Reviewer #1: Partly

Reviewer #2: Partly

**********

2. Has the statistical analysis been performed appropriately and rigorously?

Reviewer #1: Yes

Reviewer #2: I Don't Know

**********

3. Have the authors made all data underlying the findings in their manuscript fully available?

The PLOS Data policy requires authors to make all data underlying the findings described in their manuscript fully available without restriction, with rare exception (please refer to the Data Availability Statement in the manuscript PDF file). The data should be provided as part of the manuscript or its supporting information, or deposited to a public repository. For example, in addition to summary statistics, the data points behind means, medians and variance measures should be available. If there are restrictions on publicly sharing data—e.g. participant privacy or use of data from a third party—those must be specified.

Reviewer #1: Yes

Reviewer #2: Yes

**********

4. Is the manuscript presented in an intelligible fashion and written in standard English?

PLOS ONE does not copyedit accepted manuscripts, so the language in submitted articles must be clear, correct, and unambiguous. Any typographical or grammatical errors should be corrected at revision, so please note any specific errors here.

Reviewer #1: Yes

Reviewer #2: Yes

**********

5. Review Comments to the Author

Please use the space provided to explain your answers to the questions above. You may also include additional comments for the author, including concerns about dual publication, research ethics, or publication ethics. (Please upload your review as an attachment if it exceeds 20,000 characters)

Reviewer #1: Thank you for the opportunity to review this interesting study and its methodology. I found the approach to be engaging and well-conceived. However, I would like to provide a few suggestions to enhance clarity and readability:

Abstract: The conclusion in the abstract appears somewhat vague. I would encourage you to provide a more precise and actionable takeaway to better communicate the key findings of the study.

Headings: In the "Background" section, I recommend using a more descriptive heading that directly reflects the content of the section. This will help guide readers more effectively through the material.

Results Section: To improve clarity, please consider structuring the results section more explicitly. Rather than referring to subgroups and groups using letters, it would be helpful to use descriptive names (e.g., "Respiration Group (A)"). This will make it easier for readers to follow and interpret your findings.

Tables and Formatting: I recommend reviewing the APA guidelines for formatting tables and for italicizing statistical abbreviations. Ensuring consistency and adherence to APA standards will improve the overall presentation of your work.

Clearer Presentation of Groups: A clearer and more detailed presentation of the groups, including their definitions and distinctions, will significantly enhance the reader’s ability to engage with and understand your findings. I would e.g. appreciate some figure to visualize all groups.

I hope these suggestions are helpful as you refine your manuscript. Thank you again for sharing your research.

Reviewer #2: First and foremost, I would like to appreciate the authors’ positive attitude towards the review process and constant efforts in revising and giving the manuscript a better shape. Their thorough attentiveness in analysing the descriptions and modification in the manuscript seems to be commendable. Their commitment for improving each aspect of the work from little details to extensive formatting seems praiseworthy. Now the manuscript provides a clearer and thorough vision. It can be said that the authors tried to provide an improved quality of the manuscript. However, there are some observations that needs attention-

• The manuscript explores research trends in Yoga, where the methodological approach for literature mining is majorly highlighted to develop a comprehensive framework for existing literature on yoga, facilitating multidisciplinary collaboration and bringing new light to relevant aspects. Thus, the title of the manuscript need to be re-framed indicating the methodology (literature mining approach) for describing Yoga.

• Define abbreviation e.g. BRET upon first appearance in the text.

• Authors have provided sub-sections like- Introduction and Background separately that needs to be improvised and re-organized following the IMRAD format.

• The basic queries of the manuscripts are to understand Yoga’s scientific foundation; the effects of Yoga practice be generalized to other fields, particularly health; identify underexplored topics within Yoga practice etc. However, it is difficult to get the direct corroboration with specific citations of the text mining results.

• Strengths and limitations of the study will help in improving the manuscript.

**********

6. PLOS authors have the option to publish the peer review history of their article (what does this mean? ). If published, this will include your full peer review and any attached files.

If you choose “no”, your identity will remain anonymous but your review may still be made public.

Do you want your identity to be public for this peer review? For information about this choice, including consent withdrawal, please see our Privacy Policy .

Reviewer #1: No

Reviewer #2: No

**********

[NOTE: If reviewer comments were submitted as an attachment file, they will be attached to this email and accessible via the submission site. Please log into your account, locate the manuscript record, and check for the action link "View Attachments". If this link does not appear, there are no attachment files.]

While revising your submission, please upload your figure files to the Preflight Analysis and Conversion Engine (PACE) digital diagnostic tool, https://pacev2.apexcovantage.com/ . PACE helps ensure that figures meet PLOS requirements. To use PACE, you must first register as a user. Registration is free. Then, login and navigate to the UPLOAD tab, where you will find detailed instructions on how to use the tool. If you encounter any issues or have any questions when using PACE, please email PLOS at figures@plos.org . Please note that Supporting Information files do not need this step.

Attachment

Submitted filename: PONE review_14-01-2024.docx

pone.0322791.s002.docx (16.6KB, docx)
PLoS One. 2025 May 29;20(5):e0322791. doi: 10.1371/journal.pone.0322791.r003

Author response to Decision Letter 1


17 Feb 2025

We want to thank the reviewers for their excellent revisions, which have helped us to improve the manuscript in a general and definitive way. The feedback allowed us to improve its clarity and make it more informative for the community. We are sincerely grateful.

We are resubmitting the manuscript "What We are Learning with Yoga: A Text Mining Approach to Literature," with the title changed to "What are we learning with Yoga? Mapping the scientific literature on Yoga using a vector-text-mining approach", as requested by reviewer 2. We have considered all suggestions and incorporated the necessary revisions into the manuscript. Below, we provide detailed responses to each comment, and all modifications have been highlighted in yellow in the manuscript for clarity.

We have organized the supplementary material and addressed the editor's requests to avoid any delays in a potential publication. We point out that to make it easier to access the study's supplementary material, we migrated our supplementary files (S1 to S7 and the code developed to construct the HTML-TMs) to the Zenodo platform, with DOI: 10.5281/zenodo.14763946 (https://zenodo.org/uploads/14763946), instead of the file "supplemental_files.zip" (see lines 330-332; 943-944). We have also added the code developed and used to obtain our results (S11_Codes.zip) as supplementary material at the same link, as requested.

Reviewer #1:

Thank you for the opportunity to review this interesting study and its methodology. I found the approach to be engaging and well-conceived. However, I would like to provide a few suggestions to enhance clarity and readability:

Abstract: The conclusion in the abstract appears somewhat vague. I would encourage you to provide a more precise and actionable takeaway to better communicate the key findings of the study.

Response: We have emphasized our main conclusion in the text of the abstract, which we believe reflects the most important findings of our study (lines 38-42).

Headings: In the "Background" section, I recommend using a more descriptive heading that directly reflects the content of the section. This will help guide readers more effectively through the material.

Response: We changed the section's title from 'Background' to 'Definitions and Technical Details' (line 105) to make it more transparent.

Results Section: To improve clarity, please consider structuring the results section more explicitly. Rather than referring to subgroups and groups using letters, it would be helpful to use descriptive names (e.g., "Respiration Group (A)"). This will make it easier for readers to follow and interpret your findings.

Response: To make the text easier to read and follow, we have added the full names of each group and sub-group throughout the text, along with the corresponding Roman numerals and letters.

Tables and Formatting: I recommend reviewing the APA guidelines for formatting tables and for italicizing statistical abbreviations. Ensuring consistency and adherence to APA standards will improve the overall presentation of your work.

Response: As requested, we changed all the tables to APA format and presented them in a standardized way.

Clearer Presentation of Groups: A clearer and more detailed presentation of the groups, including their definitions and distinctions, will significantly enhance the reader's ability to engage with and understand your findings. I would e.g. appreciate some figure to visualize all groups.

I hope these suggestions are helpful as you refine your manuscript. Thank you again for sharing your research.

Response: We have restructured Table 1, which originally listed the dimensions and groups, to include subgroups (A, B, C, and D) and briefly describe each group. Further, we have incorporated the number of hits, unique occurrences, and coverage in Table 1, making the overlap between the defined groups more explicit. These additions improve clarity and help readers better understand the context of the yoga literature. Additionally, we have created Figure 4 to more effectively illustrate the overlap between the groups (lines 404–405, 411–41). Figure 3 also provides an overview of the groups, distinguished by color and their respective logical expressions.

Reviewer #2:

First and foremost, I would like to appreciate the authors' positive attitude towards the review process and constant efforts in revising and giving the manuscript a better shape. Their thorough attentiveness in analysing the descriptions and modification in the manuscript seems to be commendable. Their commitment for improving each aspect of the work from little details to extensive formatting seems praiseworthy. Now the manuscript provides a clearer and thorough vision. It can be said that the authors tried to provide an improved quality of the manuscript. However, there are some observations that needs attention-

• The manuscript explores research trends in Yoga, where the methodological approach for literature mining is majorly highlighted to develop a comprehensive framework for existing literature on Yoga, facilitating multidisciplinary collaboration and bringing new light to relevant aspects. Thus, the title of the manuscript need to be re-framed indicating the methodology (literature mining approach) for describing Yoga.

Response: We changed the manuscript's title from "What We are Learning with Yoga: A Text Mining Approach to Literature" to "What are we learning with Yoga? Mapping the scientific literature on Yoga using a vector-text-mining approach", emphasizing our methodological approach.

• Define abbreviation e.g. BRET upon first appearance in the text.

Response: We have revised the acronyms in the document and corrected the passages where they were not defined when they first appeared.

• Authors have provided sub-sections like- Introduction and Background separately that needs to be improvised and re-organized following the IMRAD format.

Response: To incorporate the suggested IMRAD format, we have changed the 'Background' section to an introductory subsection, which we renamed 'Definitions and Technical Details' for clarity.

• The basic queries of the manuscripts are to understand Yoga's scientific foundation; the effects of Yoga practice be generalized to other fields, particularly health; identify underexplored topics within Yoga practice etc. However, it is difficult to get the direct corroboration with specific citations of the text mining results.

Response: To make it clearer what each stage of text mining contributes to obtaining our findings, we have drawn up Table S12 (placed as a supplement to the manuscript and deposited it on the Zenodo platform – DOI: 10.5281/zenodo.14763946). In this table, we clarify that the TM was a collaboration between the information presented by AI and human analysis, which helped refine the other. We modified our manuscript in lines 355-358 to present this addition. We would also point out that throughout the text, we have made other minor changes (highlighted in yellow) to emphasize the interpretation of the TM.

• Strengths and limitations of the study will help in improving the manuscript.

Response: Among the study's strengths, we emphasize that it provides a facilitator for the yoga researcher. We present an overview of Yoga for the first time. Our limitations relate to the exclusive use of titles and abstracts of studies on PubMed, as considerable literature may exist outside the platform. We did not carry out meta-analyses or deepen the analysis of the groups. Furthermore, our strategy may have omitted relevant areas, considering that we constructed the logical expressions (LOGEXP) from the survey of bibliographic reviews. Considering this, we have the prospect of using full articles in the mining, which would provide a deeper understanding of the field. We also aim to expand the technique, use the knowledge acquired in other areas of study, and offer the technique as a platform for users. In the discussion, we added a paragraph to clearly present the study's strengths, limitations, and perspectives. These are presented in lines 919-928.

We hope that the adjustments made, as suggested by the reviewers, have improved the manuscript's presentation and comprehensibility. Once again, thank the reviewers for their valuable feedback and contributions to help us improve the manuscript.

Kind regards,

Roberto Tadeu Raittz, Ph.D, Corresponding author

Attachment

Submitted filename: Rebutal_2025.pdf

pone.0322791.s003.pdf (281.3KB, pdf)

Decision Letter 1

Kallol Kumar Bhattacharyya

11 Mar 2025

PONE-D-24-47636R1What are we learning with Yoga? Mapping the scientific literature on Yoga using a vector-text-mining approachPLOS ONE

Dear Dr. Raittz,

Thank you for submitting your manuscript to PLOS ONE. After careful consideration, we feel that it has merit but does not fully meet PLOS ONE’s publication criteria as it currently stands. Therefore, we invite you to submit a revised version of the manuscript that addresses the points raised during the review process.

 This is a great work; however, I only could secure one review from one of the original reviewers. At this point, I do not want to send it out to new reviewers. Therefore, I reviewed the manuscript and found most of the comments were perfectly answered. I would like to request to respond one reviewer's minor suggestions and submit a revised version. You are very close. 

Please submit your revised manuscript by Apr 25 2025 11:59PM. If you will need more time than this to complete your revisions, please reply to this message or contact the journal office at plosone@plos.org . When you're ready to submit your revision, log on to https://www.editorialmanager.com/pone/ and select the 'Submissions Needing Revision' folder to locate your manuscript file.

Please include the following items when submitting your revised manuscript:

  • A rebuttal letter that responds to each point raised by the academic editor and reviewer(s). You should upload this letter as a separate file labeled 'Response to Reviewers'.

  • A marked-up copy of your manuscript that highlights changes made to the original version. You should upload this as a separate file labeled 'Revised Manuscript with Track Changes'.

  • An unmarked version of your revised paper without tracked changes. You should upload this as a separate file labeled 'Manuscript'.

If you would like to make changes to your financial disclosure, please include your updated statement in your cover letter. Guidelines for resubmitting your figure files are available below the reviewer comments at the end of this letter.

If applicable, we recommend that you deposit your laboratory protocols in protocols.io to enhance the reproducibility of your results. Protocols.io assigns your protocol its own identifier (DOI) so that it can be cited independently in the future. For instructions see: https://journals.plos.org/plosone/s/submission-guidelines#loc-laboratory-protocols . Additionally, PLOS ONE offers an option for publishing peer-reviewed Lab Protocol articles, which describe protocols hosted on protocols.io. Read more information on sharing protocols at https://plos.org/protocols?utm_medium=editorial-email&utm_source=authorletters&utm_campaign=protocols .

We look forward to receiving your revised manuscript.

Kind regards,

Kallol Kumar Bhattacharyya, MBBS MA PhD

Academic Editor

PLOS ONE

Journal Requirements:

Please review your reference list to ensure that it is complete and correct. If you have cited papers that have been retracted, please include the rationale for doing so in the manuscript text, or remove these references and replace them with relevant current references. Any changes to the reference list should be mentioned in the rebuttal letter that accompanies your revised manuscript. If you need to cite a retracted article, indicate the article’s retracted status in the References list and also include a citation and full reference for the retraction notice.

[Note: HTML markup is below. Please do not edit.]

Reviewers' comments:

Reviewer's Responses to Questions

Comments to the Author

1. If the authors have adequately addressed your comments raised in a previous round of review and you feel that this manuscript is now acceptable for publication, you may indicate that here to bypass the “Comments to the Author” section, enter your conflict of interest statement in the “Confidential to Editor” section, and submit your "Accept" recommendation.

Reviewer #1: All comments have been addressed

**********

2. Is the manuscript technically sound, and do the data support the conclusions?

The manuscript must describe a technically sound piece of scientific research with data that supports the conclusions. Experiments must have been conducted rigorously, with appropriate controls, replication, and sample sizes. The conclusions must be drawn appropriately based on the data presented.

Reviewer #1: Yes

**********

3. Has the statistical analysis been performed appropriately and rigorously?

Reviewer #1: I Don't Know

**********

4. Have the authors made all data underlying the findings in their manuscript fully available?

The PLOS Data policy requires authors to make all data underlying the findings described in their manuscript fully available without restriction, with rare exception (please refer to the Data Availability Statement in the manuscript PDF file). The data should be provided as part of the manuscript or its supporting information, or deposited to a public repository. For example, in addition to summary statistics, the data points behind means, medians and variance measures should be available. If there are restrictions on publicly sharing data—e.g. participant privacy or use of data from a third party—those must be specified.

Reviewer #1: Yes

**********

5. Is the manuscript presented in an intelligible fashion and written in standard English?

PLOS ONE does not copyedit accepted manuscripts, so the language in submitted articles must be clear, correct, and unambiguous. Any typographical or grammatical errors should be corrected at revision, so please note any specific errors here.

Reviewer #1: Yes

**********

6. Review Comments to the Author

Please use the space provided to explain your answers to the questions above. You may also include additional comments for the author, including concerns about dual publication, research ethics, or publication ethics. (Please upload your review as an attachment if it exceeds 20,000 characters)

Reviewer #1: Dear Authors,

Thank you for your work on this paper. I found it very interesting to read, and it is clear that a great deal of effort has gone into this research. Although I am not an expert on the methodology used, it appears to be sound and rigorous, making the paper a strong candidate for publication. I do, however, have a few minor suggestions that could improve clarity and readability:

Tables and Abbreviations

When using titles in tables, figures, or similar elements, please ensure that all abbreviations are explicitly defined. For example:

Table 2. Mapped Relations Between YP and Positive Neurobiological Effects (YP = Yoga Practice).

Effect Sizes

I would appreciate it if effect sizes were included wherever available. If they are not reported, please mention this explicitly to provide full transparency.

Table Formatting and Ordering

Table 3 does not follow APA style. Please revise it accordingly.

The order of elements in Table 3 and Appendix B seems somewhat arbitrary. Organizing them by the number of studies found, year of publication or alphabetically could improve readability. If a specific rationale for the current order exists, please clarify it.

Discussion Section Clarity

Some parts of the discussion are difficult to follow. For instance, the first sentence:

"Exploring topics related to yoga through vector representations and semantic investigations reveals that yoga has a scientific foundation, addressing the first question."

The phrase "the first question" is unclear. Readers should not have to search through the document to understand what is being referenced. Please consider rewording for greater clarity.

Headings in the Discussion Section

Adding subheadings, such as Strengths & Weaknesses, would help structure the discussion and make it easier to navigate.

Overall, I enjoyed reading the paper and appreciate the depth of analysis presented. With these minor refinements, I believe the manuscript will be even stronger. Thank you again for your work!

Best regards,

**********

7. PLOS authors have the option to publish the peer review history of their article (what does this mean? ). If published, this will include your full peer review and any attached files.

If you choose “no”, your identity will remain anonymous but your review may still be made public.

Do you want your identity to be public for this peer review? For information about this choice, including consent withdrawal, please see our Privacy Policy .

Reviewer #1: No

**********

[NOTE: If reviewer comments were submitted as an attachment file, they will be attached to this email and accessible via the submission site. Please log into your account, locate the manuscript record, and check for the action link "View Attachments". If this link does not appear, there are no attachment files.]

While revising your submission, please upload your figure files to the Preflight Analysis and Conversion Engine (PACE) digital diagnostic tool, https://pacev2.apexcovantage.com/ . PACE helps ensure that figures meet PLOS requirements. To use PACE, you must first register as a user. Registration is free. Then, login and navigate to the UPLOAD tab, where you will find detailed instructions on how to use the tool. If you encounter any issues or have any questions when using PACE, please email PLOS at figures@plos.org . Please note that Supporting Information files do not need this step.

PLoS One. 2025 May 29;20(5):e0322791. doi: 10.1371/journal.pone.0322791.r005

Author response to Decision Letter 2


26 Mar 2025

Dear Kallol Kumar Bhattacharyya, MBBS MA PhD

Academic Editor of PLOS ONE,

We are resubmitting the manuscript “What are we learning with Yoga? Mapping the scientific literature on Yoga using a vector-text-mining approach” to respond to the additional requests made by reviewer 1. We have considered all the suggestions and incorporated the necessary revisions into the manuscript, highlighting them in yellow. Below, we provide detailed responses to each comment.

We thank the reviewers and editors. The changes have greatly improved the document during this revision process.

Reviewer #1:

Thank you for your work on this paper. I found it very interesting to read, and it is clear that a great deal of effort has gone into this research. Although I am not an expert on the methodology used, it appears to be sound and rigorous, making the paper a strong candidate for publication. I do, however, have a few minor suggestions that could improve clarity and readability:

We thank the reviewer for his suggestions and hope that we have met his expectations.

Tables and Abbreviations

When using titles in tables, figures, or similar elements, please ensure that all abbreviations are explicitly defined. For example:

Table 2. Mapped Relations Between YP and Positive Neurobiological Effects (YP = Yoga Practice).

Response: We have incorporated the full meaning of the acronyms into the figures' and tables' titles and captions. Modifications are highlighted in yellow (see lines 242-3,377,412,416,562,780-1).

Effect Sizes

I would appreciate it if effect sizes were included wherever available. If they are not reported, please mention this explicitly to provide full transparency.

Response: We appreciate the reviewer's suggestion about including effect sizes. However, it is important to note that the methodology proposed in this study does not involve hypothesis testing or association analyses since our focus was on text mining. The main objective was to contextualize and demonstrate the relevance of the articles in the field of yoga without going into statistical depth. As such, effect size analysis does not apply to the scope of this work. We suggest that readers consult the original articles for more detailed statistical information. To ensure greater clarity, we emphasized that our review prioritized a qualitative approach through text mining (lines 924,928). We hope this explanation clarifies our methodological approach.

Table Formatting and Ordering

Table 3 does not follow APA style. Please revise it accordingly.

The order of elements in Table 3 and Appendix B seems somewhat arbitrary. Organizing them by te number of studies found, year of publication or alphabetically could improve readability. If a specific rationale for the current order exists, please clarify it.

Response: We changed the order of the elements in Table 3, respecting the alphabetical order. We also formatted Table 3 to conform to APA format, inserting two columns with the number of documents and titles, making the information more straightforward to read.

We checked Supplementary Table S12, and the order is in line with the sequence in which the study was carried out, which is made clear in the text (lines 358-9). However, we could not identify what the comment about Appendix B refers to.

Discussion Section Clarity

Some parts of the discussion are difficult to follow. For instance, the first sentence:

"Exploring topics related to yoga through vector representations and semantic investigations reveals that yoga has a scientific foundation, addressing the first question."

The phrase "the first question" is unclear. Readers should not have to search through the document to understand what is being referenced. Please consider rewording for greater clarity.

Response: We appreciate the reviewer's suggestion, and for clarity, we have left questions 1 and 2, mentioned in the discussion, explicit (lines 787-8,837-8).

Headings in the Discussion Section

Adding subheadings, such as Strengths & Weaknesses, would help structure the discussion and make it easier to navigate.

Response: We have subdivided the discussion into three topics to make it easier to navigate the text. The subsections were 4.1 Organizing Yoga Research (line 805), 4.2 Underexplored Aspects of Yoga Practice (line 873), and 4.3 Strengths, Challenges, and Future Directions (line 925).

Best regards,

Roberto Tadeu Raittz, PhD corresponding author

Attachment

Submitted filename: Response.pdf

pone.0322791.s004.pdf (243.1KB, pdf)

Decision Letter 2

Kallol Kumar Bhattacharyya

28 Mar 2025

What are we learning with Yoga? Mapping the scientific literature on Yoga using a vector-text-mining approach

PONE-D-24-47636R2

Dear Dr. Raittz,

We’re pleased to inform you that your manuscript has been judged scientifically suitable for publication and will be formally accepted for publication once it meets all outstanding technical requirements.

Within one week, you’ll receive an e-mail detailing the required amendments. When these have been addressed, you’ll receive a formal acceptance letter and your manuscript will be scheduled for publication.

An invoice will be generated when your article is formally accepted. Please note, if your institution has a publishing partnership with PLOS and your article meets the relevant criteria, all or part of your publication costs will be covered. Please make sure your user information is up-to-date by logging into Editorial Manager at Editorial Manager®  and clicking the ‘Update My Information' link at the top of the page. If you have any questions relating to publication charges, please contact our Author Billing department directly at authorbilling@plos.org.

If your institution or institutions have a press office, please notify them about your upcoming paper to help maximize its impact. If they’ll be preparing press materials, please inform our press team as soon as possible -- no later than 48 hours after receiving the formal acceptance. Your manuscript will remain under strict press embargo until 2 pm Eastern Time on the date of publication. For more information, please contact onepress@plos.org.

Kind regards,

Kallol Kumar Bhattacharyya, MBBS MA PhD

Academic Editor

PLOS ONE

Additional Editor Comments (optional):

Reviewers' comments:

Acceptance letter

Kallol Kumar Bhattacharyya

PONE-D-24-47636R2

PLOS ONE

Dear Dr. Raittz,

I'm pleased to inform you that your manuscript has been deemed suitable for publication in PLOS ONE. Congratulations! Your manuscript is now being handed over to our production team.

At this stage, our production department will prepare your paper for publication. This includes ensuring the following:

* All references, tables, and figures are properly cited

* All relevant supporting information is included in the manuscript submission,

* There are no issues that prevent the paper from being properly typeset

You will receive further instructions from the production team, including instructions on how to review your proof when it is ready. Please keep in mind that we are working through a large volume of accepted articles, so please give us a few days to review your paper and let you know the next and final steps.

Lastly, if your institution or institutions have a press office, please let them know about your upcoming paper now to help maximize its impact. If they'll be preparing press materials, please inform our press team within the next 48 hours. Your manuscript will remain under strict press embargo until 2 pm Eastern Time on the date of publication. For more information, please contact onepress@plos.org.

If we can help with anything else, please email us at customercare@plos.org.

Thank you for submitting your work to PLOS ONE and supporting open access.

Kind regards,

PLOS ONE Editorial Office Staff

on behalf of

Dr. Kallol Kumar Bhattacharyya

Academic Editor

PLOS ONE

Associated Data

    This section collects any data citations, data availability statements, or supplementary materials included in this article.

    Supplementary Materials

    Attachment

    Submitted filename: Reviewers_answer.docx

    pone.0322791.s001.docx (52.3KB, docx)
    Attachment

    Submitted filename: PONE review_14-01-2024.docx

    pone.0322791.s002.docx (16.6KB, docx)
    Attachment

    Submitted filename: Rebutal_2025.pdf

    pone.0322791.s003.pdf (281.3KB, pdf)
    Attachment

    Submitted filename: Response.pdf

    pone.0322791.s004.pdf (243.1KB, pdf)

    Data Availability Statement

    The data obtained from the analyses performed in this study are available at https://aibialab.github.io/HTMLTM_Yoga and the supplementary material (files S1-S12) deposited in Zenodo repository at https://zenodo.org/uploads/14763946.


    Articles from PLOS One are provided here courtesy of PLOS

    RESOURCES