What are we learning with Yoga: a text mining approach to literature ==================================================================== * Rosangela Ieger Raittz * Camilla R. De Pierri * Camila P. Perico * Diogo J. Machado * Jeroniza N. Marchaukoski * Roberto T. Raittz ## Abstract Techniques used in yoga existed long before science as we know it. However, with Yoga westernization, the proliferation of scientific studies addressing the subject is exponential. Even though the literature presents thousands of related articles, many studies are considered flimsy — the diversity of methods, areas of interest, and focus cause it to become a complex environment without general guidelines for the researcher. This status may represent one of the impediments to the field’s evolution. This study aims to elaborate a global structure of the literature on Yoga to open the door for multidisciplinary collaboration and bring new light to some relevant aspects. Due to its complexity, we understand that techniques to model complex domains are necessary. Contemporary methods of Artificial Intelligence have promoted advances in Bioinformatics, including text mining to scientific literature. Through the vector representation of texts, we got semantic abilities and could organize data in a way that allowed us to acquire a global vision of this literature. Additionally, we made the platforms available to Yoga researchers to enable them to evaluate our findings and make their forays into the literature. Besides better understanding why we study Yoga, we discovered that the literature offers insights into the relationships in broader aspects. ## 1. Introduction Yoga has been taught for thousands of years [1][2][3], and there is inevitably a vast cultural legacy related to it. However, uniting traditional knowledge with scientific principles and language is difficult. Experts who have the domain of Yoga knowledge don’t belong (necessarily) to the academic environment. The scientific literature on Yoga or Yoga practice (YP) contains thousands of articles and hundreds of reviews. The reported benefits related to YP have motivated the verification of new application possibilities, and the trend is that the proliferation of interest in the subject will continue to expand. Groups develop the studies from several areas, often far apart (from biochemistry to social sciences, for instances), and most focus on their specific interests. Unfortunately, there is no consensus about a general guideline to guide multidisciplinary approaches, although there are initiatives in this direction. Thus, the accumulation of scientific knowledge about Yoga is harmed once research results are not always shared efficiently due to the difficulty of relating them. Furthermore, confidence in the results decreases because similar results are not easily comparable due to the heterogeneity of the experimental components and the lack of a one-size-fits-all approach to Yoga. Furthermore, most literature targets medical or therapeutic aspects where methodological rigor is in high demand, which may hide the value of results in other domains. On the other hand, to conciliate the various studies on different Yoga styles, it has been suggested that the term YBP (Yoga Based Practice) can be adopted in generic research [4]. Studies in [5][6] present comprehensive discussions on approaches in the Yoga area. We found studies focusing on the construction, discussion, and recomposition of frameworks from the perspective of integration of the area [7][8]. These models often seek to relate traditional approaches to scientific arguments [9]. Other strategies target specific technical aspects of a particular area of knowledge that hinder multidisciplinary access [10][11]. Anyway, these theoretical studies are a rich source of information when the intention is to understand Yoga as a research area, and are necessary references in this sense. Emerging technologies in information, Artificial Intelligence, and data science can elaborate and represent information in ways that capture hidden meanings and make complex relationships between concepts. However, we found only one study that approaches data science to Yoga literature. It searches for trends in future research in Yoga [2] and the emergence of studies related to the nervous system. However, it doesn’t consider semantic relations among the articles in the literature. Vector representation approaches to represent textual documents have shown the most promise among text mining (TM) techniques [12][13][14]. Text-associated vectors are related as points in a multi-dimensional space, enabling direct comparison between two documents using geometric measures of distances [15]. This study presents an environment for text mining in Yoga literature. The TM technology allowed us to establish a synthetic view of the literature and to define consistent structural elements for the relation between the several aspects contemplated in the articles. Our analyses showed that the articulation of the literature is helpful to understand, in a broad view, the benefits that can derive from YP and the profiles of its practitioners. However, we also found that elements could be better addressed in the studies and support a better integration of the literature. We also verified the possible evolution of theoretical frameworks aimed at instrumentalizing yoga researchers by considering the learning measure as one of the results of YP. The information/knowledge organization applied in the elaboration applied in this article is available for public use at [16]. ## 2. Methods We focused our study on YOGA papers in the PubMed database. Aiming at a general view, the basis PubMed search was *YOGA [title/abstract] AND (“1970/1/1”[Date - Publication]* : *“2022/6/3”[Date - Publication])*, which returned 6905 papers in a table with the fields pmid, Title, Abstract, Authors, and Data. We excluded Papers in which the fields Title or Abstract were empty and those whose number of characters within these fields was less than 300. Repeated titles also were excluded. Two sets of papers were considered independently for Text Mining (TM). The first is with 5782 pieces (complete), and another considers only documents within the term YOGA in the Title, with 2929 articles (TextDoc). A text document is a set of characters composed of a title and an abstract concatenated. We will refer to the corpus in the complete TM environment as TextDocAll and that of the specific analysis TexDoc. In addition, pieces of information from other fields were conserved related to each document. ### 2.1. Documents and words vectors The strategy we used to create the vector systems for semantic analysis consists of transforming TextDocs into a biological information format to exploit Bioinformatics tools. To construct base vectors (Wbase), we coded every document into amino acid symbols [17] and represented them in vectors using the SWeeP approach [18]. We set the projection length for SWeeP vectors as 1369, as used to vectorize whole genome sequences [19]. The word embedding adopted defines vectors representing a specific word (Wwrd) as a mean of the Wbase of TextDoc containing that word. The TextDoc embedding vectors (Wtxt) representing texts in the corpus are the mean of Wwrd for the words within each document. So: ![Formula][1] 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 in [20]. More specific details, such as Filtering relevant terms and disambiguating, will be omitted to avoid unnecessary complexity. The vectors (Wbase, Wwrd, and Wtxt) and correspondent lists of words (WRD) and TextDoc (TEXT) are available in supplementary. However, the complete set of words (WRD0) and respective vectors (Wwrd0) are not available, but those were used in analyses, including searching the database to build HTML-TM tools. ### 2.2. Semantic search using vectors The presented structure permits determining which words are closest to a given query (other words or papers) in TEXT or WRD databases through vector distance comparison. In this paper, an uppercase word, or a list of words (or text codes) separated by a hyphen, represents a query for a semantic search whose correspondent vector is calculated by the average of vectors of the list to be searched. For instance, NEUROLOGICAL-BRAIN-CORTEX is a query WQ such as: ![Formula][2] To be searched in Wwrd0, Wwrd, or Wtxt. For some tasks, when more generalization was needed, we used a smaller set of PCA (principal component analysis) components (50-100-300) instead of the whole vector. ### 2.3. String searches and logic expressions (LOGEXP) We define logic expressions (LOGEXP) for this study to help understand the examples involved with string searches. Operators utilized are: ‘(‘, ‘)’, ‘|’ (or), ‘&’ (and), ∼ (not), ‘_’(a space is necessary). The parameters are substrings that may occur in a TextDoc or Document Title. In some dendrograms (trees) in complementary material, the parenthesis may appear replaced by braces due to the restriction of the visualization employed tool. For instance, a vector representing the mean of documents containing the substrings ‘CARDI’ and ‘VASCUL’ is represented by (_CARDI & VASCUL). Observe in the example that the substring ‘CARDI’ must be preceded by a space to validate this match. ### 2.4. HTML-TM platforms for YOGA For every word in the set of top related to the search (n= 2878), we searched and saved the nearest 30 correlated terms from the complete list of words (n= 20052) and the list of documents (n= 2929); we also calculated an index of the year usage for each word. An HTML-TM file containing the short seven best hits list (words), a tree of 30 top related terms, and a list of 30 closest TextDoc (papers) (WORDS.html). A second HTML-TM file (TEXTS.html) permits the user to search for similar articles. In both files, the paper numbers are consistent, facilitating navigating the literature contents quickly. These files are supplementary and accessible by loading the HTML-TM files in a browser. ### 2.5. Clusters and distances We constructed all Hierarchic clusters with the Neighbor-Joining method for phylogenetic trees. Dendoscope [21] and ITOL [22] are the tools used for tree visualization and presentation. The Euclidean distance is the metric used for distance calculation in LOGEXP tree; Lk-norm (k=0.3) for trees in HTML-TM [15]. t-SNE [23] dimension reduction was applied for the 2-dimension visualization of vectors in examples. ### 2.6. Programming All the TM approach was developed in the AIBIA lab and adapted for this specific study. The supporting tasks, including constructing HTML-TM files, were programmed mainly in Matlab ® [24]. ### 2.7. Mapping the literature The phylogenetic thee with all words in the WRD set is available in the supplementary. 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 aborded all the review papers (n=306) available to define a prospecting list of LOGEXP. The list was revised to even i) represent most of the literature and ii) be understandable by the reader. Despite directly clustering data, 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 of the LOGEXP is in the FIGURE 1. For the name of the leaves, we appended to the LOGEXP text the numbers of hits it brought from TextDoc and TextTitles, respectively. The union of all searches cover 99.86% of the documents and 90.58 of the titles in TextDocs. ![Figure 1.](http://medrxiv.org/https://www.medrxiv.org/content/medrxiv/early/2022/12/06/2022.12.05.22282979/F1.medium.gif) [Figure 1.](http://medrxiv.org/content/early/2022/12/06/2022.12.05.22282979/F1) Figure 1. Mapping of Yoga literature with all 113 LOGEXP studied. The phylogenetic tree presents the relationship of the 113 LOGEXP and divides the findings into nine groups with related topics. The tree given characterizes the field of yoga as it has been studied in the literature. Each branch presents each LOGEXP and the associated identification number. It also indicates the number of studies/documents (nDocs) and the number of titles (nTit) related to the logical expression. Group II. BRAIN-RESPIRATORY-HEART is further subdivided into four groups: A. Respiratory, B1. Metabolic, B2.Cardiovascular, C. Biomarkers, D. Neurological. ### 2.8. TM Results We employed in this study a proprietary TM arsenal aiming freely to adapt resources to our purposes and to tune vector configurations. FIGURE 1 shows an intuitive example of comparing three searches performed by related words in the context of all words (WRD0). In the topic, literature mapping shows the effectiveness of our strategy and its semantic power. It presents a phylogenetic tree within the LOGEXP rooted in the term ‘YOGA’ (FIGURE 1). We also projected a no-cost way to make these resources available to Yoga researchers in HTML-TM preprocessed files. This environment will even allow the users to access this paper’s results and perform semantic searches in the knowledge base. Phylogenetic trees, vectors, and corresponding generating data are available. A reader more interested in vector representation or word embedding can find vectors in supplementary. ## 3. Literature Mapping The LOGEXP vectors allowed us to perform semantic searches for mining correspondent relevant literature. In addition, the phylogenetic tree within all prospecting LOGEXP gave us clues to separate them into nine related groups, I-IX (FIGURE 1). It is important to note that the nine groups are not necessarily mutually exclusive. On the contrary, they are interconnected and can be seen more as characteristics of the literature rather than disjoint groups of articles. However, we seek to explain each of these groups by studying the most relevant semantic search results (papers) in an orderly fashion by the vector at the centroid of each group, complementing them with other forays into the remaining literature when necessary. ### I Exercises The practice of yoga em alguns casos podem ser considerado is considered a light to moderate impact physical activity; due to its characteristics that aim at a conscious approach, it generates safety to exercise and rehabilitate the body systems. Furthermore, it is considered an exercise that promotes physical, emotional, and neurological benefits, aiming at well-being and quality of life. The literature has demonstrated the results of yoga practice in health promotion when compared to other physical activities or no physical activity over the years. Older adults, obese people, and individuals recovering from surgeries, traumas, and non-communicable diseases are the main groups that seek YP, aiming at it as a means to adjust physical functions. Regarding gender, the female public predominates in this bias, with women dominating the studies related to the group I. There are systematic studies that compare YP to conventional physical exercises. In [25], the authors compared yoga practice to aerobic exercise for reducing anxiety symptoms, and the conclusion was in favor of yoga practice; The study [26] compared the intervention of inspected yoga practice versus physical exercises. They performed at home, through videos, for children with Enthesitis-Related Arthritis (ERA). The results showed that except for the parent-reported quality of life, the other parameters were positive for yoga practice. In the study [27], a 6-month experiment of yoga practice in healthy older people was presented, aiming at the effects of yoga practice on cognitive function, fatigue, mood, and quality of life. There was a significant improvement in the yoga group regarding the quality of life and physical measures compared to the army and control groups. ### II Brain-Respiration-Heart Group II stands out for housing strongly connected subgroups (Blocks) in the literature. With its analysis, we can get a comprehensive view of the relationships between the action of practice (YP) with internal body aspects. Following the hierarchy of the diagram: A-Respiratory; B1-Metabolic and B2-Cardiovascular; C-Biomarkers; D-Neurological. We divide their presentation into these aspects below. #### D Neurological Block D in this group is related to articles addressing the neurological and brain aspects of YP. For example, some reports present EEG and neuroimaging results targeting brain aspects related to Yoga practice [28][29], while other papers interpret from a neuroscience point of view the principles that may support the benefits that the YP entails [4][[8]. In the article by Devi et al. (1986), the authors suggest the relationship between Yoga practice and the regulation of sympathetic and parasympathetic activities through the analysis of several biochemical markers in patients with stress. Recently this theme has strongly emerged, and the volume of evidence proves this hypothesis that can be one of the keys to understanding the group with essential reflections in all related literature. Other works highlight that the improving tone of the parasympathetic system (PNS) and the decrease of the sympathetic nervous system (SNS) activity are beneficial for stress reduction [31] and the benefit of cardiovascular systems functionalities [32]. Those, in turn, are related to several diseases highlighting diabetes (LOGEXP-43, 84) that also appear highlighted in this group. The regulation of ANS is measured through several parameters. Heart Rate Variability (HRV), present in many studies, deserves attention. In addition, higher parasympathetic activity is seen when the High-Frequency component (HRV-HF) predominates. Studies use this characteristic and HRV measures to verify the effect of Yoga practice quality by comparing experienced practitioners with beginners or non-practitioners [33][34][35]. #### A Respiratory The same techniques used for meditation in traditional YP can be used to promote relaxation and for training attention focus [36]. Breathing techniques for achieving states of meditation or relaxation are widespread throughout the Yoga literature. Self-perception, or awareness (AWARENESS), represents the active posture of the practitioner during exercises and is a link that relates YP to nervous system functioning. Awareness, as understood as ‘being present,’ is also used to learn how to improve the ability to maintain attention [37]. #### B2 Cardiovascular We kept the search performed by the expressions (LOGEXP-81, 32) in the diagram of FIGURE 1 to maintain it in the context related to breathing (LOGEXP 34). Breath control learned by yoga practitioners also affects the regulation of ANS and the cardiovascular system [38][39]. Papers related to the cardiovascular system frequently address cardiovascular diseases and their risk factors [40][41][42]. In addition, risk factors are usually targeted in studies focusing on hypertension, diet, overweight, and others. Other studies address the regulation of the cardiovascular system by exploring its relationships to the parasympathetic system [38][43][44] (FIGURE 4). The autonomic nervous system appears literally in block II-C, represented by (LOGEXP-98, 99, and 100) (FIGURE 2.B); we realize that understanding the ANS and relationships in group II is fundamental to understanding the Yoga-related literature and is a crucial element of the presented structure. Unfortunately, the LOGEXP-77 (HEMODYNAM) brings only 18 documents. Still, it shows the capacity of the Data Mining Model to infer relations that are not explicit, as it happens in [45]. It suggests the connection of Yoga with hemodynamic adaptations, parasympathetic activities, and block B2 (FIGURE 4). ![Figure 2.](http://medrxiv.org/https://www.medrxiv.org/content/medrxiv/early/2022/12/06/2022.12.05.22282979/F2.medium.gif) [Figure 2.](http://medrxiv.org/content/early/2022/12/06/2022.12.05.22282979/F2) Figure 2. t-SNE visualization of vectorized documents. 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’. #### B1 Metabolic Block B1 appears strongly related to biochemical markers, and papers showing positive effects of YP [46][47][48] stand out, although the need for further studies is often reported. In this context, we find in the literature connections between Diabetes, Metabolic Syndrome, and even between these and Hypothyroidism. For example, LOGEXP 84 (DIABET) found 154 articles related to YOGA and diabetes, of which 104 ‘DIABET’ appears in the title. Besides pointing out the benefits Yoga can offer directly to practitioners with diabetes, the literature correlated to it, and block II opens perspectives for understanding the physiological aspects of YP. #### C Biomarkers The literature presents experiments that relate measurable markers - biochemical, genetic, etc. - to the physiological benefits of YP, which acts particularly in regulating the immune system. In [1], a review of the main results highlights the benefits of YP in various aspects. The authors propose there is a pattern for the regulation of pro-inflammatory markers related to YP. In specific, they highlight the reduction in IL-1beta, IL-6, and TNF-alpha (pro-inflammatory cytokines). In the same study, we found that the favorable effect on hypertension may not be immediate, indicating a lasting impact that may be susceptible to the dosage of the practice. We consider that the effect cited may be related to a learning process consolidated with elaboration in the post-practice period. The authors themselves highlight the possible involvement of the sympathetic nervous system in the downregulation of immune-related parameters described in the literature that may be related to the learning we mentioned. More recent studies confirm this anti-inflammatory feature of YP and add other markers [49][50]. Other studies investigate whether YP can positively influence reducing cellular aging [51][52] and propose telomerase and chromosome length as indicative measures. Studies also address checking markers that show reduced oxidative stress when related to YP [53][54][51]. Other markers positively related to YP are the neuroplasticity marker Brain-Derived Neurotrophic Factor (BDNF) [55][56][57] and to Gamma-Aminobutyric-Acid (GABA), whose low levels are found in severe depression patients. We highlight some among many other markers whose relationship with Yoga practice has been significantly established. (TABLE 1) [3], adapted from [3], brings a list that includes additional features. In this same study, other markers are presented. We noticed, analyzing the results, that many of these markers are also correlated, which suggests a possible pattern to be applied to model generalized YP results evaluation, which, however, demands specific studies. View this table: [Table 1.](http://medrxiv.org/content/early/2022/12/06/2022.12.05.22282979/T1) Table 1. The table presents mapped relations between YP and positive neurobiological effects. The diagram shows important markers integrating with the other studies surveyed. Adapted from [3]. ### III Work-Ability-School The studies mostly related to this group address specific social contexts, such as school and work environments, where the insertion of yoga (and Mindfulness)-based programs are applied and tested. The results, in most cases, are obtained through qualitative tests. The studies often involve groups of students at various levels [72][73][74][75] and teachers [76][77]. The studies target situations where the YP can generate benefits in several aspects, such: Stress, anxiety, depression, resilience, self-esteem, compassion, social relationships, academic performance, mindfulness, flexibility, communication, empowerment, physical fitness, and self-regulation skills in various forms (emotional, relaxation, mindfulness, aggression, etc.). As an example, YP helps regulate emotions in students [75][78] and improves the ability of children on the autism spectrum to communicate their feelings [79][80]. Other settings, such as pregnancy groups, healthcare settings, and vulnerable communities, also host studies with similar characteristics. In addition to direct benefits to practitioners, feasibility and adherence to programs are also evaluated [81][82][83]. An exciting example of the application of Yoga in the academic environment is its use in teaching anatomy, where students use self-perception as a guide for learning [84][85][86]. Another notable aspect is the maintenance of effects after Yoga programs are ended [87][81]. These findings reinforce the learning effect related to the benefits of yoga practice. ### IV Traditions-theory Group IV represents articles that establish theoretical connections between Yoga and science or philosophy. In them are approached concepts of traditional knowledge in Yoga practice establishing relationships with contemporary science. Concepts of self-image and embodiment stand out in theoric studies about Yoga in Psychology. Some examples are papers concerning obesity [10][88][7][89]. However, our analysis found elements in Embodied cognition theory that can corroborate the elaboration of new frameworks and strategies to design studies about Yoga. The analysis of social contexts in which practitioners may be included is addressed in [90] and [89]; the relevance of the benefits that self-care based on yoga techniques offers to accessibility are discussed in [91]. Finally, the use of YOGA in work settings and interpersonal relationships is contextualized in [92] and [93]. Ethical aspects are present in works that approach traditional principles of Yoga in articles in this group, like [94]. The Theoretical approaches in neuroscience are likely the best representative for this group. The recent emergence of studies aims to explain or propose ways to uncover why Yoga practice produces the benefits observed. [8] relates YP and POLYVAGAL theory. In this work [8] and [4], we notice 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 PNS. The scientific studies that seek to substantiate the principles of Yoga practice are of great relevance in the current scenario where the literature is fragmented in different contexts and diverse approaches and are essential to better understanding and exploring Yoga techniques. However, we still notice that new contributions with a multidisciplinary scope that can integrate Yoga knowledge in several areas of expertise are essential. [4] proposes three components to be considered in describing Yoga practice - POSES-ATTENTION-BREATHING; these are three active forms of involvement that, as indicated by literature, bring benefits at Yoga work. We observe, however, that these elements, when acting together, can result in lasting benefits that we associate with another possible component: ‘LEARNING.’ We believe that the systematization of new structures for Yoga should explicitly contemplate Learning as one of its fundamental principles. ### V Psychiatric With many indications of benefits, Yoga is a promising source of support for treatments that can add positive effects to medicine. 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 [95]. Many studies fail to be conclusive despite noting often 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 comes. Therefore, in the definition of the LOGEXP we considered only articles that contain the term YOGA explicitly 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. Group V approaches Yoga as a complementary therapy aiming at psychiatric disorders, including eating and addictive disorders. The article [3] highlights the evolution of Yoga research in psychiatry that, from works that aimed only at the general well-being of practitioners, began to be approached to deal with better-formalized aspects, taking into account neurobiological effects, measurable and relevant to medical practice. It also highlighted relationships pointing to important markers with mention of the direction of the observed effect and its relationship to YP - positive aspects expected in possible interventions. The diagram shown in TABLE 1 [3] is a summary that can also be used to integrate this topic with others in this study, so we consider it essential to adapt and integrate it into this study. Furthermore, many markers in the diagram have already been presented in the discussion of group II, reinforcing the possibility advanced, that YP-related characteristics also correlate analogously with each other. If we abide by this principle, we can trace the possible relationships by traversing the evidence provided by the markers on the various research fronts, inferring relationships helpful in understanding the area. These efforts are beyond this paper’s scope, but we think it is a promising avenue for further studies. ### VI Stress-anxiety-depression While we found in group IV elements that highlight the psychiatric aspects of YP, in group VI, the emphasis is on the psychology field where affective, mood, social relations, overload, and trauma issues are treated. Some works place Yoga as a potential adjuvant in therapeutic processes or even as a possible substitute in some cases with advantages related to accessibility [96][97][98]. In the yoga literature, LOGEXP-113 (PSYCHOL) is mainly associated with stress in addition to anxiety and depression. LOGEXP-10 (ANXIET | DEPRESS) finds more than 25% of the documents and appears in 218 titles. These numbers show that group-related aspects are present in almost all the literature. MINDFULNESS is strongly related to the articles representing the group and has different connotations. Sometimes it is taken as the state of the present mind (or the ability to achieve it) [99] and sometimes as a technique to be applied in association with Yoga (MINDFULNESS) [100]. The state of MINDFULNESS appears associated with the practice of Yoga and its positive effects, lower stress-anxiety-depression rates, for example. Other studies show the benefits of YP in groups with post-traumatic stress disorder (PTSD): It improves mindfulness among other uses in veterans [81][101]; acts in symptoms in women with PTSD [102][103]; and others. Several studies associate the decrease in cortisol levels related to YP and the reduction of stress and other mood-related disorders. This finding makes us consider the possibility of including mood-related issues and other psychological aspects in the relationships with other markers that have already been addressed, opening new research fronts. ### VII Joints The sub-items in group VII are related to the studies involving the benefits of Yoga in the neuromuscular system. Unfortunately, we have not found any study that contains a systematic view integrating the aspects of group VII in the yoga literature. However, we present some examples of studies with the features of the group. The study [104] measured the range of motion of ankle joints in yoga practice, aiming to have a parameter to contribute to the discussion about the expected effects of YP after injury or surgery. The case study [105] applied Yoga to an individual with an incomplete spinal cord injury. The result was an improvement in the following aspects: balance, flexibility, muscle strength of hip extensors, hip abductors, and knee extensors, and improvement in functional goal performance. Another study[106] evaluated the effect of a yoga program to minimize knee adduction moments for women with knee osteoarthritis, and the results showed improvements in pain reduction, strength, and mobility. Finally, a recent [107] described the effect of yogasanas intervention on balance performance in people with Peripheral Diabetic Neuropathy - (NPD). Comparing yoga intervention with conventional exercises, the first was more effective in improving static and dynamic balance performance in all variables of standing balance and reduced fear of falling among individuals with NPD. Other related studies address: physical function [108][109]; musculoskeletal rehabilitation; mobility [110][111][112]; balance [111][113]; gait [111]; flexibility [112]. The hypothesis that yoga generates learning also applies to improving the effects of strength application and biomechanical organization of the body as a whole. The 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 (FIGURE 3.B), 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. ![Figure 3.](http://medrxiv.org/https://www.medrxiv.org/content/medrxiv/early/2022/12/06/2022.12.05.22282979/F3.medium.gif) [Figure 3.](http://medrxiv.org/content/early/2022/12/06/2022.12.05.22282979/F3) Figure 3. Relations of top results in semantic searches for the words BLOOD, CARDIOVASCULAR, and HEART in the set of all words. These representations demonstrate the semantic capacity of the method to relate the terms. The trees are consistent with the t-SNE in FIGURE 2.A, indicating the relationship among the concepts (close or overlapping points in the t-SNE 2). For example, in both t-SNE and trees, ‘BLOOD’ and CARDIOVASCULAR’ are most relative to each other and more distant from ‘HEART’. ### VIII Feasibility-Safe People who require special care are the target of programs that search for practices that allow them to obtain a better quality of life and better social insertion. However, It is not always possible to use mass resources to serve the public. In the literature, and particularly in this block, there are studies analyzing the viability of integrating people with particular needs related to diseases in Yoga groups and the possible personal and social benefits that this can bring. There are frequent works that aim at groups of recovered cancer patients [114] [115] or in treatment [116][117][118]. Other papers address groups of people suffering from chronic pain that demand therapeutic practices adapted explicitly to them [119] [120]. The expected outcomes in the programs proposed in these studies involve improving the quality of sleep, mood, anxiety, and depression; relieving stress; reducing fatigue; increasing participants’ physical and social functionality; decreasing suffering overall in addition to others. However, the studies of this group are not only limited to seeking the well-being of the participants but also show that Yoga-based therapies can play a relevant role in filling the gap that conventional methods cannot address. The program’s viability is checked with criteria such as effectiveness, recruitment, adherence, participation, safety, and satisfaction. One of the features of the YP is the conscious and focused movement, which provides active and personal participation of those involved in the activities. Therefore, the care in performing the practice promotes a reduction of risks and adverse effects, which we believe may motivate a part of these studies. ### IX Diseases Although group IX presents a heterogeneity of diseases and syndromes, the fact that the group has been organized cohesively makes us assume a tendency of common elements in the literature that make them aggregate in this block. The articles describe a certain peculiarity regarding YP with positive results concerning relieving pain or suffering caused by the listed diseases. We comment on some of the related works below. The literature shows that yoga interventions can be a valuable way to rehabilitate individuals with acquired brain injuries such as stroke and neurodegenerative diseases such as Parkinson’s and Multiple Sclerosis and are included in this promising role of benefits to cardiovascular rehabilitation [121] [122] [123] [124]. The main results reported are: a) improvement in cognition, mood, and stress reduction; b) increase of self-efficacy and motivation for physical activity; c) Motivation for physical activity; d) improvement in quality of life; e) better subjective perception of cardiac health, with a tendency to improve left ventricular systolic function; and f) improvement in motor function in balance. Concerning balance, a study [113] mentions that individuals who practice yoga longer show better balance control. This result reinforces that yoga practice creates learning memories. The articles show that yoga plays a crucial role in system rehabilitation. The studies [125] and [126] corroborate the benefits of yoga practice in relieving osteoarthritis-related pain. Regarding LOGEXP-59 (Migrain | Headache), the study [127] showed that yoga practice resulted in clinical improvements, reducing headaches’ frequency and medication intake. It also observed an increase in the vagal tonus with a reduction in sympathetic activity, improving the cardiac autonomic balance. Because fibromyalgia is directly related to various types of pain and has a direct relationship with joint pain, the link in the pain role of this group is justified. One study [128] reports that yoga and mindfulness practice improve fibromyalgia manifestations, functional impairments, and coping skills, modulate abnormal fibromyalgia-related pain processing, and significantly increase heat pain tolerance and pressure pain threshold. The study in [129] concluded that yoga and meditation significantly improved symptoms of stiffness (plus anxiety and depression), improving well-being. Once again, pain is present in the literature as a link between the LOGEXPs of group IX when we analyze LOGEXP-60, which refers to Irritable Bowel Syndrome (IBS). The study [130] describes the main symptoms of (IBS): abdominal discomfort, diarrhea, and constipation; emotional stress seems to exacerbate the signs of the syndrome, being a common denominator among the participants of the study conducted. The study [131] - Systematic review suggests that yoga may be a safe adjunctive treatment for IBS. Other literature [132] - Narrative review of technologies - Evidenced the effectiveness of yoga as a therapy for IBS. One of the symptoms that can affect women in their reproductive period is primary dysmenorrhea, which is cramps in regular menstrual cycles, not associated with more severe problems. The study [133] evaluated the effect of yoga on aspects related to pain relief in the menstrual period, improving physical fitness, and quality of life. The quality of life and balance of post-menopausal osteoporosis was also evaluated in [134]. The study concluded that Yoga is an alternative for pain management with applications in physical and social rehabilitation in individuals with osteoporosis. In addition, the study [135] concluded that Yoga positively contributes to women’s physical and psychological quality of life in the perimenopausal period. Yoga is a practice of a safe nature. Their characteristics stimulate the adhesion to 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. Literature 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. In studies related to Yoga practice and central nervous system disorders, it is reported that yoga practices can be safe and effective for quality of life, balance ability, gait pattern, and joint flexion [5][136]. 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. People have a natural capacity for adaptation that includes reconnecting the poorly explored and injured areas of the body. We conjecture that Yoga techniques aim to explore these mechanisms efficiently, enabling physical, emotional, and neurological benefits. Unfortunately, exercise-based rehabilitation programs are usually expensive, while yoga has presented a safe and low-cost alternative. ## 4. Discussion The search for the PARASYMPATHIC Figure 4, for example, associates elements of the nervous, cardiac and respiratory systems, highlighting the relationship that the literature establishes between them and Yoga, the search area. On the other hand, the search for related articles, performed using the vector of a keyword, brings us closer to pieces that are important to delve into related topics. Moreover, semantic investigations reveal aspects that other approaches may not allow. We can infer that an article is related to the search term even when it is not explicitly present in the text. For example, this is the case of [58], the first result of the search for articles using PARASYMPATHIC; however, the search term is not present in the corresponding document (Figure 4). ![Figure 4.](http://medrxiv.org/https://www.medrxiv.org/content/medrxiv/early/2022/12/06/2022.12.05.22282979/F4.medium.gif) [Figure 4.](http://medrxiv.org/content/early/2022/12/06/2022.12.05.22282979/F4) Figure 4. 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 [58][59][38][60][45][44][61][62][63][64][65][66][67][35][68] [69][43][33] [70][71] To build the mapping, we designed 113 textual expressions for searches in the literature (LOGEXP) and coded them in vector representations to enable semantic searches. The LOGEXP were then automatically organized hierarchically Figure 1. Based on the associations obtained, we could discuss the literature by dividing it into nine characteristic topics and maintaining a line of integration between them. With these nine cohesive groups we are able to outline and understand the major aspects of the yoga field of study. We always seek to validate the observed relationships between words that are affected by the context of the literature. The relationships were coherent, and we showed diagrams where searching for a word reveals its context, making it easy to delve deeper into the literature. Although multifaceted, the literature is consistent, and we can trace the predominant elements even among its more distant aspects. We visualized the possibility of organizing the markers - positively related to YP - to eventually describe the health state associated with it; However, this elaboration is beyond the scope of this paper, and though it is an instigating possibility. Another aspect that caught our attention is the weak representation in the analyzed literature of terms that we consider essential in the context of Yoga. Therefore, we will comment on only two of them. JOINTS (also associated with JOINT) appear almost only in situations related to trauma or pathologies. We did not find any study that approaches joints in a systemic way that evaluates, for example, preventive benefits or the gain promoted by the health of the joints with mobility, flexibility, and the other aspects mentioned in group VII. Yoga’s quality gain in joints may improve the known correlations to other elements found in the literature and could be better explored in future studies. LEARNING was eliminated from the list of relevant words and is not among the words in HTML-TM (WORDS); this is because the frequency of the term in Yoga literature is lower than that observed among words in general usage. We included two searches involving the concept of ‘Teaching’ in the set of logical expressions (LOGEXP-7 and LOGEXP-8). While LOGEXP-8 targets relationships in the school environment, LOGEXP-7 targets are teaching outside the school context ∼(SCHOOL | STUDENT) and, therefore, the teaching of Yoga itself. In this second context, we realize its position is given within group IV-Traditions-Theory. Traditionally there are Yoga schools, and the presence of experienced instructors is the norm in YP. Much, if any, attention is given to teaching the practice in the literature. Although some works emphasize the learning effect resulting from YP in preserving the results obtained, the gain of resilience and physical, mental, emotional, cognitive, and other skills [137][138] [139][140][141]. The semantic relation of LEARNING is also highlighted in Figure 2-B, where we can see the concept is closely related to Neural-Brain aspects. However, the literature does not include learning aspects as a structural element for studying Yoga. We believe there is a need for studies that explicitly engage learning as one foundation of Yoga in the contemporary context. One aspect that can be considered, for example, is the study of learning curves related to the parameters identified as positive results of YP. Finally, we believe that the available material helps Yoga researchers promote the multidisciplinary interconnection of investigations with the consequent contribution to the area’s evolution. ## Data Availability All data produced are available online at: [https://drive.google.com/drive/folders/1OYgY33lirN3fuo5HttvWLHWc2EH13Mwu?usp=sharing](https://drive.google.com/drive/folders/1OYgY33lirN3fuo5HttvWLHWc2EH13Mwu?usp=sharing) [https://drive.google.com/drive/folders/1OYgY33lirN3fuo5HttvWLHWc2EH13Mwu?usp=sharing](https://drive.google.com/drive/folders/1OYgY33lirN3fuo5HttvWLHWc2EH13Mwu?usp=sharing) ## Data availability The data obtained from the analyses performed in this study are available at: [https://drive.google.com/drive/folders/1OYgY33lirN3fuo5HttvWLHWc2EH13Mwu?usp=sharing](https://drive.google.com/drive/folders/1OYgY33lirN3fuo5HttvWLHWc2EH13Mwu?usp=sharing) ## Author Contribution R.I.R. and R.T.R. designed and implemented the analysis. D.J.M. contributed to the bibliographic survey. R.I.R. and R.T.R. wrote the original draft of the manuscript. C.R.D.P, C.P.P, and J.N.M. made substantial contributions, revisions and approved the final manuscript. R.T.R. supervised the whole project. All authors contributed thoughts and advice, discussed the results, and contributed to writing the final manuscript. ## Competing Interests The authors declare no competing interests. ## Acknowledgments The authors thank the group of Artificial Intelligence Applied to Bioinformatics of Federal University of Paraná. * Received December 5, 2022. * Revision received December 5, 2022. * Accepted December 6, 2022. * © 2022, Posted by Cold Spring Harbor Laboratory This pre-print is available under a Creative Commons License (Attribution-NonCommercial-NoDerivs 4.0 International), CC BY-NC-ND 4.0, as described at [http://creativecommons.org/licenses/by-nc-nd/4.0/](http://creativecommons.org/licenses/by-nc-nd/4.0/) ## References 1. 1.Falkenberg, R I; Eising, C; Peters, M L (2018). Yoga and immune system functioning: a systematic review of randomized controlled trials. J Behav Med, 41(4), 467–482. doi:10.1007/s10865-018-9914-y HTML-TM 2411 [CrossRef](http://medrxiv.org/lookup/external-ref?access_num=10.1007/s10865-018-9914-y&link_type=DOI) 2. 2.Gururaja, Chaitra; Rangaprakash, D; Deshpande, Gopikrishna (2020). Research Trends in the Application of Yoga to Human Health: A Data Science Approach. Int J Public Ment Health Neurosci, 7(1), 8–13. HTML-TM 1894 3. 3.Varambally, Shivarama; George, Sanju; Gangadhar Bangalore Nanjundaiah (2020). Yoga for psychiatric disorders: from fad to evidence-based intervention?. Br J Psychiatry, 216(6), 291–293. doi:10.1192/bjp.2019.249 HTML-TM 2608 [CrossRef](http://medrxiv.org/lookup/external-ref?access_num=10.1192/bjp.2019.249&link_type=DOI) 4. 4.Schmalzl, Laura; Powers, Chivon; Henje Blom Eva (2015). Neurophysiological and neurocognitive mechanisms underlying the effects of yoga-based practices: towards a comprehensive theoretical framework. Front Hum Neurosci, 9(), 235. doi:10.3389/fnhum.2015.00235 HTML-TM 1669 [CrossRef](http://medrxiv.org/lookup/external-ref?access_num=10.3389/fnhum.2015.00235&link_type=DOI) 5. 5.Dutta, Abhijit; Aruchunan, Mooventhan; Mukherjee, Anindya; Metri Kashinath G; Ghosh, Kuntal; Basu-Ray, Indranill (2022). A Comprehensive Review of Yoga Research in 2020. J Integr Complement Med, 28(2), 114–123. doi:10.1089/jicm.2021.0420 HTML-TM 61 [CrossRef](http://medrxiv.org/lookup/external-ref?access_num=10.1089/jicm.2021.0420&link_type=DOI) [PubMed](http://medrxiv.org/lookup/external-ref?access_num=35099279&link_type=MED&atom=%2Fmedrxiv%2Fearly%2F2022%2F12%2F06%2F2022.12.05.22282979.atom) 6. 6.Basu-Ray, Indranill (2021). A Mechanistic Model for Yoga as a Preventive and Therapeutic Modality. Int J Yoga, 14(2), 152–157. doi:10.4103/ijoy.IJOY\_136\_20 HTML-TM 82 [CrossRef](http://medrxiv.org/lookup/external-ref?access\_num=10.4103/ijoy.IJOY_136_20&link_type=DOI) 7. 7.Cox, Anne E; Tylka Tracy L (2020). A conceptual model describing mechanisms for how yoga practice may support positive embodiment. Eat Disord, 28(4), 376–399. doi:10.1080/10640266.2020.1740911 HTML-TM 65 [CrossRef](http://medrxiv.org/lookup/external-ref?access_num=10.1080/10640266.2020.1740911&link_type=DOI) 8. 8.Sullivan, Marlysa B; Erb, Matt; Schmalzl, Laura; Moonaz, Steffany; Noggle Taylor, Jessica; Porges Stephen W (2018). Yoga Therapy and Polyvagal Theory: The Convergence of Traditional Wisdom and Contemporary Neuroscience for Self-Regulation and Resilience. Front Hum Neurosci, 12(), 67. doi:10.3389/fnhum.2018.00067 HTML-TM 2781 [CrossRef](http://medrxiv.org/lookup/external-ref?access_num=10.3389/fnhum.2018.00067&link_type=DOI) 9. 9.Bower, Julienne E; Garet, Deborah; Sternlieb, Beth; Ganz Patricia A; Irwin Michael R; Olmstead, Richard; Greendale, Gail (2012). Yoga for persistent fatigue in breast cancer survivors: a randomized controlled trial. Cancer, 118(15), 3766–75. doi:10.1002/cncr.26702 HTML-TM 2604 [CrossRef](http://medrxiv.org/lookup/external-ref?access_num=10.1002/cncr.26702&link_type=DOI) [PubMed](http://medrxiv.org/lookup/external-ref?access_num=22180393&link_type=MED&atom=%2Fmedrxiv%2Fearly%2F2022%2F12%2F06%2F2022.12.05.22282979.atom) 10. 10.Perey, Iris; Cook-Cottone, Catherine (2020). Eating disorders, embodiment, and yoga: a conceptual overview. Eat Disord, 28(4), 315–329. doi:10.1080/10640266.2020.1771167 HTML-TM 653 [CrossRef](http://medrxiv.org/lookup/external-ref?access_num=10.1080/10640266.2020.1771167&link_type=DOI) 11. 11.Mohanty, Satyajit; Epari, Venkatarao; Yasobant, Sandul (2020). Can Yoga Meet the Requirement of the Physical Activity Guideline of India? A Descriptive Review. Int J Yoga, 13(1), 3–8. doi:10.4103/ijoy.IJOY\_5\_19 HTML-TM 429 [CrossRef](http://medrxiv.org/lookup/external-ref?access\_num=10.4103/ijoy.IJOY_5_19&link_type=DOI) 12. 12.Birunda, S. Selva; Devi, R. Kanniga. A Review on Word Embedding Techniques for Text Classification (2022). Innovative Data Communication Technologies and Application, [S.L.], p. 267–281 Singapore. [http://dx.doi.org/10.1007/978-981-15-9651-3_23](http://dx.doi.org/10.1007/978-981-15-9651-3_23). 13. 13.Akkasi A, Moens MF. Causal relationship extraction from biomedical text using deep neural models: A comprehensive survey (2021). J Biomed Inform. 2021 Jul;119:103820. doi: 10.1016/j.jbi.2021.103820. Epub 2021 May 24. PMID: 34044157. [CrossRef](http://medrxiv.org/lookup/external-ref?access_num=10.1016/j.jbi.2021.103820&link_type=DOI) [PubMed](http://medrxiv.org/lookup/external-ref?access_num=34044157&link_type=MED&atom=%2Fmedrxiv%2Fearly%2F2022%2F12%2F06%2F2022.12.05.22282979.atom) 14. 14.Yang H, Sohn E. Expanding Our Understanding of COVID-19 from Biomedical Literature Using Word Embedding (2021). Int J Environ Res Public Health. 2021 Mar 15;18(6):3005. doi: 10.3390/ijerph18063005. PMID: 33804131; PMCID: PMC7998313. [CrossRef](http://medrxiv.org/lookup/external-ref?access_num=10.3390/ijerph18063005&link_type=DOI) [PubMed](http://medrxiv.org/lookup/external-ref?access_num=33804131&link_type=MED&atom=%2Fmedrxiv%2Fearly%2F2022%2F12%2F06%2F2022.12.05.22282979.atom) 15. 15.1. Van den Bussche, J., 2. Vianu, V. Aggarwal, C.C., Hinneburg, A., Keim, D.A. (2001). On the Surprising Behavior of Distance Metrics in High Dimensional Space. In: Van den Bussche, J., Vianu, V. (eds) Database Theory — ICDT 2001. ICDT 2001. Lecture Notes in Computer Science, vol 1973. Springer, Berlin, Heidelberg. [https://doi.org/10.1007/3-540-44503-X_27](https://doi.org/10.1007/3-540-44503-X_27) 16. 16.Suplementary Yoga -TM (2022). [https://drive.google.com/drive/folders/1OYgY33lirN3fuo5HttvWLHWc2EH13Mwu?usp=sharing](https://drive.google.com/drive/folders/1OYgY33lirN3fuo5HttvWLHWc2EH13Mwu?usp=sharing). temporary link. Accessed 2022-11-30 17. 17.Biotext: Exploiting Biological-Text Format for Text Mining (2021): Diogo de Jesus Soares Machado, Camilla Reginatto De Pierri, Letícia Graziela Costa Santos, Leonardo Scapin, Antonio Camilo da Silva Filho, Camila Pereira Perico, Fabio de Oliveira Pedrosa, Roberto Tadeu Raittz bioRxiv 2021.04.08.439078; doi: [https://doi.org/10.1101/2021.04.08.439078](https://doi.org/10.1101/2021.04.08.439078) 18. 18.De Pierri, C.R., Voyceik, R., de Mattos, L.G.C.S., Kulik, M.G., Camargo, J.O., de Oliveira, A.M.R., de Lima Nichio, B.T., Marchaukoski, J.N., da Silva Filho, A.C., Guizelini, D., Ortega, J. M., Pedrosa, F. O., Raittz, R. T. (2020): SWeeP: representing large biological sequences datasets in compact vectors. Scientific reports 10(1), 1–10 19. 19.Raittz, R.T., Reginatto De Pierri, C., Maluk, M., Bueno Batista, M., Carmona, M., Junghare, M., Faoro, H., Cruz, L.M., Battistoni, F., Souza, E.d., et al. (2021): Comparative Genomics Provides Insights into the Taxonomy of Azoarcus and Reveals Separate Origins of Nif Genes in the Proposed Azoarcus and Aromatoleum Genera. Genes 12(1), 71 20. 20.Kaggle: English Word Frequency (2022). [https://www.kaggle.com/datasets/rtatman/english-word-frequency?resource=download](https://www.kaggle.com/datasets/rtatman/english-word-frequency?resource=download). Accessed 2022-07-25 21. 21.Huson DH, Richter DC, Rausch C, Dezulian T, Franz M, Rupp R. Dendroscope: An interactive viewer for large phylogenetic trees. BMC Bioinformatics. 2007 Nov 22;8:460. doi: 10.1186/1471-2105-8-460. PMID: 18034891; PMCID: PMC2216043. [CrossRef](http://medrxiv.org/lookup/external-ref?access_num=10.1186/1471-2105-8-460&link_type=DOI) [PubMed](http://medrxiv.org/lookup/external-ref?access_num=18034891&link_type=MED&atom=%2Fmedrxiv%2Fearly%2F2022%2F12%2F06%2F2022.12.05.22282979.atom) 22. 22.Letunic I and Bork P (2021) Nucleic Acids Res doi: 10.1093/nar/gkab301 Interactive Tree Of Life (iTOL) v5: an online tool for phylogenetic tree display and annotation [CrossRef](http://medrxiv.org/lookup/external-ref?access_num=10.1093/nar/gkab301&link_type=DOI) [PubMed](http://medrxiv.org/lookup/external-ref?access_num=33885785&link_type=MED&atom=%2Fmedrxiv%2Fearly%2F2022%2F12%2F06%2F2022.12.05.22282979.atom) 23. 23. L.J.P. van der Maaten (2010). Fast Optimization for t-SNE. In Neural Information Processing Systems (NeurIPS) Workshop on Challenges in Data Visualization 24. 24.Math Works help center (2022). [https://www.mathworks.com/help/matlab/ref/rand.html](https://www.mathworks.com/help/matlab/ref/rand.html) Accessed 2022-11-30 25. 25.Cole, Amanda K; Pearson, Tamera; Knowlton, Mary (2022). Comparing Aerobic Exercise with Yoga in Anxiety Reduction: An Integrative Review. Issues Ment Health Nurs, 43(3), 282–287. doi:10.1080/01612840.2021.1965269 HTML-TM 514 [CrossRef](http://medrxiv.org/lookup/external-ref?access_num=10.1080/01612840.2021.1965269&link_type=DOI) 26. 26.Yasar, Ezgi; Kavlak, Erdogan; Turkucar, Serkan; Bayraktar, Deniz; Acari, Ceyhun; Unsal, Erbil (2021). Yoga versus home exercise program in children with enthesitis related arthritis: A pilot study. Complement Ther Med, 58(), 102696. doi:10.1016/j.ctim.2021.102696 HTML-TM 2825 [CrossRef](http://medrxiv.org/lookup/external-ref?access_num=10.1016/j.ctim.2021.102696&link_type=DOI) 27. 27.Oken, Barry S; Zajdel, Daniel; Kishiyama, Shirley; Flegal, Kristin; Dehen, Cathleen; Haas, Mitchell; Kraemer Dale F; Lawrence, Julie; Leyva, Joanne (2006). Randomized, controlled, six-month trial of yoga in healthy seniors: effects on cognition and quality of life. Altern Ther Health Med, 12(1), 40–7. doi:HTML-TM 1869 [PubMed](http://medrxiv.org/lookup/external-ref?access_num=16454146&link_type=MED&atom=%2Fmedrxiv%2Fearly%2F2022%2F12%2F06%2F2022.12.05.22282979.atom) [Web of Science](http://medrxiv.org/lookup/external-ref?access_num=000234669600009&link_type=ISI) 28. 28.Sharma, Kanishka; Chandra, Sushil; Dubey Ashok Kumar (2018). Exploration of Lower Frequency EEG Dynamics and Cortical Alpha Asymmetry in Long-term Rajyoga Meditators. Int J Yoga, 11(1), 30–36. doi:10.4103/ijoy.IJOY\_11\_17 HTML-TM 1208 [CrossRef](http://medrxiv.org/lookup/external-ref?access\_num=10.4103/ijoy.IJOY_11_17&link_type=DOI) 29. 29.Hernandez, Sergio E; Suero, Jose; Rubia, Katya; Gonzalez-Mora Jose L (2015). Monitoring the neural activity of the state of mental silence while practicing Sahaja yoga meditation. J Altern Complement Med, 21(3), 175–9. doi:10.1089/acm.2013.0450 HTML-TM 1641 [CrossRef](http://medrxiv.org/lookup/external-ref?access_num=10.1089/acm.2013.0450&link_type=DOI) [PubMed](http://medrxiv.org/lookup/external-ref?access_num=25671603&link_type=MED&atom=%2Fmedrxiv%2Fearly%2F2022%2F12%2F06%2F2022.12.05.22282979.atom) 30. 30.Sullivan, Marlysa B; Erb, Matt; Schmalzl, Laura; Moonaz, Steffany; Noggle Taylor, Jessica Porges Stephen W (2018). Yoga Therapy and Polyvagal Theory: The Convergence of Traditional Wisdom and Contemporary Neuroscience for Self-Regulation and Resilience. Front Hum Neurosci, 12(), 67. doi:10.3389/fnhum.2018.00067 HTML-TM 2781 [CrossRef](http://medrxiv.org/lookup/external-ref?access_num=10.3389/fnhum.2018.00067&link_type=DOI) 31. 31.Galina, Dimitrova; Etsuo, Chihara; Takuhei, Shoji; Kanno, Junichi; Antonela, Ljubic; Olivera, Lazarova; Ana, Gjorgjiovska; Dushan, Kemera (2020). Immediate Effect of Yoga Exercises for Eyes on the Macular Thickness. Int J Yoga, 13(3), 223–226. doi:10.4103/ijoy.IJOY\_28\_20 HTML-TM 1358 [CrossRef](http://medrxiv.org/lookup/external-ref?access\_num=10.4103/ijoy.IJOY_28_20&link_type=DOI) 32. 32.Tyagi, Anupama; Cohen, Marc (2016). Yoga and heart rate variability: A comprehensive review of the literature. Int J Yoga, 9(2), 97–113. doi:10.4103/0973-6131.183712 HTML-TM 2409 [CrossRef](http://medrxiv.org/lookup/external-ref?access_num=10.4103/0973-6131.183712&link_type=DOI) 33. 33.Shinba, Toshikazu; Inoue, Tomoko; Matsui, Takemi; Kimura Kazuo Keishin; Itokawa, Masanari; Arai, Makoto (2020). 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-Naive and Experienced Subjects. Int J Yoga, 13(2), 160–167. doi:10.4103/ijoy.IJOY\_39\_19 HTML-TM 452 [CrossRef](http://medrxiv.org/lookup/external-ref?access\_num=10.4103/ijoy.IJOY_39_19&link_type=DOI) 34. 34.Tyagi, Anupama; Cohen, Marc; Reece, John; Telles, Shirely; Jones, Linda (2016). 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, 41(4), 381–393. doi:10.1007/s10484-016-9340-2 HTML-TM 1319 [CrossRef](http://medrxiv.org/lookup/external-ref?access_num=10.1007/s10484-016-9340-2&link_type=DOI) 35. 35.Inbaraj, Ganagarajan; Rao Raghvendra M; Ram, Amritanshu; Bayari Sapna K; Belur, Spoorthi; Prathyusha, P V; Sathyaprabha, T N; Udupa, Kaviraja (2022). Immediate Effects of OM Chanting on Heart Rate Variability Measures Compared Between Experienced and Inexperienced Yoga Practitioners. Int J Yoga, 15(1), 52–58. doi:10.4103/ijoy.ijoy\_141\_21 HTML-TM 1359 [CrossRef](http://medrxiv.org/lookup/external-ref?access\_num=10.4103/ijoy.ijoy_141_21&link_type=DOI) 36. 36.Pandi-Perumal, Seithikurippu R; Spence David Warren; Srivastava, Neena; Kanchibhotla, Divya; Kumar, Kamakhya; Sharma Gaurav Saurabh; Gupta, Ravi; Batmanabane, Gitanjali (2022). The Origin and Clinical Relevance of Yoga Nidra. Sleep Vigil, 6(1), 61–84. doi:10.1007/s41782-022-00202-7 HTML-TM 2254 [CrossRef](http://medrxiv.org/lookup/external-ref?access_num=10.1007/s41782-022-00202-7&link_type=DOI) 37. 37.Wimmer, Lena; Bellingrath, Silja; von Stockhausen, Lisa (2020). Mindfulness Training for Improving Attention Regulation in University Students: Is It Effective? and Do Yoga and Homework Matter?. Front Psychol, 11(), 719. doi:10.3389/fpsyg.2020.00719 HTML-TM 1626 [CrossRef](http://medrxiv.org/lookup/external-ref?access_num=10.3389/fpsyg.2020.00719&link_type=DOI) 38. 38.Anasuya, Boligarla; Deepak Kishore Kumar; Jaryal Ashok Kumar; Narang, Rajiv (2020). Effect of slow breathing on autonomic tone & baroreflex sensitivity in yoga practitioners. Indian J Med Res, 152(6), 638–647. doi:10.4103/ijmr.IJMR\_559\_19 HTML-TM 758 [CrossRef](http://medrxiv.org/lookup/external-ref?access\_num=10.4103/ijmr.IJMR_559_19&link_type=DOI) 39. 39.Santaella, Danilo F; Devesa Cesar R S; Rojo Marcos R; Amato Marcelo B P; Drager Luciano F; Casali Karina R; Montano, Nicola; Lorenzi-Filho, Geraldo (2011). Yoga respiratory training improves respiratory function and cardiac sympathovagal balance in elderly subjects: a randomised controlled trial. BMJ Open, 1(1), e000085. doi:10.1136/bmjopen-2011-000085 HTML-TM 2775 [Abstract/FREE Full Text](http://medrxiv.org/lookup/ijlink/YTozOntzOjQ6InBhdGgiO3M6MTQ6Ii9sb29rdXAvaWpsaW5rIjtzOjU6InF1ZXJ5IjthOjQ6e3M6ODoibGlua1R5cGUiO3M6NDoiQUJTVCI7czoxMToiam91cm5hbENvZGUiO3M6NzoiYm1qb3BlbiI7czo1OiJyZXNpZCI7czoxMToiMS8xL2UwMDAwODUiO3M6NDoiYXRvbSI7czo1MDoiL21lZHJ4aXYvZWFybHkvMjAyMi8xMi8wNi8yMDIyLjEyLjA1LjIyMjgyOTc5LmF0b20iO31zOjg6ImZyYWdtZW50IjtzOjA6IiI7fQ==) 40. 40. Ganesh Iyyer, Swarna Mooventhan, A; Nandakumar, Babina (2021). Effectiveness of Liquid Fasting with Yoga and Naturopathy Treatments in Reducing Metabolic and Cardiovascular Risks in Obesity. Adv Mind Body Med, 35(4), 24–28. doi: HTML-TM 913 41. 41.Siu, Parco M; Yu Angus P; Benzie Iris F; Woo, Jean (2015). Effects of 1-year yoga on cardiovascular risk factors in middle-aged and older adults with metabolic syndrome: a randomized trial. Diabetol Metab Syndr, 7(), 40. doi:10.1186/s13098-015-0034-3 HTML-TM 938 [CrossRef](http://medrxiv.org/lookup/external-ref?access_num=10.1186/s13098-015-0034-3&link_type=DOI) [PubMed](http://medrxiv.org/lookup/external-ref?access_num=26000038&link_type=MED&atom=%2Fmedrxiv%2Fearly%2F2022%2F12%2F06%2F2022.12.05.22282979.atom) 42. 42.Sarvottam, Kumar; Yadav Raj Kumar (2014). Obesity-related inflammation & cardiovascular disease: efficacy of a yoga-based lifestyle intervention. Indian J Med Res, 139(6), 822–34. doi: HTML-TM 1675 [PubMed](http://medrxiv.org/lookup/external-ref?access_num=25109716&link_type=MED&atom=%2Fmedrxiv%2Fearly%2F2022%2F12%2F06%2F2022.12.05.22282979.atom) 43. 43.Krishna, Bandi Hari; Pal, Pravati; G K, Pal; J, Balachander; E, Jayasettiaseelon; Y, Sreekanth; M G, Sridhar; G S, Gaur (2014). Effect of yoga therapy on heart rate, blood pressure and cardiac autonomic function in heart failure. J Clin Diagn Res, 8(1), 14–6. doi:10.7860/JCDR/2014/7844.3983 HTML-TM 873 [CrossRef](http://medrxiv.org/lookup/external-ref?access_num=10.7860/JCDR/2014/7844.3983&link_type=DOI) 44. 44.Praveena, Sinha M; Asha, Gandhi; Sunita, Mondal; Anju, Jain; Ratna, Biswas (2018). Yoga Offers Cardiovascular Protection in Early Postmenopausal Women. Int J Yoga, 11(1), 37–43. doi:10.4103/ijoy.IJOY\_69\_16 HTML-TM 2731 [CrossRef](http://medrxiv.org/lookup/external-ref?access\_num=10.4103/ijoy.IJOY_69_16&link_type=DOI) 45. 45.Anasuya, Boligarla; Deepak, K K; Jaryal, Ashok (2021). Yoga Practitioners Exhibit Higher Parasympathetic Activity and Baroreflex Sensitivity and Better Adaptability to 40 mm Hg Lower-Body Negative Pressure. Int J Yoga Therap, 31(1),. doi:10.17761/2021-D-20-00030 HTML-TM 2759 [CrossRef](http://medrxiv.org/lookup/external-ref?access_num=10.17761/2021-D-20-00030&link_type=DOI) 46. 46. Mangala Gowri Manoharan; Rajendran, Jayanthi Srinivasan, Abu Raghavan; Bhavanani Ananda Balayogi; Meena, Ramanathan (2022). Impact of an Integrated Yoga Therapy Protocol on Insulin Resistance and Glycemic Control in Patients with Type 2 Diabetes Mellitus. Rambam Maimonides Med J, 13(1),. doi:10.5041/RMMJ.10462 HTML-TM 1374 [CrossRef](http://medrxiv.org/lookup/external-ref?access_num=10.5041/RMMJ.10462&link_type=DOI) 47. 47.Cui, Jie; Yan, Jun-Hong; Yan, Li-Ming; Pan, Lei; Le, Jia-Jin; Guo, Yong-Zhong (2017). Effects of yoga in adults with type 2 diabetes mellitus: A meta-analysis. J Diabetes Investig, 8(2), 201–209. doi:10.1111/jdi.12548 HTML-TM 1033 [CrossRef](http://medrxiv.org/lookup/external-ref?access_num=10.1111/jdi.12548&link_type=DOI) [PubMed](http://medrxiv.org/lookup/external-ref?access_num=http://www.n&link_type=MED&atom=%2Fmedrxiv%2Fearly%2F2022%2F12%2F06%2F2022.12.05.22282979.atom) 48. 48.Mathad, Monali Devaraj; Pradhan, Balaram; Sasidharan Rajesh K (2017). Effect of Yoga on Psychological Functioning of Nursing Students: A Randomized Wait List Control Trial. J Clin Diagn Res, 11(5), KC01–KC05. doi:10.7860/JCDR/2017/26517.9833 HTML-TM 843 [CrossRef](http://medrxiv.org/lookup/external-ref?access_num=10.7860/JCDR/2017/26517.9833&link_type=DOI) 49. 49.Gautam, Surabhi; Kumar, Manoj; Kumar, Uma; Dada, Rima (2020). 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, 11(), 2259. doi:10.3389/fpsyg.2020.02259 HTML-TM 683 [CrossRef](http://medrxiv.org/lookup/external-ref?access_num=10.3389/fpsyg.2020.02259&link_type=DOI) 50. 50.Yadav, Rashmi; Yadav Raj Kumar; Khadgawat, Rajesh; Pandey Ravindra Mohan (2019). 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, 9(4), 594–604. doi:10.1093/tbm/iby060 HTML-TM 508 [CrossRef](http://medrxiv.org/lookup/external-ref?access_num=10.1093/tbm/iby060&link_type=DOI) 51. 51.Kumar, Shiv Basant; Yadav, Rashmi; Yadav Raj Kumar; Tolahunase, Madhuri; Dada, Rima (2015). Telomerase activity and cellular aging might be positively modified by a yoga-based lifestyle intervention. J Altern Complement Med, 21(6), 370–2. doi:10.1089/acm.2014.0298 HTML-TM 2038 [CrossRef](http://medrxiv.org/lookup/external-ref?access_num=10.1089/acm.2014.0298&link_type=DOI) 52. 52.Sharma, Piyush; Yadav, Raj Kumar; Khadgawat, Rajesh; Dada, Rima (2022). A 12-Week Yoga-Based Lifestyle Intervention Might Positively Modify Cellular Aging in Indian Obese Individuals: A Randomized-Controlled Trial. J Integr Complement Med, 28(2), 168–178. doi:10.1089/jicm.2021.0215 HTML-TM 35 [CrossRef](http://medrxiv.org/lookup/external-ref?access_num=10.1089/jicm.2021.0215&link_type=DOI) 53. 53.Tolahunase, Madhuri; Sagar, Rajesh; Dada, Rima (2017). 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(), 7928981. doi:10.1155/2017/7928981 HTML-TM 1392 [CrossRef](http://medrxiv.org/lookup/external-ref?access_num=10.1155/2017/7928981&link_type=DOI) 54. 54.Hegde, Shreelaxmi V; Adhikari, Prabha; Shetty, Sowmya; Manjrekar, Poornima; D’Souza, Vivian (2013). Effect of community-based yoga intervention on oxidative stress and glycemic parameters in prediabetes: a randomized controlled trial. Complement Ther Med, 21(6), 571–6. doi:10.1016/j.ctim.2013.08.013 HTML-TM 692 [CrossRef](http://medrxiv.org/lookup/external-ref?access_num=10.1016/j.ctim.2013.08.013&link_type=DOI) [PubMed](http://medrxiv.org/lookup/external-ref?access_num=24280463&link_type=MED&atom=%2Fmedrxiv%2Fearly%2F2022%2F12%2F06%2F2022.12.05.22282979.atom) 55. 55.Deshpande, Sudheer; Nagendra, H R; Raghuram, Nagarathna (2008). A randomized control trial of the effect of yoga on verbal aggressiveness in normal healthy volunteers. Int J Yoga, 1(2), 76–82. doi:10.4103/0973-6131.41034 HTML-TM 165 [CrossRef](http://medrxiv.org/lookup/external-ref?access_num=10.4103/0973-6131.41034&link_type=DOI) [PubMed](http://medrxiv.org/lookup/external-ref?access_num=21829289&link_type=MED&atom=%2Fmedrxiv%2Fearly%2F2022%2F12%2F06%2F2022.12.05.22282979.atom) 56. 56.Bhattacharyya, Nirupam; Pujar Muralidhar P; Chaturvedi, Ashutosh; Kumar, M Ashvini; Lohith, B A; Kumar, K N Sunil (2016). A Clinico-analytical Study on Seed of Wrightia antidysenterica Linn. as a Therapeutic Emetic Agent (Vamaka Yoga) in the Management of Psoriasis. Pharmacognosy Res, 8(Suppl 1), S19–25. doi:10.4103/0974-8490.178641 HTML-TM 46 [CrossRef](http://medrxiv.org/lookup/external-ref?access_num=10.4103/0974-8490.178641&link_type=DOI) 57. 57.Gopinathan, G; Dhiman Kartar Singh; Manjusha, R (2012). 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, 33(4), 543–6. doi:10.4103/0974-8520.110534 HTML-TM 45 [CrossRef](http://medrxiv.org/lookup/external-ref?access_num=10.4103/0974-8520.110534&link_type=DOI) 58. 58.Muralikrishnan, Krishnan; Balakrishnan, Bhavani; Balasubramanian, Kabali; Visnegarawla, Fehmida (2012). Measurement of the effect of Isha Yoga on cardiac autonomic nervous system using short-term heart rate variability. J Ayurveda Integr Med, 3(2), 91–6. doi:10.4103/0975-9476.96528 HTML-TM 1578 [CrossRef](http://medrxiv.org/lookup/external-ref?access_num=10.4103/0975-9476.96528&link_type=DOI) [PubMed](http://medrxiv.org/lookup/external-ref?access_num=22707866&link_type=MED&atom=%2Fmedrxiv%2Fearly%2F2022%2F12%2F06%2F2022.12.05.22282979.atom) 59. 59.Bhaskar, Lakshmi; Kharya, Chhaya; Deepak, K K; Kochupillai, Vinod (2017). Assessment of Cardiac Autonomic Tone Following Long Sudarshan Kriya Yoga in Art of Living Practitioners. J Altern Complement Med, 23(9), 705–712. doi:10.1089/acm.2016.0391 HTML-TM 350 [CrossRef](http://medrxiv.org/lookup/external-ref?access_num=10.1089/acm.2016.0391&link_type=DOI) 60. 60.Anasuya, Boligarla; Deepak Kishore K; Jaryal Ashok K (2020). Autonomic Tone and Baroreflex Sensitivity during 70 degrees Head-up Tilt in Yoga Practitioners. Int J Yoga, 13(3), 200–206. doi:10.4103/ijoy.IJOY\_29\_20 HTML-TM 370 [CrossRef](http://medrxiv.org/lookup/external-ref?access\_num=10.4103/ijoy.IJOY_29_20&link_type=DOI) 61. 61.Papp, Marian E; Lindfors, Petra; Storck, Niklas; Wandell Per E (2013). Increased heart rate variability but no effect on blood pressure from 8 weeks of hatha yoga - a pilot study. BMC Res Notes, 6(), 59. doi:10.1186/1756-0500-6-59 HTML-TM 1441 [CrossRef](http://medrxiv.org/lookup/external-ref?access_num=10.1186/1756-0500-6-59&link_type=DOI) [PubMed](http://medrxiv.org/lookup/external-ref?access_num=23398959&link_type=MED&atom=%2Fmedrxiv%2Fearly%2F2022%2F12%2F06%2F2022.12.05.22282979.atom) 62. 62.Telles, Shirley; Singh, Nilkamal; Balkrishna, Acharya (2011). Heart rate variability changes during high frequency yoga breathing and breath awareness. Biopsychosoc Med, 5(), 4. doi:10.1186/1751-0759-5-4 HTML-TM 1317 [CrossRef](http://medrxiv.org/lookup/external-ref?access_num=10.1186/1751-0759-5-4&link_type=DOI) [PubMed](http://medrxiv.org/lookup/external-ref?access_num=21486495&link_type=MED&atom=%2Fmedrxiv%2Fearly%2F2022%2F12%2F06%2F2022.12.05.22282979.atom) 63. 63.Subramanian, Rajam Krishna; P R, Devaki; P, Saikumar (2016). Alternate Nostril Breathing at Different Rates and its Influence on Heart Rate Variability in Non Practitioners of Yoga. J Clin Diagn Res, 10(1), CM01–2. doi:10.7860/JCDR/2016/15287.7094 HTML-TM 297 [CrossRef](http://medrxiv.org/lookup/external-ref?access_num=10.7860/JCDR/2016/15287.7094&link_type=DOI) 64. 64.Anasuya, Boligarla; Deepak Kishore Kumar; Jaryal Ashok Kumar (2021). The Cardiovascular Variability during Transient 6 degrees Head Down Tilt and Slow Breathing in Yoga Experienced Healthy Individuals. Int J Yoga, 14(3), 188–197. doi:10.4103/ijoy.ijoy\_79\_21 HTML-TM 2065 [CrossRef](http://medrxiv.org/lookup/external-ref?access\_num=10.4103/ijoy.ijoy_79_21&link_type=DOI) 65. 65.Markil, Nina; Whitehurst, Michael; Jacobs Patrick L; Zoeller Robert F (2012). Yoga Nidra relaxation increases heart rate variability and is unaffected by a prior bout of Hatha yoga. J Altern Complement Med, 18(10), 953–8. doi:10.1089/acm.2011.0331 HTML-TM 2727 [CrossRef](http://medrxiv.org/lookup/external-ref?access_num=10.1089/acm.2011.0331&link_type=DOI) [PubMed](http://medrxiv.org/lookup/external-ref?access_num=22866996&link_type=MED&atom=%2Fmedrxiv%2Fearly%2F2022%2F12%2F06%2F2022.12.05.22282979.atom) 66. 66.Telles, Shirley; Raghavendra Bhat Ramachandra; Naveen Kalkuni Visweswaraiah; Manjunath Nandi Krishnamurthy; Kumar, Sanjay; Subramanya, Pailoor (2013). Changes in autonomic variables following two meditative states described in yoga texts. J Altern Complement Med, 19(1), 35–42. doi:10.1089/acm.2011.0282 HTML-TM 448 [CrossRef](http://medrxiv.org/lookup/external-ref?access_num=10.1089/acm.2011.0282&link_type=DOI) [PubMed](http://medrxiv.org/lookup/external-ref?access_num=22946453&link_type=MED&atom=%2Fmedrxiv%2Fearly%2F2022%2F12%2F06%2F2022.12.05.22282979.atom) 67. 67.Balakrishnan, Bindu; Metri Kashinath G; Day, Jacob; Ganesan, Mohan (2021). Long-Term Effects of Hatha Yoga on Heart Rate Variability In Healthy Practitioners: Potential Benefits For Cardiovascular Risk Reduction. Altern Ther Health Med, (),. doi: HTML-TM 1558 68. 68.Telles, Shirley; Sharma Sachin Kumar; Balkrishna, Acharya (2014). Blood pressure and heart rate variability during yoga-based alternate nostril breathing practice and breath awareness. Med Sci Monit Basic Res, 20(), 184–93. doi:10.12659/MSMBR.892063 HTML-TM 411 [CrossRef](http://medrxiv.org/lookup/external-ref?access_num=10.12659/MSMBR.892063&link_type=DOI) 69. 69.Khattab, Kerstin; Khattab Ahmed A; Ortak, Jasmin; Richardt, Gert; Bonnemeier, Hendrik (2007). Iyengar yoga increases cardiac parasympathetic nervous modulation among healthy yoga practitioners. Evid Based Complement Alternat Med, 4(4), 511–7. doi:10.1093/ecam/nem087 HTML-TM 1530 [CrossRef](http://medrxiv.org/lookup/external-ref?access_num=10.1093/ecam/nem087&link_type=DOI) [PubMed](http://medrxiv.org/lookup/external-ref?access_num=18227919&link_type=MED&atom=%2Fmedrxiv%2Fearly%2F2022%2F12%2F06%2F2022.12.05.22282979.atom) [Web of Science](http://medrxiv.org/lookup/external-ref?access_num=000252666000015&link_type=ISI) 70. 70.Hernando, David; Laguna, Pablo; Brophy, Colleen; Bailon, Raquel; Nardelli, Mimma; Hocking, Kyle; Lazaro, Jesus; Alvis, Bret; Gil, Eduardo; Scilingo Enzo P; Brophy Daniel R; Valenza, Gaetano (2019). Effect of yoga on pulse rate variability measured from a venous pressure waveform. Annu Int Conf IEEE Eng Med Biol Soc, 2019(), 372–375. doi:10.1109/EMBC.2019.8856657 HTML-TM 846 [CrossRef](http://medrxiv.org/lookup/external-ref?access_num=10.1109/EMBC.2019.8856657&link_type=DOI) 71. 71.Malhotra, Varun; Javed, Danish; Wakode, Santosh; Bharshankar, Rajay; Soni, Neha; Porter Patrick K (2022). Study of immediate neurological and autonomic changes during kapalbhati pranayama in yoga practitioners. J Family Med Prim Care, 11(2), 720–727. doi:10.4103/jfmpc.jfmpc\_1662\_21 HTML-TM 2004 [CrossRef](http://medrxiv.org/lookup/external-ref?access\_num=10.4103/jfmpc.jfmpc_1662_21&link_type=DOI) 72. 72.Singh, Manju; Kannan, Sridhar; Dhillon, Manu; Goel, Dhirja; Jha, Anju; Kumar, Amit (2020). Mindful awareness for female dental students through yoga, motivational video, and a combination of two on stress reduction. J Family Med Prim Care, 9(4), 2028–2032. doi:10.4103/jfmpc.jfmpc\_1187\_19 HTML-TM 1616 [CrossRef](http://medrxiv.org/lookup/external-ref?access\_num=10.4103/jfmpc.jfmpc_1187_19&link_type=DOI) 73. 73.Pradhan, Balaram; Nagendra, Hr (2010). Immediate effect of two yoga-based relaxation techniques on attention in children. Int J Yoga, 3(2), 67–9. doi:10.4103/0973-6131.72632 HTML-TM 1355 [CrossRef](http://medrxiv.org/lookup/external-ref?access_num=10.4103/0973-6131.72632&link_type=DOI) [PubMed](http://medrxiv.org/lookup/external-ref?access_num=21170232&link_type=MED&atom=%2Fmedrxiv%2Fearly%2F2022%2F12%2F06%2F2022.12.05.22282979.atom) 74. 74.White, Laura Santangelo (2012). Reducing stress in school-age girls through mindful yoga. J Pediatr Health Care, 26(1), 45–56. doi:10.1016/j.pedhc.2011.01.002 HTML-TM 1884 [CrossRef](http://medrxiv.org/lookup/external-ref?access_num=10.1016/j.pedhc.2011.01.002&link_type=DOI) [PubMed](http://medrxiv.org/lookup/external-ref?access_num=22153143&link_type=MED&atom=%2Fmedrxiv%2Fearly%2F2022%2F12%2F06%2F2022.12.05.22282979.atom) 75. 75.Daly, Leslie A; Haden Sara C; Hagins, Marshall; Papouchis, Nicholas; Ramirez Paul Michael (2015). Yoga and Emotion Regulation in High School Students: A Randomized Controlled Trial. Evid Based Complement Alternat Med, 2015(), 794928. doi:10.1155/2015/794928 HTML-TM 2403 [CrossRef](http://medrxiv.org/lookup/external-ref?access_num=10.1155/2015/794928&link_type=DOI) 76. 76.Telles, Shirley; Sharma Sachin Kumar; Gupta Ram Kumar; Pal Deepak Kumar; Gandharva, Kumar; Balkrishna, Acharya (2019). The impact of yoga on teachers’ self-rated emotions. BMC Res Notes, 12(1), 680. doi:10.1186/s13104-019-4737-7 HTML-TM 2234 [CrossRef](http://medrxiv.org/lookup/external-ref?access_num=10.1186/s13104-019-4737-7&link_type=DOI) 77. 77.Telles, Shirley; Gupta Ram Kumar; Bhardwaj Abhishek Kumar; Singh, Nilkamal; Mishra, Prabhat; Pal Deepak Kumar; Balkrishna, Acharya (2018). Increased Mental Well-Being and Reduced State Anxiety in Teachers After Participation in a Residential Yoga Program. Med Sci Monit Basic Res, 24(), 105–112. doi:10.12659/MSMBR.909200 HTML-TM 1442 [CrossRef](http://medrxiv.org/lookup/external-ref?access_num=10.12659/MSMBR.909200&link_type=DOI) 78. 78.Thomas, Erica M; Centeio Erin E (2020). The Benefits of Yoga in the Classroom: A Mixed-Methods Approach to the Effects of Poses and Breathing and Relaxation Techniques. Int J Yoga, 13(3), 250–254. doi:10.4103/ijoy.IJOY\_76\_19 HTML-TM 2062 [CrossRef](http://medrxiv.org/lookup/external-ref?access\_num=10.4103/ijoy.IJOY_76_19&link_type=DOI) 79. 79.Tanksale, Radhika; Sofronoff, Kate; Sheffield, Jeanie; Gilmour, John (2021). 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, 25(4), 995–1008. doi:10.1177/1362361320974841 HTML-TM 1164 [CrossRef](http://medrxiv.org/lookup/external-ref?access_num=10.1177/1362361320974841&link_type=DOI) 80. 80.Shanker, Sindhu; Pradhan, Balaram (2022). 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, 39(2), 247–267. doi:10.1123/apaq.2021-0108 HTML-TM 853 [CrossRef](http://medrxiv.org/lookup/external-ref?access_num=10.1123/apaq.2021-0108&link_type=DOI) 81. 81.Justice, Lauren; Brems, Christiane (2019). Bridging Body and Mind: Case Series of a 10-Week Trauma-Informed Yoga Protocol for Veterans. Int J Yoga Therap, 29(1), 65–79. doi:10.17761/D-17-2019-00029 HTML-TM 420 [CrossRef](http://medrxiv.org/lookup/external-ref?access_num=10.17761/D-17-2019-00029&link_type=DOI) 82. 82.Sarkissian, Meline; Trent Natalie L; Huchting, Karen; Singh Khalsa, Sat Bir (2018). Effects of a Kundalini Yoga Program on Elementary and Middle School Students’ Stress, Affect, and Resilience. J Dev Behav Pediatr, 39(3), 210–216. doi:10.1097/DBP.0000000000000538 HTML-TM 955 [CrossRef](http://medrxiv.org/lookup/external-ref?access_num=10.1097/DBP.0000000000000538&link_type=DOI) 83. 83.Dariotis, Jacinda K; Mirabal-Beltran, Roxanne; Cluxton-Keller, Fallon; Gould Laura Feagans; Greenberg Mark T; Mendelson, Tamar (2016). A Qualitative Evaluation of Student Learning and Skills Use in a School-Based Mindfulness and Yoga Program. Mindfulness (N Y), 7(1), 76–89. doi:10.1007/s12671-015-0463-y HTML-TM 145 [CrossRef](http://medrxiv.org/lookup/external-ref?access_num=10.1007/s12671-015-0463-y&link_type=DOI) 84. 84.Bentley, Danielle C; Pang Stephen C (2012). Yoga asanas as an effective form of experiential learning when teaching musculoskeletal anatomy of the lower limb. Anat Sci Educ, 5(5), 281–6. doi:10.1002/ase.1282 HTML-TM 2505 [CrossRef](http://medrxiv.org/lookup/external-ref?access_num=10.1002/ase.1282&link_type=DOI) [PubMed](http://medrxiv.org/lookup/external-ref?access_num=22549981&link_type=MED&atom=%2Fmedrxiv%2Fearly%2F2022%2F12%2F06%2F2022.12.05.22282979.atom) 85. 85.McCulloch, Carrie; Marango Stephanie Pieczenik; Friedman Erica S; Laitman Jeffrey T (2010). Living AnatoME: Teaching and learning musculoskeletal anatomy through yoga and pilates. Anat Sci Educ, 3(6), 279–86. doi:10.1002/ase.181 HTML-TM 1554 [CrossRef](http://medrxiv.org/lookup/external-ref?access_num=10.1002/ase.181&link_type=DOI) [PubMed](http://medrxiv.org/lookup/external-ref?access_num=20890950&link_type=MED&atom=%2Fmedrxiv%2Fearly%2F2022%2F12%2F06%2F2022.12.05.22282979.atom) 86. 86.Lee, Eugene C; Adams, William; Sandoval-Skeet, Noemy; Hoyt, Amy; Lee, Kit (2022). Yoga as an adjunct activity for medical students learning anatomy. BMC Med Educ, 22(1), 188. doi:10.1186/s12909-022-03236-7 HTML-TM 2474 [CrossRef](http://medrxiv.org/lookup/external-ref?access_num=10.1186/s12909-022-03236-7&link_type=DOI) 87. 87.Dike, Ibiwari C; Onyishi Charity N; Adimora Dorothy E; Ugodulunwa Christiana A; Adama Grace N; Ugwu Gloria C; Eze Uchenna N; Eze, Angela; Ogba Francisca N; Obiwluozo Patience E; Onu JaneFrances C; Onu Augustine O; Omenma Zipporah O; Nwaeze Vivian C; Ani, Casimir; Ngwu Christopher N; Uzodinma Uchenna E; Iremeka Felicia U (2021). Yoga complemented cognitive behavioral therapy on job burnout among teachers of children with autism spectrum disorders. Medicine (Baltimore), 100(22), e25801. doi:10.1097/MD.0000000000025801 HTML-TM 2519 [CrossRef](http://medrxiv.org/lookup/external-ref?access_num=10.1097/MD.0000000000025801&link_type=DOI) 88. 88.Piran, Niva; Neumark-Sztainer, Dianne (2020). Yoga and the experience of embodiment: a discussion of possible links. Eat Disord, 28(4), 330–348. doi:10.1080/10640266.2019.1701350 HTML-TM 2448 [CrossRef](http://medrxiv.org/lookup/external-ref?access_num=10.1080/10640266.2019.1701350&link_type=DOI) 89. 89.Campeau-Bouthillier, Cassandre (2021). Bodies in yoga: tangled discourses in Canadian studios. Anthropol Med, 28(3), 359–373. doi:10.1080/13648470.2021.1949961 HTML-TM 414 [CrossRef](http://medrxiv.org/lookup/external-ref?access_num=10.1080/13648470.2021.1949961&link_type=DOI) 90. 90.Ben Hamed, Mahe (2021). 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, 28(3), 374–394. doi:10.1080/13648470.2021.1949963 HTML-TM 1310 [CrossRef](http://medrxiv.org/lookup/external-ref?access_num=10.1080/13648470.2021.1949963&link_type=DOI) 91. 91.Herrick, C M; Ainsworth, A D (2000). Invest in yourself. Yoga as a self-care strategy. Nurs Forum, 35(2), 32–6. doi:10.1111/j.1744-6198.2000.tb00996.x HTML-TM 1502 [CrossRef](http://medrxiv.org/lookup/external-ref?access_num=10.1111/j.1744-6198.2000.tb00996.x&link_type=DOI) [PubMed](http://medrxiv.org/lookup/external-ref?access_num=11140067&link_type=MED&atom=%2Fmedrxiv%2Fearly%2F2022%2F12%2F06%2F2022.12.05.22282979.atom) 92. 92.Larocque, Emmanuelle; Moreau, Nicolas (2020). What Is Our “Epistemic Responsibility”? Reflections on Social Work’s Orientation in Yoga Therapy Research. Int J Yoga Therap, 30(1), 103–109. doi:10.17761/2020-D-19-00044 HTML-TM 2373 [CrossRef](http://medrxiv.org/lookup/external-ref?access_num=10.17761/2020-D-19-00044&link_type=DOI) 93. 93.Swart, Amy (2011). Partner yoga for establishing boundaries in relationship: a transpersonal somatic approach. Int J Yoga Therap, (21), 123–8. doi: HTML-TM 1704 94. 94.Sullivan, Marlysa B; Moonaz, Steffany; Weber, Kristine; Taylor Jessica Noggle; Schmalzl, Laura (2018). Toward an Explanatory Framework for Yoga Therapy Informed by Philosophical and Ethical Perspectives. Altern Ther Health Med, 24(1), 38–47. doi: HTML-TM 2304 95. 95.Nourollahimoghadam, Elnaz; Gorji, Shaghayegh; Gorji, Ali; Khaleghi Ghadiri Maryam (2021). Therapeutic role of yoga in neuropsychological disorders. World J Psychiatry, 11(10), 754–773. doi:10.5498/wjp.v11.i10.754 HTML-TM 2297 [CrossRef](http://medrxiv.org/lookup/external-ref?access_num=10.5498/wjp.v11.i10.754&link_type=DOI) 96. 96.West, Jennifer; Liang, Belle; Spinazzola, Joseph (2017). Trauma Sensitive Yoga as a complementary treatment for posttraumatic stress disorder: A Qualitative Descriptive analysis. Int J Stress Manag, 24(2), 173–195. doi:10.1037/str0000040 HTML-TM 2312 [CrossRef](http://medrxiv.org/lookup/external-ref?access_num=10.1037/str0000040&link_type=DOI) 97. 97.Nemeroff, Robin; Harden, Alyson; Kowalsky, Brianna (2022). Yoga classes as an early intervention for college students reporting high levels of stress and anxiety: A pilot study. J Am Coll Health, (), 1–7. doi:10.1080/07448481.2021.2008401 HTML-TM 2515 [CrossRef](http://medrxiv.org/lookup/external-ref?access_num=10.1080/07448481.2021.2008401&link_type=DOI) 98. 98.Capon, Hannah; O’Shea, Melissa; Evans, Subhadra; McIver, Shane (2021). Yoga complements cognitive behaviour therapy as an adjunct treatment for anxiety and depression: Qualitative findings from a mixed-methods study. Psychol Psychother, 94(4), 1015–1035. doi:10.1111/papt.12343 HTML-TM 2520 [CrossRef](http://medrxiv.org/lookup/external-ref?access_num=10.1111/papt.12343&link_type=DOI) 99. 99.Trent, Natalie L; Borden, Sara; Miraglia, Mindy; Pasalis, Edi; Dusek Jeffery A; Khalsa, Sat Bir S (2019). Improvements in Psychological and Occupational Well-being Following a Brief Yoga-Based Program for Education Professionals. Glob Adv Health Med, 8(), 2164956119856856. doi:10.1177/2164956119856856 HTML-TM 1428 [CrossRef](http://medrxiv.org/lookup/external-ref?access_num=10.1177/2164956119856856&link_type=DOI) 100.100.Ofei-Dodoo, Samuel; Cleland-Leighton, Anna; Nilsen, Kari; Cloward Jacob L; Casey, Eastin (2020). 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, 62(8), 581–587. doi:10.1097/JOM.0000000000001892 HTML-TM 1367 [CrossRef](http://medrxiv.org/lookup/external-ref?access_num=10.1097/JOM.0000000000001892&link_type=DOI) [PubMed](http://medrxiv.org/lookup/external-ref?access_num=32358474&link_type=MED&atom=%2Fmedrxiv%2Fearly%2F2022%2F12%2F06%2F2022.12.05.22282979.atom) 101.101.Zaccari, Belle; Callahan Megan L; Storzbach, Daniel; McFarlane, Nancy; Hudson, Rebekah; Loftis Jennifer M (2020). Yoga for veterans with PTSD: Cognitive functioning, mental health, and salivary cortisol. Psychol Trauma, 12(8), 913–917. doi:10.1037/tra0000909 HTML-TM 2640 [CrossRef](http://medrxiv.org/lookup/external-ref?access_num=10.1037/tra0000909&link_type=DOI) 102.102.Martin, Emily C; Dick Alexandra M; Scioli-Salter Erica R; Mitchell Karen S (2015). Impact of a Yoga Intervention on Physical Activity, Self-Efficacy, and Motivation in Women with PTSD Symptoms. J Altern Complement Med, 21(6), 327–32. doi:10.1089/acm.2014.0389 HTML-TM 1373 [CrossRef](http://medrxiv.org/lookup/external-ref?access_num=10.1089/acm.2014.0389&link_type=DOI) 103.103.Dick, Alexandra M; Niles Barbara L; Street Amy E; DiMartino Dawn M; Mitchell Karen S (2014). 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, 70(12), 1170–82. doi:10.1002/jclp.22104 HTML-TM 1193 [CrossRef](http://medrxiv.org/lookup/external-ref?access_num=10.1002/jclp.22104&link_type=DOI) 104.104.Mears, Simon C; Tackett, S Andrew; Elkins Michael C; Severin Anna C; Barnes Sally G; Mannen Erin M; Martin Robert D (2019). Ankle motion in common yoga poses. Foot (Edinb), 39(), 55–59. doi:10.1016/j.foot.2019.02.001 HTML-TM 322 [CrossRef](http://medrxiv.org/lookup/external-ref?access_num=10.1016/j.foot.2019.02.001&link_type=DOI) 105.105.Moriello, Gabriele; Proper, Dacia; Cool, Sandtana; Fink, Sarah; Schock, Samantha; Mayack, Jennifer (2015). Yoga therapy in an individual with spinal cord injury: A case report. J Bodyw Mov Ther, 19(4), 581–91. doi:10.1016/j.jbmt.2014.08.004 HTML-TM 2801 [CrossRef](http://medrxiv.org/lookup/external-ref?access_num=10.1016/j.jbmt.2014.08.004&link_type=DOI) 106.106.Brenneman, Elora C; Kuntz Alexander B; Wiebenga Emily G; Maly Monica R (2015). A Yoga Strengthening Program Designed to Minimize the Knee Adduction Moment for Women with Knee Osteoarthritis: A Proof-Of-Principle Cohort Study. PLoS One, 10(9), e0136854. doi:10.1371/journal.pone.0136854 HTML-TM 253 [CrossRef](http://medrxiv.org/lookup/external-ref?access_num=10.1371/journal.pone.0136854&link_type=DOI) 107.107.Kanjirathingal, Jinny P; Mullerpatan Rajani P; Nehete, Girish; Raghuram, Nagarathna (2021). Effect of Yogasana Intervention on Standing Balance Performance among People with Diabetic Peripheral Neuropathy: A Pilot Study. Int J Yoga, 14(1), 60–70. doi:10.4103/ijoy.IJOY\_75\_20 HTML-TM 896 [CrossRef](http://medrxiv.org/lookup/external-ref?access\_num=10.4103/ijoy.IJOY_75_20&link_type=DOI) 108.108.Van Puymbroeck, Marieke; Walter Alysha A; Hawkins Brent L; Sharp Julia L; Woschkolup, Kathleen; Urrea-Mendoza, Enrique; Revilla, Fredy; Adams Emilie V; Schmid Arlene A (2018). Functional Improvements in Parkinson’s Disease Following a Randomized Trial of Yoga. Evid Based Complement Alternat Med, 2018(), 8516351. doi:10.1155/2018/8516351 HTML-TM 1276 [CrossRef](http://medrxiv.org/lookup/external-ref?access_num=10.1155/2018/8516351&link_type=DOI) 109.109.Wang, Man-Ying; Greendale Gail A; Yu Sean S-Y; Salem George J (2016). Physical-Performance Outcomes and Biomechanical Correlates from the 32-Week Yoga Empowers Seniors Study. Evid Based Complement Alternat Med, 2016(), 6921689. doi:10.1155/2016/6921689 HTML-TM 1743 [CrossRef](http://medrxiv.org/lookup/external-ref?access_num=10.1155/2016/6921689&link_type=DOI) 110.110.Aggithaya, Madhur Guruprasad; Narahari Saravu R; Ryan Terence J (2015). Yoga for correction of lymphedema’s impairment of gait as an adjunct to lymphatic drainage: A pilot observational study. Int J Yoga, 8(1), 54–61. doi:10.4103/0973-6131.146063 HTML-TM 2565 [CrossRef](http://medrxiv.org/lookup/external-ref?access_num=10.4103/0973-6131.146063&link_type=DOI) 111.111.Ulger, Ozlem; Yagli Naciye Vardar (2011). Effects of yoga on balance and gait properties in women with musculoskeletal problems: a pilot study. Complement Ther Clin Pract, 17(1), 13–5. doi:10.1016/j.ctcp.2010.06.006 HTML-TM 1049 [CrossRef](http://medrxiv.org/lookup/external-ref?access_num=10.1016/j.ctcp.2010.06.006&link_type=DOI) [PubMed](http://medrxiv.org/lookup/external-ref?access_num=21168108&link_type=MED&atom=%2Fmedrxiv%2Fearly%2F2022%2F12%2F06%2F2022.12.05.22282979.atom) 112.112.Grabara, Malgorzata; Szopa, Janusz (2015). Effects of hatha yoga exercises on spine flexibility in women over 50 years old. J Phys Ther Sci, 27(2), 361–5. doi:10.1589/jpts.27.361 HTML-TM 987 [CrossRef](http://medrxiv.org/lookup/external-ref?access_num=10.1589/jpts.27.361&link_type=DOI) 113.113.Liu, Ai-Min; Chu, I-Hua; Lin, Hwai-Ting; Liang, Jing-Min; Hsu, Hsiu-Tao; Wu, Wen-Lan (2021). Training Benefits and Injury Risks of Standing Yoga Applied in Musculoskeletal Problems: Lower Limb Biomechanical Analysis. Int J Environ Res Public Health, 18(16),. doi:10.3390/ijerph18168402 HTML-TM 2306 [CrossRef](http://medrxiv.org/lookup/external-ref?access_num=10.3390/ijerph18168402&link_type=DOI) 114.114.Evans, Subhadra; Seidman, Laura; Sternlieb, Beth; Casillas, Jacqueline; Zeltzer, Lonnie; Tsao, Jennie (2017). Clinical Case Report: Yoga for Fatigue in Five Young Adult Survivors of Childhood Cancer. J Adolesc Young Adult Oncol, 6(1), 96–101. doi:10.1089/jayao.2016.0013 HTML-TM 478 [CrossRef](http://medrxiv.org/lookup/external-ref?access_num=10.1089/jayao.2016.0013&link_type=DOI) 115.115.Stan, Daniela L; Croghan Katrina A; Croghan Ivana T; Jenkins Sarah M; Sutherland Stephanie J; Cheville Andrea L; Pruthi, Sandhya (2016). Randomized pilot trial of yoga versus strengthening exercises in breast cancer survivors with cancer-related fatigue. Support Care Cancer, 24(9), 4005–15. doi:10.1007/s00520-016-3233-z HTML-TM 1865 [CrossRef](http://medrxiv.org/lookup/external-ref?access_num=10.1007/s00520-016-3233-z&link_type=DOI) 116.116.Sohl, Stephanie J; Danhauer Suzanne C; Birdee Gurjeet S; Nicklas Barbara J; Yacoub, George; Aklilu, Mebea; Avis Nancy E (2016). A brief yoga intervention implemented during chemotherapy: A randomized controlled pilot study. Complement Ther Med, 25(), 139–42. doi:10.1016/j.ctim.2016.02.003 HTML-TM 41 [CrossRef](http://medrxiv.org/lookup/external-ref?access_num=10.1016/j.ctim.2016.02.003&link_type=DOI) 117.117.Porter, Laura S; Carson James W; Olsen, Maren; Carson Kimberly M; Sanders, Linda; Jones, Lee; Westbrook, Kelly; Keefe Francis J (2019). Feasibility of a mindful yoga program for women with metastatic breast cancer: results of a randomized pilot study. Support Care Cancer, 27(11), 4307–4316. doi:10.1007/s00520-019-04710-7 HTML-TM 1240 [CrossRef](http://medrxiv.org/lookup/external-ref?access_num=10.1007/s00520-019-04710-7&link_type=DOI) 118.118.Kaur, Gurpreet; Prakash, Gaurav; Malhotra, Pankaj; Ghai, Sandhya; Kaur, Sukhpal; Singh, Mahender; Kaur, Kulbeer (2018). Home-Based Yoga Program for the Patients Suffering from Malignant Lymphoma during Chemotherapy: A Feasibility Study. Int J Yoga, 11(3), 249–254. doi:10.4103/ijoy.IJOY\_17\_18 HTML-TM 1331 [CrossRef](http://medrxiv.org/lookup/external-ref?access\_num=10.4103/ijoy.IJOY_17_18&link_type=DOI) 119.119.Ward, Lesley; Stebbings, Simon; Athens, Josie; Cherkin, Daniel; David Baxter, G (2018). Yoga for the management of pain and sleep in rheumatoid arthritis: a pilot randomized controlled trial. Musculoskeletal Care, 16(1), 39–47. doi:10.1002/msc.1201 HTML-TM 2628 [CrossRef](http://medrxiv.org/lookup/external-ref?access_num=10.1002/msc.1201&link_type=DOI) [PubMed](http://medrxiv.org/lookup/external-ref?access_num=http://www.n&link_type=MED&atom=%2Fmedrxiv%2Fearly%2F2022%2F12%2F06%2F2022.12.05.22282979.atom) 120.120.Groessl, Erik J; Liu, Lin; Schmalzl, Laura; Chang Douglas G; McCarthy, Adhana; Chun Won I; Sinclair, Camilla; Bormann Jill E (2020). Secondary Outcomes from a Randomized Controlled Trial of Yoga for Veterans with Chronic Low-Back Pain. Int J Yoga Therap, 30(1), 69–76. doi:10.17761/2020-D-19-00036 HTML-TM 1953 [CrossRef](http://medrxiv.org/lookup/external-ref?access_num=10.17761/2020-D-19-00036&link_type=DOI) 121.121.Silveira, Kristen; Smart Colette M (2020). Cognitive, physical, and psychological benefits of yoga for acquired brain injuries: A systematic review of recent findings. Neuropsychol Rehabil, 30(7), 1388–1407. doi:10.1080/09602011.2019.1583114 HTML-TM 494 [CrossRef](http://medrxiv.org/lookup/external-ref?access_num=10.1080/09602011.2019.1583114&link_type=DOI) 122.122.Suarez-Iglesias, David; Santos, Luis; Sanchez-Lastra Miguel A; Ayan, Carlos (2022). Systematic review and meta-analysis of randomised controlled trials on the effects of yoga in people with Parkinson’s disease. Disabil Rehabil, 44(21), 6210–6229. doi:10.1080/09638288.2021.1966522 HTML-TM 2020 [CrossRef](http://medrxiv.org/lookup/external-ref?access_num=10.1080/09638288.2021.1966522&link_type=DOI) 123.123.Fasczewski, Kimberly S; Garner LaVerene M; Clark Lauren A; Michels Hannah S; Migliarese Sara J (2022). Medical Therapeutic Yoga for multiple sclerosis: examining self-efficacy for physical activity, motivation for physical activity, and quality of life outcomes. Disabil Rehabil, 44(1), 106–113. doi:10.1080/09638288.2020.1760364 HTML-TM 1584 [CrossRef](http://medrxiv.org/lookup/external-ref?access_num=10.1080/09638288.2020.1760364&link_type=DOI) 124.124.Bruce, Charo; Achan, Vinod; Rathore, Sudhir (2021). Yoga-Based Cardiac Rehabilitation: Current Perspectives from Randomized Controlled Trials in Coronary Artery Disease. Vasc Health Risk Manag, 17(), 779–789. doi:10.2147/VHRM.S286928 HTML-TM 2858 [CrossRef](http://medrxiv.org/lookup/external-ref?access_num=10.2147/VHRM.S286928&link_type=DOI) 125.125.Bukowski, Elaine L; Conway, Allison; Glentz Laura A; Kurland, Kristy; Galantino Mary Lou (2006-2007). The effect of iyengar yoga and strengthening exercises for people living with osteoarthritis of the knee: a case series. Int Q Community Health Educ, 26(3), 287–305. doi:10.2190/IQ.26.3.f HTML-TM 2083 [CrossRef](http://medrxiv.org/lookup/external-ref?access_num=10.2190/IQ.26.3.f&link_type=DOI) [PubMed](http://medrxiv.org/lookup/external-ref?access_num=17827096&link_type=MED&atom=%2Fmedrxiv%2Fearly%2F2022%2F12%2F06%2F2022.12.05.22282979.atom) 126.126.Garfinkel, M S; Schumacher, H R Jr; Husain, A; Levy, M; Reshetar, R A (1994). Evaluation of a yoga based regimen for treatment of osteoarthritis of the hands. J Rheumatol, 21(12), 2341–3. doi: HTML-TM 1173 [PubMed](http://medrxiv.org/lookup/external-ref?access_num=7699639&link_type=MED&atom=%2Fmedrxiv%2Fearly%2F2022%2F12%2F06%2F2022.12.05.22282979.atom) [Web of Science](http://medrxiv.org/lookup/external-ref?access_num=A1994PX44600030&link_type=ISI) 127.127.Kisan, Ravikiran; Sujan, Mu; Adoor, Meghana; Rao, Raghavendra; Nalini, A; Kutty Bindu M; Chindanda Murthy, B.; Raju, Tr; Sathyaprabha, Tn (2014). Effect of Yoga on migraine: A comprehensive study using clinical profile and cardiac autonomic functions. Int J Yoga, 7(2), 126–32. doi:10.4103/0973-6131.133891 HTML-TM 831 [CrossRef](http://medrxiv.org/lookup/external-ref?access_num=10.4103/0973-6131.133891&link_type=DOI) 128.128.Carson, James W; Carson Kimberly M; Jones Kim D; Lancaster, Lindsay; Mist Scott D (2016). Mindful Yoga Pilot Study Shows Modulation of Abnormal Pain Processing in Fibromyalgia Patients. Int J Yoga Therap, 26(1), 93–100. doi:10.17761/1531-2054-26.1.93 HTML-TM 1618 [CrossRef](http://medrxiv.org/lookup/external-ref?access_num=10.17761/1531-2054-26.1.93&link_type=DOI) 129.129.Hennard, Janet (2011). A protocol and pilot study for managing fibromyalgia with yoga and meditation. Int J Yoga Therap, (21), 109–21. doi: HTML-TM 142 130.130.Evans, Subhadra; Cousins, Laura; Tsao Jennie C I; Sternlieb, Beth; Zeltzer Lonnie K (2011). Protocol for a randomized controlled study of Iyengar yoga for youth with irritable bowel syndrome. Trials, 12(), 15. doi:10.1186/1745-6215-12-15 HTML-TM 1820 [CrossRef](http://medrxiv.org/lookup/external-ref?access_num=10.1186/1745-6215-12-15&link_type=DOI) [PubMed](http://medrxiv.org/lookup/external-ref?access_num=21244698&link_type=MED&atom=%2Fmedrxiv%2Fearly%2F2022%2F12%2F06%2F2022.12.05.22282979.atom) 131.131.Schumann, Dania; Anheyer, Dennis; Lauche, Romy; Dobos, Gustav; Langhorst, Jost; Cramer, Holger (2016). Effect of Yoga in the Therapy of Irritable Bowel Syndrome: A Systematic Review. Clin Gastroenterol Hepatol, 14(12), 1720–1731. doi:10.1016/j.cgh.2016.04.026 HTML-TM 793 [CrossRef](http://medrxiv.org/lookup/external-ref?access_num=10.1016/j.cgh.2016.04.026&link_type=DOI) [PubMed](http://medrxiv.org/lookup/external-ref?access_num=http://www.n&link_type=MED&atom=%2Fmedrxiv%2Fearly%2F2022%2F12%2F06%2F2022.12.05.22282979.atom) 132.132.D’Silva, Adrijana; MacQueen, Glenda; Nasser, Yasmin; Taylor Lorian M; Vallance Jeff K; Raman, Maitreyi (2020). Yoga as a Therapy for Irritable Bowel Syndrome. Dig Dis Sci, 65(9), 2503–2514. doi:10.1007/s10620-019-05989-6 HTML-TM 2468 [CrossRef](http://medrxiv.org/lookup/external-ref?access_num=10.1007/s10620-019-05989-6&link_type=DOI) 133.133.Yonglitthipagon, Ponlapat; Muansiangsai, Somruthai; Wongkhumngern, Wilanee; Donpunha, Wanida; Chanavirut, Raoyrin; Siritaratiwat, Wantana; Mato, Lukana; Eungpinichpong, Wichai; Janyacharoen, Taweesak (2017). Effect of yoga on the menstrual pain, physical fitness, and quality of life of young women with primary dysmenorrhea. J Bodyw Mov Ther, 21(4), 840–846. doi:10.1016/j.jbmt.2017.01.014 HTML-TM 852 [CrossRef](http://medrxiv.org/lookup/external-ref?access_num=10.1016/j.jbmt.2017.01.014&link_type=DOI) [PubMed](http://medrxiv.org/lookup/external-ref?access_num=http://www.n&link_type=MED&atom=%2Fmedrxiv%2Fearly%2F2022%2F12%2F06%2F2022.12.05.22282979.atom) 134.134.Tuzun, S; Aktas, I; Akarirmak, U; Sipahi, S; Tuzun, F (2010). Yoga might be an alternative training for the quality of life and balance in postmenopausal osteoporosis. Eur J Phys Rehabil Med, 46(1), 69–72. doi: HTML-TM 2722 [PubMed](http://medrxiv.org/lookup/external-ref?access_num=20332729&link_type=MED&atom=%2Fmedrxiv%2Fearly%2F2022%2F12%2F06%2F2022.12.05.22282979.atom) 135.135.Nayak, Gayathry; Kamath, Asha; Kumar Pratap N; Rao, Anjali (2014). Effect of yoga therapy on physical and psychological quality of life of perimenopausal women in selected coastal areas of Karnataka, India. J Midlife Health, 5(4), 180–5. doi:10.4103/0976-7800.145161 HTML-TM 874 [CrossRef](http://medrxiv.org/lookup/external-ref?access_num=10.4103/0976-7800.145161&link_type=DOI) 136.136.Rogers, Kim A; MacDonald, Megan (2015). Therapeutic Yoga: Symptom Management for Multiple Sclerosis. J Altern Complement Med, 21(11), 655–9. doi:10.1089/acm.2015.0015 HTML-TM 2300 [CrossRef](http://medrxiv.org/lookup/external-ref?access_num=10.1089/acm.2015.0015&link_type=DOI) [PubMed](http://medrxiv.org/lookup/external-ref?access_num=http://www.n&link_type=MED&atom=%2Fmedrxiv%2Fearly%2F2022%2F12%2F06%2F2022.12.05.22282979.atom) 137.137.Gothe, Neha P; Hayes Jessica M; Temali, Cindy; Damoiseaux Jessica S (2018). Differences in Brain Structure and Function Among Yoga Practitioners and Controls. Front Integr Neurosci, 12(), 26. doi:10.3389/fnint.2018.00026 HTML-TM 629 [CrossRef](http://medrxiv.org/lookup/external-ref?access_num=10.3389/fnint.2018.00026&link_type=DOI) 138.138.Gard, Tim; Taquet, Maxime; Dixit, Rohan; Holzel Britta K; de Montjoye, Yves-Alexandre; Brach, Narayan; Salat David H; Dickerson Bradford C; Gray Jeremy R; Lazar Sara W (2014). Fluid intelligence and brain functional organization in aging yoga and meditation practitioners. Front Aging Neurosci, 6(), 76. doi:10.3389/fnagi.2014.00076 HTML-TM 1266 [CrossRef](http://medrxiv.org/lookup/external-ref?access_num=10.3389/fnagi.2014.00076&link_type=DOI) 139.139.Wadden, Katie P; Snow Nicholas J; Sande, Peder; Slawson, Sian; Waller, Tom; Boyd Lara A (2018). Yoga Practitioners Uniquely Activate the Superior Parietal Lobule and Supramarginal Gyrus During Emotion Regulation. Front Integr Neurosci, 12(), 60. doi:10.3389/fnint.2018.00060 HTML-TM 2760 [CrossRef](http://medrxiv.org/lookup/external-ref?access_num=10.3389/fnint.2018.00060&link_type=DOI) 140.140.Bierski, Krzysztof (2021). A wellbeing skill: moving attentively in hospital yoga practice. Anthropol Med, 28(3), 341–358. doi:10.1080/13648470.2021.1949941 HTML-TM 242 [CrossRef](http://medrxiv.org/lookup/external-ref?access_num=10.1080/13648470.2021.1949941&link_type=DOI) 141.141.Rivest-Gadbois, Emmanuelle; Boudrias, Marie-Helene (2019). 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, 44(), 129–142. doi:10.1016/j.ctim.2019.03.021 HTML-TM 2369 [CrossRef](http://medrxiv.org/lookup/external-ref?access_num=10.1016/j.ctim.2019.03.021&link_type=DOI) [1]: /embed/graphic-1.gif [2]: /embed/graphic-2.gif