1.Long-term auditory monitoring in children with Alport syndrome based on different degrees of renal injury.
Lining GUO ; Wei LIU ; Min CHEN ; Jiatong XU ; Ning MA ; Xiao ZHANG ; Qingchuan DUAN ; Shanshan LIU ; Xiaoxu WANG ; Junsong ZHEN ; Xin NI ; Jie ZHANG
Journal of Clinical Otorhinolaryngology Head and Neck Surgery 2024;38(1):44-49
		                        		
		                        			
		                        			Objective:To investigate long-term auditory changes and characteristics of Alport syndrome(AS) patients with different degrees of renal injury. Methods:Retrospectively analyzing clinical data of patients diagnosed AS from January 2007 to September 2022, including renal pathology, genetic detection and hearing examination. A long-term follow-up focusing on hearing and renal function was conducted. Results:This study included 70 AS patients, of which 33(25 males, 8 females, aged 3.4-27.8 years) were followed up, resulting in a loss rate of 52.9%.The follow-up period ranged from 1.1to 15.8 years, with 16 patients followed-up for over 10 years. During the follow-up, 10 patients presenting with hearing abnormalities at the time of diagnosis of AS had progressive hearing loss, and 3 patients with new hearing abnormalities were followed up, which appeared at 5-6 years of disease course. All of which were sensorineural deafness. While only 3 patients with hearing abnormalities among 13 patients received hearing aid intervention. Of these patients,7 developed end-stage renal disease(ESRD), predominantly males (6/7). The rate of long-term hearing loss was significantly different between ESRD group and non-ESRD group(P=0.013). There was no correlation between the progression of renal disease and long-term hearing level(P>0.05). kidney biopsies from 28 patients revealed varying degrees of podocyte lesion and uneven thickness of basement membrane. The severity of podocyte lesion was correlated with the rate of long-term hearing loss(P=0.048), and there was no correlation with the severity of hearing loss(P>0.05). Among 11 cases, theCOL4A5mutationwas most common (8 out of 11), but there was no significant correlation between the mutation type and hearing phenotype(P>0.05). Conclusion:AS patients exhibit progressive hearing loss with significant heterogeneity over the long-term.. THearing loss is more likely to occur 5-6 years into the disease course. Hearing abnormalities are closely related to renal disease status, kidney tissue pathology, and gene mutations, emphasizing the need for vigilant long-term hearing follow-up and early intervention.
		                        		
		                        		
		                        		
		                        			Male
		                        			;
		                        		
		                        			Child
		                        			;
		                        		
		                        			Female
		                        			;
		                        		
		                        			Humans
		                        			;
		                        		
		                        			Nephritis, Hereditary/pathology*
		                        			;
		                        		
		                        			Retrospective Studies
		                        			;
		                        		
		                        			Kidney
		                        			;
		                        		
		                        			Deafness
		                        			;
		                        		
		                        			Hearing Loss/genetics*
		                        			;
		                        		
		                        			Kidney Failure, Chronic/pathology*
		                        			;
		                        		
		                        			Mutation
		                        			
		                        		
		                        	
2.FLASH Interacts with Promyelocytic Leukemia Protein Ⅳ(PML Ⅳ)and Enhances the SUMOylation of p53
Meng-Ni WANG ; Zhen-Zhen XIONG ; Zhi-Ying WANG ; Jian-Hua WU ; Xiao-Zhong SHI
Chinese Journal of Biochemistry and Molecular Biology 2024;40(10):1426-1440
		                        		
		                        			
		                        			As a unique gene in the genome,FLASH(FADD-like interleukin-1β-converting enzyme asso-ciated huge protein)/CASP8AP2 is involved in multiple cellular processes,including apoptosis,histone gene pre-mRNA processing,transcriptional regulation,and cell cycle progression.Clinical studies have shown that FLASH is a valuable prognostic marker for acute lymphoblastic leukemia,and a crucial factor for the survival of various cancer cells.Therefore,in-depth research into the function of FLASH may offer new perspectives for the treatment of related diseases.Our previous research identified FLASH as a bind-ing partner of p53,demonstrating that FLASH enhances the transcriptional activity of p53.Here we fur-ther investigate the molecular mechanisms of the interaction between FLASH and p53,revealing that the p53-K386R mutation(SUMOylation residue)attenuated its interaction with FLASH(aa 51-200)and FLASH-SIM(SUMO-interacting motif)(aa 1 534-1 806)significantly.However,SUMO can bind to FLASH-SIM directly,instead of FLASH(aa 51-200).Subsequent research shows that overexpression of FLASH in cells enhances global SUMO1 conjugation and p53-SUMO1 conjugation,therefore providing a plausible explanation for the underlying mechanism of FLASH enhancing the transcriptional activity of p53.Since promyelocytic leukemia protein nuclear body(PML NB)serves as subcellular reactors for SUMO conjugation within the cell,and the PML Ⅳ isoform can specifically enhance the SUMO modifica-tion of p53,we have investigated the interaction between FLASH and PML Ⅳ,and elucidated the struc-tural basis of their interaction:both FLASH-N3A(501-802)and FLASH-C2(1 807-1 981)bind to PML Ⅳ(aa 228-633).Further investigations reveal that they can synergistically enhance global SUMO1 modification as well as SUMO1 modification of p53.The interaction between FLASH and tumor suppres-sors p53 or PML Ⅳ enriches our understanding of its function and reveals the potential mechanism of FLASH in tumor development,therefore offering novel insights into cancer diagnosis and treatment.
		                        		
		                        		
		                        		
		                        	
3.Research on face mask recognition based on YOLOv5 lightweight network
Liang WEN ; Jiang WANG ; Guo-Biao LIANG ; Zhen-Ni LI
Chinese Medical Equipment Journal 2024;45(9):7-13
		                        		
		                        			
		                        			Objective To propose a YOLOv5 lightweight network-based face mask recognition method to solve the problems due to limited storage and computation resources of edge and mobile devices.Methods A YOLOv5 model composed of a backbone network(Backbone),a neck module(Neck)and a head module(Head)was selected as the base framework.Firstly,the Backbone part was modified and replaced using the ShuffleNetv2 lightweight network;secondly,a Ghost module and a C3_S module were introduced in the Neck part;finally,a Shuffle_Yolo_GS_CBAM model was formed by incorporating a convolutional block attention module(CBAM)to improve the detection accuracy.The model was trained and verified with the AIZOO dataset,which was evaluated for face mask recognition by mean average precision(mAP),frames per second(FPS),giga floating-point operations per second(GFLOPS)and parameters.Results The model proposed recognized face masks with the mAP being 89.5%,FPS being 158.7 frames/s,parameters being 2.38 M and and GFLOPS being 4.5 GFLOPS,which had the detection speed enhanced by 39.7%,parameters decreased by 67.3%and operations reduced by73.8%when compared with the YOLOv5s model.Conclusion The method proposed behaves well in increasing detection speed,decreasing parameters and operations and ensuring detection precision,and thus is worthy promoting for face mask recognition on edge and mobile devices.[Chinese Medical Equipment Journal,2024,45(9):7-13]
		                        		
		                        		
		                        		
		                        	
4.Clinical trial of halperidol combined with ondansetron in postoperative controlled intravenous analgesia
Zhen-Yong CHENG ; Er-Wei GU ; Hong XIE ; Xiao-Yan WANG ; Bo HU ; Long-Ni CHENG ; Fei YANG
The Chinese Journal of Clinical Pharmacology 2024;40(5):649-653
		                        		
		                        			
		                        			Objective To investigate the efficacy of flupentixol combined with ondansetron in preventing postoperative nausea and vomiting(PONV)in patients receiving sufentanil and dezocine patient-controlled intravenous analgesia(PCIA).Methods Surgical patients receiving sufentanil and dezocine PCIA were randomly divided into treatment and control groups using a random number table.The control group received sufentanil 150 μg,dezocine 20 mg,and ondansetron 8 mg for PCIA,while the treatment group received sufentanil 150 μg,dezocine 20 mg,flupentixol 5 mg,and ondansetron 8 mg for PCIA.The incidence of PONV,severity of PONV,heart rate(HR),mean arterial pressure(MAP),blood oxygen saturation(SPO2)levels at different time points after surgery,surgery-related indicators,visual analogue scale(VAS)scores,Ramsay scores,PCIA pressing times,and incidence of adverse drug reactions were compared between the two groups.Results The incidence of PONV in the treatment group and the control group at 2,12,24,36 and 48 hours after surgery were 1.64%,4.84%,6.56%,3.28%,0 and 14.75%,18.03%,19.67%,16.39%,9.84%,respectively.The HR at 24 hours after surgery in the treatment group and the control group were(91.42±8.75)and(98.13±9.62)beat·min-1,respectively;the MAP were(91.98±4.56)and(99.05±4.17)mmHg;SPO2 were(98.13±1.65)%and(98.95±1.82)%;VAS scores were 2.68±0.49 and 2.97±0.63;Ramsay scores were 2.27±0.65 and 2.05±0.32;PCIA pressing times were(2.14±0.37)and(4.36±0.78)times,respectively.The differences in the above indicators between the treatment group and the control group were statistically significant(all P<0.05).The incidence of total adverse drug reactions after surgery in the treatment group and the control group were 13.12%and 8.20%,respectively,with no statistically significant difference(P>0.05).Conclusion Flupentixol combined with ondansetron can reduce the risk of PONV caused by sufentanil combined with dezocine PCIA after surgery,ensuring good analgesic effects and safety.
		                        		
		                        		
		                        		
		                        	
5.Progress of traditional Chinese medicine monomers in the treatment of respiratory diseases by intervening nucleotide binding and oligomerization domain-like receptor protein 3 inflammasome
Hua-Yang PAN ; Xu-Ming LUO ; Fu-Qi MA ; Zhen-Hua NI ; Xiong-Biao WANG ; Yu-Hua LIN
The Chinese Journal of Clinical Pharmacology 2024;40(12):1839-1843
		                        		
		                        			
		                        			Adequate inflammation can effectively eliminate harmful substances and prevent disease as a self-protective measure to prevent further damage to the body,while abnormally activated inflammation is detrimental to the body.Nucleotide binding and oligomerization domain-like receptor protein 3(NLRP3)inflammasome that participates in inflammatory responses are closely related to many physiological and pathological processes and play an important role in the occurrence and development of pulmonary diseases.This article mainly reviewed the activation mechanism and hypothesis of NLRP3 inflammasome,as well as the research on treating respiratory diseases by interfering with NLRP3 inflammasome.
		                        		
		                        		
		                        		
		                        	
6.Effects of triamcinolone acetonide-saline submucosal injection for prevention of esophageal stricture after endoscopic submucosal dissection for extensive superficial esophageal neoplasms
Lei CHEN ; Sujun GAO ; Lu WANG ; Xiufan NI ; Cong TONG ; Zhen ZHU
Chinese Journal of Digestive Endoscopy 2024;41(9):712-717
		                        		
		                        			
		                        			Objective:To evaluate the efficacy and safety of triamcinolone acetonide-saline submucosal injection for prevention of esophageal stricture after endoscopic submucosal dissection (ESD) for extensive superficial esophageal neoplasms.Methods:A total of 75 patients who underwent ESD for superficial esophageal neoplasms involving larger than 2/3 of the esophageal circumference at the Department of Gastroenterology, Northern Jiangsu People's Hospital from January 2018 to December 2020 were enrolled. Patients were randomly assigned to triamcinolone acetonide-saline submucosal injection group (group A, n=25), triamcinolone acetonide injections immediately after ESD group (group B, n=25) and the control group undergoing only ESD (group C, n=25). Serial gastroscopy was performed to assess wound healing and esophageal stricture. Endoscopic balloon dilatation (EBD) was performed when patients experienced esophageal stricture. The completion of ESD, time of operation, the amount of triamcinolone acetonide, the incidences of esophageal stricture and the time of EBD treatment of the three groups were compared. Results:All ESD procedures were successfully performed without complications such as intraoperative perforation, massive bleeding or postoperative delayed perforation. The operation time of group A, B and C were 72.87±12.99 min, 94.15±14.22 min and 74.08±11.86 min, respectively, with significant difference ( F=20.925, P<0.001). In pairwise comparison the above indicator in group A and group C was significantly shorter than that of group B (LSD- t=5.759, P<0.001; LSD- t=5.432, P<0.001), but there was no difference between group A and group C (LSD- t=0.327, P=0.745). There was no significant difference in the amount of triamcinolone acetonide between group A and group B (125±15 mg VS 133±19 mg, t=1.673, P=0.101). The rates of wound healing under endoscopy after 1 month of group A, B and C were 76% (19/25), 84% (21/25), and 76% (19/25), respectively, with no significant difference ( χ2=0.636, P=0.728). The esophageal stricture rates were 52% (13/25) in both group A and B, and 84% (21/25) in group C, with significant difference among the three groups ( χ2=7.295, P=0.026), and group A and B showed a significantly lower stricture rate than that of group C ( P=0.015; P=0.015). The median time of EBD treatment of group A, B and C were 4 (range 0 to 9), 5 (range 0 to 13) and 9 (range 0 to 16), respectively, with significant difference ( H=17.58, P<0.001). In pairwise comparison the above indicator in group A and B was significantly less than that of group C ( H=23.96, P<0.001; H=19.00, P=0.002), but there was no significant difference between group A and group B ( H=4.96, P=0.407). Esophageal stricture was observed in all patients with circumferential mucosa resected in the three groups. But the times of EBD treatment were 6.90±1.10 in group A, 10.13±2.42 in group B and 15.29±0.76 in group C with significant difference ( F=57.754, P<0.001). In pairwise comparison the above indicator in group A was less than that in group B (LSD- t=4.294, P<0.001) and this indicator in group B was less than that in group C (LSD- t=6.294, P<0.001). Median EBD times in patients with non-circumferential mucosal defects in the three groups were 0 (range 0 to 9), 0 (range 0 to 6) and 8 (range 0 to10), respectively, with significant difference ( H=19.72, P<0.001). In pairwise comparison, the EBD time in group A and B was less than that in group C ( H=17.93, P<0.001; H=16.62, P<0.001), but there was no statistical difference between group A and B ( H=1.31, P=0.779). Conclusion:Triamcinolone acetonide-saline submucosal injection ESD can safely and effectively prevent esophageal stricture after ESD for large-area superficial esophageal neoplasms, reduce the operation time and time of EBD treatment in patients with circumferential mucosa defect compared with local injections of triamcinolone acetonide after ESD.
		                        		
		                        		
		                        		
		                        	
7.Clinical Significance of co-expression of RNA Binding Protein PTBP1 and p-AXL in Osteosarcoma
Xiang-xiang LI ; Wen-li XU ; Zheng-yu LU ; An-fang HE ; Zhen WANG ; Ni LIU ; Yu-ting LE ; Ting-sheng PENG
Journal of Sun Yat-sen University(Medical Sciences) 2023;44(3):446-455
		                        		
		                        			
		                        			ObjectiveTo explore the co-expression of PTBP1 and p-AXL in osteosarcoma and its clinicopathological significance for prognosis evaluation. MethodsThe expression of PTBP1 and AXL and their prognostic value in osteosarcoma were analyzed by GEO and Target data. Paraffin biopsy specimens and clinical information from 76 cases of osteosarcoma and 37 cases of non-malignant bone tissue (callus, osteofibrous dysplasia and osteoid ostema) were obtained from the First Affiliated Hospital of Sun Yat-sen University from March 2016 to October 2020. The expressions of PTBP1 and p-AXL proteins in osteosarcoma were detected by immunohistochemistry. ResultsGEO database showed that the expression levels of PTBP and AXL in osteosarcoma tumor group were higher than those in normal tissues, but did not reach statistical significance. Target database showed that the high expression of PTBP1 had shorter Overall survival(OS) and Progression-free survival(PFS) than low PTBP1 expression, but did not reach statistical significance (P=0.064; P=0.134). Immunohistochemical staining included 76 cases of osteosarcoma and 37 cases of non-malignant bone tissue. The expression rate of PTBP1 and p-AXL protein in osteosarcoma tissues was higher than that in non-malignant bone tissue. The expression of p-AXL is correlated with lung metastasis (P=0.025). Kaplan-Meier analysis showed that lung metastasis, recurrence, PTBP1 expression, co-expression of PTBP1/p-AXL influence the prognosis of patients in OS. Multivariate Cox regression analysis showed that lung metastasis (P<0.000 1) and positive expression of PTBP1 (P=0.041) were independent risk factors for osteosarcoma patients in OS. Co-expression of PTBP1 and p-AXL had shorter OS (P=0.017) and PFS (P=0.043) than non-coexpression osteosarcoma patients. ConclusionsPTBP1 and p-AXL were highly expressed in osteosarcoma tissues. The co-expression of PTBP1 and p-AXL was associated with poor prognosis of patients, and PTBP1 could be used as an independent prognostic indicator of patients with osteosarcoma. 
		                        		
		                        		
		                        		
		                        	
8.A case-control study on the association between a healthy lifestyle and obesity among adult twins in Shanghai.
Rong Fei ZHOU ; Zhen Ni ZHU ; Zheng Yuan WANG ; Jia Jie ZANG ; Xiao Dong JIA ; Jun LYU ; Li Ming LI ; Fan WU
Chinese Journal of Epidemiology 2023;44(6):862-867
		                        		
		                        			
		                        			Objective: To investigate the associations between the numbers of healthy lifestyles and overweight/obesity and abdominal obesity in adult twins in Shanghai. Methods: Based on the Shanghai Twin Registry System Phase Ⅱ survey data in 2017-2018, a case-control study was conducted to analyze the association between healthy lifestyles and obesity and further adjusted for confounders by a co-twin control study. Results: A total of 7 864 adult twins (3 932 pairs) were included. In the co-twin case-control analysis for monozygotic twins, compared with participants with 0 to 2 healthy lifestyles, those with 3 and 4 to 5 healthy lifestyles had a 49% (OR=0.51, 95%CI: 0.28-0.93) and 70% (OR=0.30, 95%CI: 0.13-0.69) lower risk of overweight/obesity, respectively, and a 17% (OR=0.83, 95%CI: 0.44-1.57) and 66% (OR=0.34, 95%CI: 0.14-0.80) lower risk of abdominal obesity, respectively. For each additional healthy lifestyle, the risk of developing overweight/obesity was reduced by 41% (OR=0.59, 95%CI: 0.42-0.85), and the risk of developing abdominal obesity was reduced by 37% (OR=0.63, 95%CI: 0.44-0.90). Conclusion: An increasing number of healthy lifestyles was associated with a marked decreased risk for both overweight/obesity and abdominal obesity.
		                        		
		                        		
		                        		
		                        			Adult
		                        			;
		                        		
		                        			Humans
		                        			;
		                        		
		                        			Case-Control Studies
		                        			;
		                        		
		                        			China/epidemiology*
		                        			;
		                        		
		                        			Healthy Lifestyle
		                        			;
		                        		
		                        			Obesity/epidemiology*
		                        			;
		                        		
		                        			Obesity, Abdominal/epidemiology*
		                        			;
		                        		
		                        			Overweight/epidemiology*
		                        			;
		                        		
		                        			Twins, Monozygotic
		                        			
		                        		
		                        	
9.Research progress of button battery ingestion in children.
Feng Zhen ZHANG ; Qing Chuan DUAN ; Gui Xiang WANG ; Jing ZHAO ; Hua WANG ; Hong Bin LI ; Xin NI ; Jie ZHANG
Chinese Journal of Otorhinolaryngology Head and Neck Surgery 2023;58(4):394-398
		                        		
		                        		
		                        		
		                        			Child
		                        			;
		                        		
		                        			Humans
		                        			;
		                        		
		                        			Infant
		                        			;
		                        		
		                        			Esophagus
		                        			;
		                        		
		                        			Electric Power Supplies
		                        			;
		                        		
		                        			Eating
		                        			;
		                        		
		                        			Foreign Bodies
		                        			
		                        		
		                        	
10.Clinical characteristics and serious complications of esophageal button battery ingestion in the pediatric on 83 cases.
Feng Zhen ZHANG ; Qing Chuan DUAN ; Gui Xiang WANG ; Xiao Jian YANG ; Wei ZHANG ; Jing ZHAO ; Hua WANG ; Hong Bin LI ; Xin NI ; Jie ZHANG
Chinese Journal of Otorhinolaryngology Head and Neck Surgery 2023;58(5):481-485
		                        		
		                        			
		                        			Objective: To analyze the clinical characteristics and complications of esophageal foreign bodies of button battery ingestion in children. Methods: A retrospective descriptive study included 83 children who were hospitalized in our hospital on account of button battery ingestion from January 2011 to December 2021. There were 50 males (60.2%) and 33 females (39.8%). The age ranged from 7.6 months to one month off 10 years, with a median age of 18 months. The data of patient demographics and time from ingestion to admission, location, symptoms, management, complications, and follow-up outcome were recorded. SPSS17.0 software was used for statistical analysis. Results: Seventy-two children (86.7%) were younger than 3 years old. The time from ingestion to admission ranged from 1 h to 2 months, with a median time of 8 h. Among the 63 children who were first diagnosed in our hospital, the most common clinical symptoms were nausea and vomiting (32 cases, 50.8%), dysphagia (31 cases, 49.2%), salivation (11 cases, 17.5%) and fever (10 cases, 15.9%). Seventy-three of 83 cases had complete preoperative diagnostic tests, and 55 cases (75.3%) were diagnosed by X-ray. In 56 cases (76.7%), the foreign badies were impacted in the upper third of esophagus. In 72 cases (86.7%), the foreign badies were removed by rigid esophagoscopy. 23 (27.7%) had serious complications, including tracheoesophageal fistula in 15 cases(TEF;65.2%), vocal cord paralysis (VCP;34.8%) in 8 cases, esophageal perforation in 3 cases (EP;13.0%), hemorrhage in 3 cases(13.0%), mediastinitis in 3 cases (13%), and periesophageal abscess in 1 case (4.3%). There were significant differences in the exposure time of foreign bodies and unwitnessed ingestion by guardians in the complications group (P<0.05). 2 cases died (2.4%)respectively due to arterial esophageal fistula bleeding and respiratory failure caused by stent displacement during the treatment of tracheoesophageal fistula. Conclusion: Accidental button battery ingestion can be life-threatening. and it mostly happens in children under 3 years old. Serious complications may happen cause of non-specific clinical manifestations and unwitnessed ingestions. Anterior and lateral chest X-ray is the first examination choice. Tracheoesophageal fistula is the most common serious complication.
		                        		
		                        		
		                        		
		                        			Male
		                        			;
		                        		
		                        			Female
		                        			;
		                        		
		                        			Child
		                        			;
		                        		
		                        			Humans
		                        			;
		                        		
		                        			Infant
		                        			;
		                        		
		                        			Child, Preschool
		                        			;
		                        		
		                        			Tracheoesophageal Fistula/etiology*
		                        			;
		                        		
		                        			Retrospective Studies
		                        			;
		                        		
		                        			Foreign Bodies/diagnosis*
		                        			;
		                        		
		                        			Eating
		                        			
		                        		
		                        	
            
Result Analysis
Print
Save
E-mail