1.Cost-effectiveness analysis of cefiderocol for the treatment of confirmed or suspected carbapenem-resistant Gram-negative bacteria serious infections
Yuan GONG ; Shuo KANG ; Yibing HOU ; Xiaohui WANG ; Ying NIE ; Jing WANG ; Zhenhua PAN
China Pharmacy 2026;37(2):192-197
OBJECTIVE To evaluate the cost-effectiveness of cefiderocol versus best available therapy (BAT) or standard-of- care (SOC) for the treatment of confirmed or suspected carbapenem-resistant Gram-negative bacterial (CRGNB) serious infections from the perspective of the Chinese healthcare system, and to explore its reasonable pricing. METHODS A decision tree model was constructed based on data from two phase Ⅲ clinical trials (CREDIBLE-CR and GAME CHANGER) to simulate the cost- effectiveness of cefiderocol in two scenarios: salvage therapy for confirmed CRGNB infection (scenario 1) and empirical therapy for suspected CRGNB infection (scenario 2). The primary outcome measure was the incremental cost-effectiveness ratio (ICER). The willingness-to-pay (WTP) was set at 1 to 3 times China’s per capita GDP in 2024. To verify the robustness of the results, one- way and probabilistic sensitivity analyses were conducted, and based on these, a reasonable price range for cefiderocol in the Chinese market was explored. RESULTS The results for scenario 1 showed that the clinical cure rate in the cefiderocol group was higher than that in the BAT group (47.50% vs. 34.21%), but its ICER was 415 065.03 yuan per cured case, exceeding three times China’s GDP per capita. Scenario 2 revealed that the ICER for cefiderocol relative to SOC was as high as 1 362 446.16 yuan per cured case, far exceeding the WTP. Sensitivity analysis indicated that the treatment duration and price of cefiderocol were key factors affecting its cost-effectiveness. In the two scenarios described above, the unit price of cefiderocol must fall below 683.47 and 242.00 yuan/g, respectively, to be considered cost-effective. CONCLUSIONS Based on the current market price, cefiderocol lacks sufficient cost-effectiveness for treating confirmed or suspected CRGNB serious infections within China’s healthcare system. To improve its accessibility, price negotiations or a tiered medical insurance payment strategy are required.
2.Application of frontal electroencephalogram in assessment of anxiety, depression,and sleep quality in adolescents with emotional disorders
Ying YANG ; Haiting XU ; Weigang PAN ; Xinpeng XU ; Siyuan LIU ; Xiaohong LI
Sichuan Mental Health 2026;39(2):112-118
BackgroundEmotional disorders in adolescents have emerged as a prominent issue in recent years. Current mainstream clinical assessment approaches for such conditions predominantly rely on interviews and rating scales, which are limited by inherent drawbacks such as high subjectivity and recall bias. Accordingly, there exists an urgent clinical need for the development of objective, quantifiable auxiliary diagnostic tools.In previous studies, frontal electroencephalography (EEG) has demonstrated significant value in assessing depressive and anxiety. However, the lack of standardized quantitative metrics and intuitive visual analytical approaches has severely restricted clinical interpretability of EEG data and diminished patient engagement. To address these key limitations, the present study proposes an innovative analytical framework that converts frontal EEG signals into quantifiable visual metrics to enhance clinical comprehension and acceptance. ObjectiveTo explore the value of frontal EEG in assessing anxiety, depression, and sleep quality in adolescents with emotional disorders, with the aim of providing objective auxiliary tools for clinical diagnosis and assessment of adolescents with emotional disorders. MethodsThis cross-sectional study recruited 105 adolescents aged 12-18 years who visited the outpatient department of a specialized mental hospital in Beijing from April 2023 to April 2024. All participants met the diagnostic criteria for mood (affective) disorders or anxiety disorders in the International Classification of Diseases, tenth edition (ICD-10). Frontal EEG signals were collected within a big data analytics-driven framework and further processed by EEG system to generate six quantitative cerebral function indices, namely brain load, tension and excitement, emotional stress, sleepiness index, cerebral vitality, and cerebral fatigue. In addition, validated standardized scales, including the Self-rating Anxiety Scale (SAS), the Self-rating Depression Scale (SDS), and the Pittsburgh Sleep Quality Index (PSQI), were administered for anxiety, depressive symptoms, and sleep quality, respectively. ResultsIn adolescent patients with emotional disorders, the SAS score exhibited significant positive correlations with brain load (rs=0.328, P<0.01), emotional stress (rs=0.341, P<0.01), and cerebral fatigue (rs=0.286, P<0.01). The SDS score was positively correlated with brain load (rs=0.275, P<0.01), emotional stress (rs=0.241, P<0.05), and cerebral fatigue (rs=0.311, P<0.01), while showing a significant negative correlation with cerebral vitality (rs=-0.212, P<0.05). Additionally, the PSQI total score demonstrated positive correlations with brain load (rs=0.340, P<0.01), emotional stress (rs=0.322, P<0.01), and cerebral fatigue (rs=0.229, P<0.05). ConclusionFrontal EEG-derived indices, including brain load, emotional stress, cerebral fatigue and cerebral vitality, may serve as objective markers for reflecting anxiety, depression, and sleep quality in adolescents with emotional disorders. [Funded by Beijing High level Innovation and Entrepreneurship Talent Support Program (number, 202504841041); Horizontal Joint Project]
3.Pathogenesis Reasoning Chain-of-thought Supervision for Large Language Models: Syndrome Manifestation Recognition and Multidimensional Evaluation in Spleen-stomach Disorders
Shu-Han YANG ; Yu-Xin HU ; Xin-Yu YU ; Yu-Ying TU ; Yi-Chang ZANG ; Pan-Fei LI
Progress in Biochemistry and Biophysics 2026;53(5):1240-1263
ObjectiveThe essence of syndrome manifestation recognition in traditional Chinese medicine (TCM) is to infer the body’s latent pathogenesis state from clinical observational information, rather than to perform simple label matching. However, previous studies have largely modeled this task as syndrome pattern classification within a fixed label space, which does not adequately reflect the cognition process of TCM syndrome differentiation centered on pathogenesis reasoning, and is also insufficient to capture the openness, semantic variability, and cross-disease reusability of syndrome manifestation expression. This study aimed to investigate whether introducing pathogenesis reasoning chain-of-thought (PR-CoT) supervision into large language models (LLMs) could improve the quality and cognitive consistency of syndrome manifestation recognition and support cross-disease transfer. MethodsSyndrome manifestation recognition was formulated as a conditional generation task under the framework of clinical observational information (X)→pathogenesis structure (Z)→syndrome pattern output (Y), where Z serves as an explicit intermediate structural variable linking the clinical evidence and syndrome judgment. Within this framework, a PR-CoT-supervised dataset for syndrome manifestation recognition was constructed based on medical case records of spleen-stomach disorders. After preprocessing, information extraction, manual proofreading, and data cleaning, the dataset comprised 4 800 training cases, 400 development cases, and 400 test cases. Each sample was annotated with a structured PR-CoT consisting of three progressive levels: clinical information summarization, comprehensive pathogenesis analysis, and syndrome pattern output. Supervised fine-tuning was conducted on open-source LLMs, with an end-to-end model serving as the baseline. Qwen3-32B was used as the primary experimental model, and Qwen3-14B as the scale comparison model. A progressive multidimensional evaluation framework was further established, comprising a structural parsing level, a semantic similarity level, and an expert blind review level. At the structural parsing level, syndrome pattern expressions were decomposed into structural elements and evaluated using Precision, Recall, F1 score, and Jaccard similarity. At the semantic similarity level, independent LLMs scored the theoretical proximity between predicted and reference syndrome patterns. At the expert blind review level, three TCM experts independently evaluated model outputs on two dimensions: syndrome differentiation consistency and terminology standardization of syndrome patterns. In addition, zero-shot cross-disease transfer evaluation was conducted on gynecological and heart-system disorder test sets. ResultsAt the structural parsing level, PR-CoT supervision did not lead to a stable improvement in the element-wise overlap of syndrome pattern structural components. Compared with the corresponding baselines, neither Qwen3-32B nor Qwen3-14B showed consistent advantages in structural matching metrics after the introduction of PR-CoT supervision. In contrast, at the semantic similarity level, PR-CoT supervision produced stable positive gains across different model scales and evaluation systems. The average semantic score of Qwen3-32B increased from 6.425 8 in the baseline model to 6.585 0 after PR-CoT supervision, and that of Qwen3-14B increased from 5.870 0 to 5.964 2. At the expert blind review level, the overall score of Qwen3-32B (PR-CoT) was 7.026 0±0.107 7, higher than 6.416 3±0.288 9 for its baseline. In zero-shot cross-disease testing, the PR-CoT model still showed advantages in semantic evaluation and expert evaluation on both gynecological and heart-system disorder test sets, indicating a certain degree of transferability. ConclusionThe benefits of PR-CoT supervision are mainly reflected in TCM semantic consistency and clinical plausibility, rather than in improved hard matching of structural elements. These findings support understanding syndrome manifestation recognition as a process of generating and expressing latent pathogenesis structures, rather than as a classification task within a traditional fixed label space. By introducing pathogenesis reasoning as an explicit intermediate structure into the modeling process and combining it with a progressive multidimensional evaluation framework, this study provides a methodological pathway for intelligent TCM syndrome differentiation that integrates theoretical alignment, interpretability, and multi-level evaluation.
4.Pathogenesis Reasoning Chain-of-thought Supervision for Large Language Models: Syndrome Manifestation Recognition and Multidimensional Evaluation in Spleen-stomach Disorders
Shu-Han YANG ; Yu-Xin HU ; Xin-Yu YU ; Yu-Ying TU ; Yi-Chang ZANG ; Pan-Fei LI
Progress in Biochemistry and Biophysics 2026;53(5):1240-1263
ObjectiveThe essence of syndrome manifestation recognition in traditional Chinese medicine (TCM) is to infer the body’s latent pathogenesis state from clinical observational information, rather than to perform simple label matching. However, previous studies have largely modeled this task as syndrome pattern classification within a fixed label space, which does not adequately reflect the cognition process of TCM syndrome differentiation centered on pathogenesis reasoning, and is also insufficient to capture the openness, semantic variability, and cross-disease reusability of syndrome manifestation expression. This study aimed to investigate whether introducing pathogenesis reasoning chain-of-thought (PR-CoT) supervision into large language models (LLMs) could improve the quality and cognitive consistency of syndrome manifestation recognition and support cross-disease transfer. MethodsSyndrome manifestation recognition was formulated as a conditional generation task under the framework of clinical observational information (X)→pathogenesis structure (Z)→syndrome pattern output (Y), where Z serves as an explicit intermediate structural variable linking the clinical evidence and syndrome judgment. Within this framework, a PR-CoT-supervised dataset for syndrome manifestation recognition was constructed based on medical case records of spleen-stomach disorders. After preprocessing, information extraction, manual proofreading, and data cleaning, the dataset comprised 4 800 training cases, 400 development cases, and 400 test cases. Each sample was annotated with a structured PR-CoT consisting of three progressive levels: clinical information summarization, comprehensive pathogenesis analysis, and syndrome pattern output. Supervised fine-tuning was conducted on open-source LLMs, with an end-to-end model serving as the baseline. Qwen3-32B was used as the primary experimental model, and Qwen3-14B as the scale comparison model. A progressive multidimensional evaluation framework was further established, comprising a structural parsing level, a semantic similarity level, and an expert blind review level. At the structural parsing level, syndrome pattern expressions were decomposed into structural elements and evaluated using Precision, Recall, F1 score, and Jaccard similarity. At the semantic similarity level, independent LLMs scored the theoretical proximity between predicted and reference syndrome patterns. At the expert blind review level, three TCM experts independently evaluated model outputs on two dimensions: syndrome differentiation consistency and terminology standardization of syndrome patterns. In addition, zero-shot cross-disease transfer evaluation was conducted on gynecological and heart-system disorder test sets. ResultsAt the structural parsing level, PR-CoT supervision did not lead to a stable improvement in the element-wise overlap of syndrome pattern structural components. Compared with the corresponding baselines, neither Qwen3-32B nor Qwen3-14B showed consistent advantages in structural matching metrics after the introduction of PR-CoT supervision. In contrast, at the semantic similarity level, PR-CoT supervision produced stable positive gains across different model scales and evaluation systems. The average semantic score of Qwen3-32B increased from 6.425 8 in the baseline model to 6.585 0 after PR-CoT supervision, and that of Qwen3-14B increased from 5.870 0 to 5.964 2. At the expert blind review level, the overall score of Qwen3-32B (PR-CoT) was 7.026 0±0.107 7, higher than 6.416 3±0.288 9 for its baseline. In zero-shot cross-disease testing, the PR-CoT model still showed advantages in semantic evaluation and expert evaluation on both gynecological and heart-system disorder test sets, indicating a certain degree of transferability. ConclusionThe benefits of PR-CoT supervision are mainly reflected in TCM semantic consistency and clinical plausibility, rather than in improved hard matching of structural elements. These findings support understanding syndrome manifestation recognition as a process of generating and expressing latent pathogenesis structures, rather than as a classification task within a traditional fixed label space. By introducing pathogenesis reasoning as an explicit intermediate structure into the modeling process and combining it with a progressive multidimensional evaluation framework, this study provides a methodological pathway for intelligent TCM syndrome differentiation that integrates theoretical alignment, interpretability, and multi-level evaluation.
5.A Sensitive Lateral Flow Immunoassay for Detection of Interleukin-6 Using Carbon Dots-Mesoporous Silica Nanocomposite Fluorescent Probes
Yue-Qian YANG ; Peng-Yue WANG ; Jia-Qi REN ; Xiao PAN ; Feng-Hua TAN ; Yu-Jie MA ; Cong-Ying WEN ; Jing-Bin ZENG
Chinese Journal of Analytical Chemistry 2025;53(9):1467-1475
In this study,a sensitive lateral flow immunoassay(LFIA)platform based on carbon dots-mesoporous silica nanocomposite(CD-MSNs)fluorescent probes was constructed for high-performance detection of inflammatory marker interleukin-6(IL-6).Green fluorescent carbon dots(CDs)were prepared by hydrothermal method with 3,9-perylenic acid and 3-aminopropyltriethoxysilane(APTES)as raw materials,and highly fluorescent CD-MSNs composites were then constructed by encapsulating the prepared CDs in mesoporous silica nanoparticles(MSNs).Fluorescent probes were prepared by covalent coupling of CD-MSNs with IL-6 antibody.Fluorescent immunochromatographic test strips were constructed by spraying IL-6 capture antibody and goat anti-mouse IgG on nitrocellulose membrane as detection line(T-line)and quality control line(C-line),respectively.The fluorescence immunoassay analyzer was used to quantitatively detect the fluorescence intensity of T-line,and the experimental results showed that the LFIA platform based on this probe had a good linear relationship in IL-6 concentration range of 102-106 pg/mL,and the detection limit was 64 pg/mL,which was two orders of magnitude more sensitive than that of the traditional colloidal gold test strips.This method effectively solved the issue of insufficient sensitivity of traditional LFIA technique,and provided a rapid and highly sensitive detection method for early diagnosis of inflammatory diseases.
6.Ginkgo biloba extract down-regulates TLR4/NLRP3 signaling to protect airway inflammation in COPD rats
Ying Pan ; Xueni Mo ; Gerui Wang ; Yuqing Feng ; Fang Xie ; Meiling Mao ; Tingting Wei ; Jing Xiang ; Lianjian Huang ; Fanbo Wei ; Yibao Yang
Acta Universitatis Medicinalis Anhui 2025;60(10):1833-1838
Objective:
To explore the regulatory effects of ginkgo biloba extract on airway inflammatory injury and Toll⁃like receptor 4(TLR4)/nucleotide⁃binding oligomerization domain⁃containing 3(NLRP3) pathway in rats with vided into four groups : the normal control group ,
Methods:
Thirty⁃six male SD rats were selected and randomly divided into four groups : the normal control group , the model group , the prednisone treatment group , and the ginkgo biloba extract treatment group , with 9 rats in each group. Except for the normal control group , the COPD rat mod⁃els in the other groups was constructed by intratracheal instillation of lipopolysaccharide (LPS) combined with ciga⁃rette smoke exposure. After successful modeling , the rats were continuously administered drugs for 12 weeks , fol⁃lowed by sampling. The general conditions and respiratory symptoms of the rats were observed. The pathological changes of lung tissues were observed by hematoxylin⁃eosin (HE) staining technique ; the mRNA and protein ex⁃pression levels of TLR4 , tumor necrosis factor⁃α (TNF⁃α ) , interleukin⁃1β (IL⁃1β) and NLRP3 in rat lung tissueswere detected by real⁃time quantitative polymerase chain reaction (RT⁃qPCR) and Western blot.
Results:
Com⁃pared with the normal control group , the lung tissues of rats in the model group were significantly damaged , and the protein and mRNA expression of TLR4 , TNF⁃α , IL⁃1β , and NLRP3 increased ( P < 0. 05 ) . Compared with the model group , lung tissue damage was reduced in the prednisone group and the ginkgo biloba extract group , and TLR4 , TNF⁃α , IL⁃1β , NLRP3 protein and mRNA expression decreased (P < 0. 05) .
Conclusion
Ginkgo biloba airway inflammatory response by inhibiting the TLR4/NLRP3 signaling pathway.
7.Transcatheter closure of atrial septal defect using fully biodegradable occluder under ultrasound guidance: A case report
Ying' ; ao ZHAO ; Yiming YAN ; Ziping LI ; Hang LI ; Fengwen ZHANG ; Fang FANG ; Guangzhi ZHAO ; Jing DONG ; Chuangshi WANG ; Jiande WANG ; Wenbin OUYANG ; Xiangbin PAN
Chinese Journal of Clinical Thoracic and Cardiovascular Surgery 2025;32(12):1796-1799
Currently, transcatheter intervention is the preferred treatment for patients with anatomically suitable atrial septal defects. However, the use of nickel-titanium alloy occluders in interventional procedures results in lifelong presence of the implant in the body, leading to complications such as metal allergies and arrhythmias in some patients. To overcome the short-term and long-term complications associated with the presence of metal, and to avoid radiation exposure and metal toxicity, this paper reports a case of successful transcatheter closure of atrial septal defect in a pediatric patient with metal allergies using fully biodegradable occluder under ultrasound guidance, achieving excellent results by interventional therapy.
8.Efficacy and mechanism of Cistanches Herba extract in treating reproductive dysfunction in rats with kidney-Yang deficiency based on metabolomics.
Ze-Hui LI ; Pan-Yu XU ; Jia-Shan LI ; Li GUO ; Yuan LI ; Si-Qi LI ; Na LIN ; Ying XU
China Journal of Chinese Materia Medica 2025;50(7):1850-1860
This study investigates the reproductive protective effect and potential mechanism of Cistanches Herba extract(CHE) on a rat model of kidney-Yang deficiency induced by adenine. Rats were randomly divided into five groups: normal, model, low-dose CHE(0.6 g·kg~(-1)·d~(-1)), high-dose CHE(1.2 g·kg~(-1)·d~(-1)), and L-carnitine(100 mg·kg~(-1)·d~(-1)). The rats were administered adenine(200 mg·kg~(-1)·d~(-1)) by gavage for the first 14 days to induce kidney-Yang deficiency, while simultaneously receiving drug treatment. After 14 days, the modeling was discontinued, but drug treatment continued to 49 days. The content of components in CHE was analyzed by high-performance liquid chromatography. The adenine-induced kidney-Yang deficiency model was assessed through symptom characterization and measurement of testosterone(T) levels using an enzyme-linked immunosorbent assay kit. Pathological damage to the testis and epididymis was evaluated based on the wet weight and performing hematoxylin-eosin staining. Sperm density and motility were measured using computer-aided sperm analysis, and sperm viability was assessed using live/dead sperm staining kits, and sperm morphology was evaluated using eosin staining, thereby determining rat sperm quality. Metabolomics was used to analyze changes in serum metabolites, enrich related metabolic pathways, and explore the mechanism of CHE in improving reproductive function damage in rats with kidney-Yang deficiency syndrome. Compared to the normal group, the model group exhibited significant kidney-Yang deficiency symptoms, reduced T levels, decreased testicular and epididymal wet weights, and significant pathological damage to the testis and epididymis. The sperm density, motility, and viability decreased, with an increased rate of sperm abnormalities. In contrast, rats treated with CHE showed marked improvements in kidney-Yang deficiency symptoms, restored T levels, alleviated pathological damage to the testis and epididymis, and improved various sperm parameters. Metabolomics results revealed 286 differential metabolites between the normal and model groups(191 upregulated and 95 downregulated). Seventy-five differential metabolites were identified between the model and low-dose CHE groups(21 upregulated and 54 downregulated). A total of 24 common differential metabolites were identified across the three groups, with 22 of these metabolites exhibiting opposite regulation trends between the two comparison groups. These metabolites were primarily involved in linoleic acid metabolism, ether lipid metabolism, and pantothenic acid and coenzyme A biosynthesis, as well as metabolites including 13-hydroperoxylinoleic acid, lysophosphatidylcholine, and pantethine. CHE can improve kidney-Yang deficiency symptoms in rats, alleviate reproductive organ damage, and enhance sperm quality. The regulation of lipid metabolism may be a potential mechanism through which CHE improves reproductive function in rats with kidney-Yang deficiency. The potential bioactive compounds of CHE include echinacoside, verbascoside, salidroside, betaine, and cistanoside A.
Animals
;
Male
;
Rats
;
Yang Deficiency/physiopathology*
;
Metabolomics
;
Kidney/physiopathology*
;
Rats, Sprague-Dawley
;
Drugs, Chinese Herbal/administration & dosage*
;
Cistanche/chemistry*
;
Kidney Diseases/metabolism*
;
Testis/metabolism*
;
Humans
;
Reproduction/drug effects*
;
Testosterone/blood*
9.Scientific characterization of medicinal amber: evidence from geological and archaeological studies.
Qi LIU ; Qing-Hui LI ; Di-Ying HUANG ; Yan LI ; Pan XIAO ; Ji-Qing BAI ; Hua-Sheng PENG ; Lu-Qi HUANG
China Journal of Chinese Materia Medica 2025;50(11):2905-2914
Amber and subfossil resins are subjects of interdisciplinary research across multiple fields. However, due to their diverse origins and complex compositions, different disciplines vary in their definitions and functional interpretations. In traditional Chinese medicine(TCM), amber has been utilized as a medicinal material since ancient time, with extensive historical documentation. However, its classification, provenance, and nomenclature remain ambiguous, and authentic medicinal amber artifacts are exceedingly rare. This study employed Fourier-transform infrared spectroscopy(FTIR) to characterize amber and subfossil resins from various geological sources and commercially "medicinal amber". Additionally, historical literature and market surveys were analyzed to explore their provenance, composition, and functional attributes. The results indicate that amber and subfossil resins from different sources and with different compositions exhibit distinct fingerprint characteristics in the FTIR spectral range of 1 800-700 cm~(-1). "Medicinal amber" available in the market primarily consists of subfossil or modern resins, significantly differing in composition and structure from geological amber. This study highlights the importance of interdisciplinary research on amber identification and resource management. It is essential to establish a systematic database of amber and subfossil resin characteristics and integrate modern analytical techniques to enhance research on their composition, pharmacological mechanisms, and potential therapeutic effects, thereby promoting the standardized utilization of amber resources and advancing the modernization of TCM.
Amber/history*
;
Archaeology
;
Spectroscopy, Fourier Transform Infrared
;
Medicine, Chinese Traditional
10.Mechanism related to bile acids metabolism of liver injury induced by long-term administration of emodin.
Jing-Zhuo TIAN ; Lian-Mei WANG ; Yan YI ; Zhong XIAN ; Nuo DENG ; Yong ZHAO ; Chun-Ying LI ; Yu-Shi ZHANG ; Su-Yan LIU ; Jia-Yin HAN ; Chen PAN ; Chen-Yue LIU ; Jing MENG ; Ai-Hua LIANG
China Journal of Chinese Materia Medica 2025;50(11):3079-3087
Emodin is a hydroxyanthraquinone compound that is widely distributed and has multiple pharmacological activities, including anti-diarrheal, anti-inflammatory, and liver-protective effects. Research indicates that emodin may be one of the main components responsible for inducing hepatotoxicity. However, studies on the mechanisms of liver injury are relatively limited, particularly those related to bile acids(BAs) metabolism. This study aims to systematically investigate the effects of different dosages of emodin on BAs metabolism, providing a basis for the safe clinical use of traditional Chinese medicine(TCM)containing emodin. First, this study evaluated the safety of repeated administration of different dosages of emodin over a 5-week period, with a particular focus on its impact on the liver. Next, the composition and content of BAs in serum and liver were analyzed. Subsequently, qRT-PCR was used to detect the mRNA expression of nuclear receptors and transporters related to BAs metabolism. The results showed that 1 g·kg~(-1) emodin induced hepatic damage, with bile duct hyperplasia as the primary pathological manifestation. It significantly increased the levels of various BAs in the serum and primary BAs(including taurine-conjugated and free BAs) in the liver. Additionally, it downregulated the mRNA expression of farnesoid X receptor(FXR), retinoid X receptor(RXR), and sodium taurocholate cotransporting polypeptide(NTCP), and upregulated the mRNA expression of cholesterol 7α-hydroxylase(CYP7A1) in the liver. Although 0.01 g·kg~(-1) and 0.03 g·kg~(-1) emodin did not induce obvious liver injury, they significantly increased the level of taurine-conjugated BAs in the liver, suggesting a potential interference with BAs homeostasis. In conclusion, 1 g·kg~(-1) emodin may promote the production of primary BAs in the liver by affecting the FXR-RXR-CYP7A1 pathway, inhibit NTCP expression, and reduce BA reabsorption in the liver, resulting in BA accumulation in the peripheral blood. This disruption of BA homeostasis leads to liver injury. Even doses of emodin close to the clinical dose can also have a certain effect on the homeostasis of BAs. Therefore, when using traditional Chinese medicine or formulas containing emodin in clinical practice, it is necessary to regularly monitor liver function indicators and closely monitor the risk of drug-induced liver injury.
Emodin/administration & dosage*
;
Bile Acids and Salts/metabolism*
;
Animals
;
Male
;
Liver/injuries*
;
Chemical and Drug Induced Liver Injury/genetics*
;
Drugs, Chinese Herbal/adverse effects*
;
Humans
;
Rats, Sprague-Dawley
;
Mice
;
Rats


Result Analysis
Print
Save
E-mail