Background:In 2021,the American College of Medical Genetics and Genomics(ACMG)recommended reporting actionable genotypes in 73 genes associated with diseases for which preventive or therapeutic measures are available....Background:In 2021,the American College of Medical Genetics and Genomics(ACMG)recommended reporting actionable genotypes in 73 genes associated with diseases for which preventive or therapeutic measures are available.Evaluations of the association of actionable genotypes in these genes with life span are currently lacking.Methods:We assessed the prevalence of coding and splice variants in genes on the ACMG Secondary Findings,version 3.0(ACMG SF v3.0),list in the genomes of 57,933 Icelanders.We assigned pathogenicity to all reviewed variants using reported evidence in the ClinVar database,the frequency of variants,and their associations with disease to create a manually curated set of actionable genotypes(variants).We assessed the relationship between these genotypes and life span and further examined the specific causes of death among carriers.展开更多
How organizations analyze and use data for decision-making has been changed by cognitive computing and artificial intelligence (AI). Cognitive computing solutions can translate enormous amounts of data into valuable i...How organizations analyze and use data for decision-making has been changed by cognitive computing and artificial intelligence (AI). Cognitive computing solutions can translate enormous amounts of data into valuable insights by utilizing the power of cutting-edge algorithms and machine learning, empowering enterprises to make deft decisions quickly and efficiently. This article explores the idea of cognitive computing and AI in decision-making, emphasizing its function in converting unvalued data into valuable knowledge. It details the advantages of utilizing these technologies, such as greater productivity, accuracy, and efficiency. Businesses may use cognitive computing and AI to their advantage to obtain a competitive edge in today’s data-driven world by knowing their capabilities and possibilities [1].展开更多
Many companies like credit card, insurance, bank, retail industry require direct marketing. Data mining can help those institutes to set marketing goal. Data mining techniques have good prospects in their target audie...Many companies like credit card, insurance, bank, retail industry require direct marketing. Data mining can help those institutes to set marketing goal. Data mining techniques have good prospects in their target audiences and improve the likelihood of response. In this work we have investigated two data mining techniques: the Naive Bayes and the C4.5 decision tree algorithms. The goal of this work is to predict whether a client will subscribe a term deposit. We also made comparative study of performance of those two algorithms. Publicly available UCI data is used to train and test the performance of the algorithms. Besides, we extract actionable knowledge from decision tree that focuses to take interesting and important decision in business area.展开更多
Background:In 2021,the American College of Medical Genetics and Genomics(ACMG)recommended reporting actionable genotypes in 73 genes associated with diseases for which preventive or therapeutic measures are available....Background:In 2021,the American College of Medical Genetics and Genomics(ACMG)recommended reporting actionable genotypes in 73 genes associated with diseases for which preventive or therapeutic measures are available.Evaluations of the association of actionable genotypes in these genes with life span are currently lacking.Methods:We assessed the prevalence of coding and splice variants in genes on the ACMG Secondary Findings,version 3.0(ACMG SF v3.0),list in the genomes of 57,933 Icelanders.We assigned pathogenicity to all reviewed variants using reported evidence in the ClinVar database,the frequency of variants,and their associations with disease to create a manually curated set of actionable genotypes(variants).We assessed the relationship between these genotypes and life span and further examined the specific causes of death among carriers.展开更多
Background:In 2021,the American College of Medical Genetics and Genomics(ACMG)recommended reporting actionable genotypes in 73 genes associated with diseases for which preventive or therapeutic measures are available....Background:In 2021,the American College of Medical Genetics and Genomics(ACMG)recommended reporting actionable genotypes in 73 genes associated with diseases for which preventive or therapeutic measures are available.Evaluations of the association of actionable genotypes in these genes with life span are currently lacking.展开更多
Background:In 2021,the American College of Medical Genetics and Genomics(ACMG)recommended reporting actionable genotypes in 73 genes associated with diseases for which preventive or therapeutic measures are available....Background:In 2021,the American College of Medical Genetics and Genomics(ACMG)recommended reporting actionable genotypes in 73 genes associated with diseases for which preventive or therapeutic measures are available.Evaluations of the association of actionable genotypes in these genes with life span are currently lacking.展开更多
The cybersecurity report provides unstructured actionable cyber threat intelligence(CTI)with detailed threat attack procedures and indicators of compromise(IOCs),e.g.,malware hash or URL(uniform resource locator)of co...The cybersecurity report provides unstructured actionable cyber threat intelligence(CTI)with detailed threat attack procedures and indicators of compromise(IOCs),e.g.,malware hash or URL(uniform resource locator)of command and control server.The actionable CTI,integrated into intrusion detection systems,can not only prioritize the most urgent threats based on the campaign stages of attack vectors(i.e.,IOCs)but also take appropriate mitigation measures based on contextual information of the alerts.However,the dramatic growth in the number of cybersecurity reports makes it nearly impossible for security professionals to find an efficient way to use these massive amounts of threat intelligence.In this paper,we propose a trigger-enhanced actionable CTI discovery system(TriCTI)to portray a relationship between IOCs and campaign stages and generate actionable CTI from cybersecurity reports through natural language processing(NLP)technology.Specifically,we introduce the“campaign trigger”for an effective explanation of the campaign stages to improve the performance of the classification model.The campaign trigger phrases are the keywords in the sentence that imply the campaign stage.The trained final trigger vectors have similar space representations with the keywords in the unseen sentence and will help correct classification by increasing the weight of the keywords.We also meticulously devise a data augmentation specifically for cybersecurity training sets to cope with the challenge of the scarcity of annotation data sets.Compared with state-of-the-art text classification models,such as BERT,the trigger-enhanced classification model has better performance with accuracy(86.99%)and F1 score(87.02%).We run TriCTI on more than 29k cybersecurity reports,from which we automatically and efficiently collect 113,543 actionable CTI.In particular,we verify the actionability of discovered CTI by using large-scale field data from VirusTotal(VT).The results demonstrate that the threat intelligence provided by VT lacks a part of the threat context for IOCs,such as the Actions on Objectives campaign stage.As a comparison,our proposed method can completely identify the actionable CTI in all campaign stages.Accordingly,cyber threats can be identified and resisted at any campaign stage with the discovered actionable CTI.展开更多
Although amazing progress has been made in ma- chine learning to achieve high generalization accuracy and ef- ficiency, there is still very limited work on deriving meaning- ful decision-making actions from the result...Although amazing progress has been made in ma- chine learning to achieve high generalization accuracy and ef- ficiency, there is still very limited work on deriving meaning- ful decision-making actions from the resulting models. How- ever, in many applications such as advertisement, recommen- dation systems, social networks, customer relationship man- agement, and clinical prediction, the users need not only ac- curate prediction, but also suggestions on actions to achieve a desirable goal (e.g., high ads hit rates) or avert an unde- sirable predicted result (e.g., clinical deterioration). Existing works for extracting such actionability are few and limited to simple models such as a decision tree. The dilemma is that those models with high accuracy are often more complex and harder to extract actionability from. In this paper, we propose an effective method to extract ac- tionable knowledge from additive tree models (ATMs), one of the most widely used and best off-the-shelf classifiers. We rigorously formulate the optimal actionable planning (OAP) problem for a given ATM, which is to extract an action- able plan for a given input so that it can achieve a desirable output while maximizing the net profit. Based on a state space graph formulation, we first propose an optimal heuris- tic search method which intends to find an optimal solution. Then, we also present a sub-optimal heuristic search with an admissible and consistent heuristic function which can re- markably improve the efficiency of the algorithm. Our exper- imental results demonstrate the effectiveness and efficiency of the proposed algorithms on several real datasets in the application domain of personal credit and banking.展开更多
Plant bacterial diseases cause significant harm to agricultural production because of their frequent,intermittent and regional outbreaks.Currently,chemical control is still a more effective method for bacterial diseas...Plant bacterial diseases cause significant harm to agricultural production because of their frequent,intermittent and regional outbreaks.Currently,chemical control is still a more effective method for bacterial disease.To develop new,efficient and safe antibacterial agrochemicals,we summarize the research progress of compounds with antibacterial activities in the past ten years,classify them according to their active skeletons,and discuss their structure-activity relationships and mechanisms of action.Finally,the development trend of antibacterial agrochemicals was prospected.This review provides valuable information for the development of antibacterial agrochemicals.展开更多
History has never been driven by comfort,nor shaped solely by inheritance.Its most significant turning points have emerged from those with youth,conviction and courage ingrained in them.Progress starts when young peop...History has never been driven by comfort,nor shaped solely by inheritance.Its most significant turning points have emerged from those with youth,conviction and courage ingrained in them.Progress starts when young people not only dream but also take action.Sometimes,the boldest move is not to run towards the glow of cities,but to turn back-to one’s soil,roots and forgotten home-and help it to flourish.展开更多
Europe is grappling with a colossal textile waste problem.Over 125 million tonnes of raw materials are devoured by the global industry each year,yet a mere fraction-less than 1%-of these fibres originate from recycled...Europe is grappling with a colossal textile waste problem.Over 125 million tonnes of raw materials are devoured by the global industry each year,yet a mere fraction-less than 1%-of these fibres originate from recycled textiles.The majority faces an unsustainable fate in landfills,incinerators,or is exported.A pivotal new report by Systemiq,"The Textile Recycling Breakthrough,"offers both a stark assessment and a strategic roadmap:Europe has the potential to amplify polyester textile recycling nearly tenfold by 2035,but this hinges on immediate,decisive action from policymakers and the industry.展开更多
The combination of Daphnes Cortex(DC)and Liquorice Root(LR),two traditional Chinese medicinal herbs,has shown significant therapeutic effects on rheumatoid arthritis(RA),but its synergistic mechanism of action remains...The combination of Daphnes Cortex(DC)and Liquorice Root(LR),two traditional Chinese medicinal herbs,has shown significant therapeutic effects on rheumatoid arthritis(RA),but its synergistic mechanism of action remains to be elucidated.Employing a network pharmacology and molecular docking approach,this study systematically investigated the synergistic mechanism of the herb pair DC and LR in RA treatment.Active components and their corresponding targets were retrieved from the TCMSP database and relevant literature,and RA-related targets were collected from established disease databases.A total of 73 overlapping targets between DC-LR and RA were identified,among which core targets such as AKT1,TNF,and CASP3 were highlighted.GO and KEGG enrichment analyses revealed that these targets are involved in biological processes such as oxidative stress response and cell migration,and are significantly enriched in key pathways including HIF-1,TNF,and PI3K-Akt signaling pathways.Compatibility analysis further revealed that the combination of DC and LR may enhance therapeutic effects through synergistic regulation of shared targets and complementary modulation of upstream and downstream pathway components.Molecular docking confirmed strong binding affinities between core active components and key targets.This study provides a multi-dimensional“component-target-pathway”perspective on the potential synergistic anti-RA mechanism of the DC-LR herb pair,offering a theoretical basis for further experimental validation and clinical application.展开更多
[Objectives]To investigate the efficacy and potential mechanism of the topical preparation Jineijin-Shanzha Patch(composed of Galli Gigerii Endothelium Corneum and Crataegi Fructus)in improving functional dyspepsia(FD...[Objectives]To investigate the efficacy and potential mechanism of the topical preparation Jineijin-Shanzha Patch(composed of Galli Gigerii Endothelium Corneum and Crataegi Fructus)in improving functional dyspepsia(FD)based on network pharmacology.[Methods]Firstly,we reviewed the existing research progress on each constituent drug of the Jineijin Shanzha Patch for FD improvement.Following this,identified overlapping genes were utilized to construct both a"Drug-Active Component-FD Target"network and a Protein-Protein Interaction(PPI)network specific to the patch.In addition,Gene Ontology(GO)analysis was carried out.[Results]We identified that the 13 herbs in the Jineijin Shanzha Patch are mainly used for food stagnation,qi stagnation,and spleen deficiency.Screening revealed 43 active patch components,1414 FD-related targets,and 284 shared targets between them.The PPI network analysis further identified the top 10 core targets from these shared targets.From the"Drug-Active Component-FD Target"network,we identified the core elements.These included the herbal components Vignae Semen(from Liushenqu),Crataegi Fructus,and Pseudostellariae Radix;the active components quercetin,genistein,and apigenin;and the key targets CASP3,BCL2,and CASP9.GO analysis of the 284 overlapping targets indicated that the Jineijin Shanzha Patch may exert its therapeutic effects via regulation of biological processes such as the response to lipopolysaccharide,response to bacterium-derived molecules,and regulation of the apoptotic signaling pathway.[Conclusions]The main active components of the Jineijin Shanzha Patch(quercetin,genistein,and apigenin)may improve FD by modulating signaling pathways such as the response to lipopolysaccharide,response to bacterium-derived molecules,and regulation of the apoptotic signaling pathway,thereby acting on key targets including CASP3,BCL2,and CASP9.展开更多
Background:Diabetic foot,a severe complication of diabetes,is characterized by chronic refractory wounds.Sanhuang Oil,a topical herbal formula,demonstrates significant therapeutic effects including antibacterial,anti-...Background:Diabetic foot,a severe complication of diabetes,is characterized by chronic refractory wounds.Sanhuang Oil,a topical herbal formula,demonstrates significant therapeutic effects including antibacterial,anti-inflammatory,and immunomodulatory activities.However,its active constituents and mechanisms of action against diabetic foot remain to be elucidated.Methods:In this study,the chemical constituents of Sanhuang Oil were identified using UPLC-QE-Orbitrap-MS.Subsequently,the mechanism by which Sanhuang Oil promotes diabetic foot ulcer healing was predicted by integrating network pharmacology and molecular docking.Additionally,diabetic mouse model was established in ICR mice using a combination of a high-fat diet(HFD)and streptozotocin(STZ)chemical induction.A full-thickness skin defect was created on the dorsum of the mice.Wound healing and the healing rate were observed following Sanhuang Oil intervention.The mechanism underlying Sanhuang Oil’s promotion of diabetic ulcer healing was further investigated using transcriptomics and histopathological examination(H&E staining).Results:A total of 97 active ingredients were identified from Sanhuang Oil.Network pharmacology analysis predicted 543 common targets,and Kyoto Encyclopedia of Genes and Genomes(KEGG)pathway enrichment analysis identified 203 relevant pathways.Molecular docking further confirmed high binding affinity(binding energy≤−5.0 kcal/mol)between specific active components in Sanhuang Oil(e.g.,coptisine,phellodendrine,baicalein)and key targets associated with diabetic foot ulcers(e.g.,EGFR,AKT1,STAT3).In vivo experimental results demonstrated that the wound healing rate was significantly higher in Sanhuang Oil-treated groups compared to the model group(P<0.001).HE staining revealed that the high-dose Sanhuang Oil group exhibited more pronounced epithelial tissue coverage over the wound,reduced inflammatory cell infiltration,and increased collagen deposition and fibroblast proliferation.transcriptomic analysis identified Pdk4,Ttn,Csrp3,Actn2,Myoz2,Tnnc2,Myod1,Myog,Myot,and Myf6 as key regulatory proteins involved in promoting wound healing.Conclusion:Sanhuang Oil promotes wound healing in diabetic ulcer mice,potentially by mitigating inflammation and regulating key targets such as Pdk4 to enhance fibroblast function.These findings provide novel insights into the multi-target,multi-pathway mechanism of Sanhuang Oil for treating diabetic foot ulcers.展开更多
Objective:To evaluate the clinical efficacy of blood-letting cupping combined with manual lymphatic drainage in treating breast cancer-related lymphedema(BCRL)and explore its mechanism of action from both traditional ...Objective:To evaluate the clinical efficacy of blood-letting cupping combined with manual lymphatic drainage in treating breast cancer-related lymphedema(BCRL)and explore its mechanism of action from both traditional Chinese medicine and modern medical perspectives,providing a scientific basis and novel therapeutic approaches for clinical management of BCRL.Methods:Patients with BCRL admitted to the outpatient and inpatient departments of Hebei University Affiliated Hospital were enrolled.A prospective randomized controlled trial design was adopted,with eligible patients randomly assigned to a treatment group and a control group.The control group received manual lymphatic drainage alone,while the treatment group received manual lymphtic drainage combined with blood-letting cupping therapy.Posttreatment comparisons evaluated upper limb circumference reduction,edema severity grading,and upper limb functional scores.Vital signs and adverse reactions during treatment were recorded for both groups.Statistical software analyzed the data.Results:The treatment group demonstrated significantly greater reduction in upper limb circumference,improvement in edema severity,and higher upper limb function scores compared to the control group(P<0.05).Vital signs remained stable throughout treatment in both groups.No severe adverse reactions occurred in the treatment group;only isolated cases of mild skin itching were reported,which resolved after symptomatic management.Conclusion:The combination of bloodletting cupping and manual lymphatic drainage demonstrates reliable efficacy in treating BCRL,effectively alleviating edema symptoms and improving upper limb function with high safety.Its mechanism may relate to traditional Chinese medicine principles of“unblocking meridians,promoting blood circulation,and resolving stasis”and modern medical concepts of“enhancing local blood circulation,facilitating lymphatic drainage,and reducing inflammatory responses”.展开更多
Ulcerative colitis (UC) is a chronic inflammatory bowel disease characterized byclinical symptoms of diarrhea and mucopurulent bloody stools, and its incidenceis increasing globally. The etiology and pathogenesis of U...Ulcerative colitis (UC) is a chronic inflammatory bowel disease characterized byclinical symptoms of diarrhea and mucopurulent bloody stools, and its incidenceis increasing globally. The etiology and pathogenesis of UC remain elusive. Currenttherapeutic approaches, including anti-inflammatory, immunosuppressiveand immunomodulating agents, are often limited in efficacy and frequently associatedwith adverse drug reactions. Therefore, there is an urgent need to developsafer and more effective treatment strategies to address the limitations of existingtherapies. Scutellaria baicalensis Georgi (HQ), a traditional Chinese medicinal herb,has been employed in the treatment of UC for over 2000 years. Recent studieshave demonstrated that HQ contains multiple active components capable oftreating UC through anti-inflammation, immune modulation, intestinal barrierprotection, antioxidant activity, and regulation of the gut microbiota. This paperreviews recent studies on the mechanism of action and clinical trials of HQ intreating UC based on relevant literature, with the aim of providing valuable insightsinto future treatment approaches.展开更多
Grifola frondosa(Maitake)is traditionally valued for its health benefits,with polysaccharides being key bioactive components.This paper investigates a specific subfraction,Fraction D(GFP-D),evaluating its clinical eff...Grifola frondosa(Maitake)is traditionally valued for its health benefits,with polysaccharides being key bioactive components.This paper investigates a specific subfraction,Fraction D(GFP-D),evaluating its clinical effects and mechanisms in immune enhancement,adjunctive anti-tumor activity,and regulation of glucose/lipid metabolism.Three clinical trials were conducted.In an immune study,120 healthy volunteers(CD4+T cell count 500–1000 cells/μL)received 150 mg/day GFP-D for 8 weeks,resulting in significant increases in CD4+T cells(from 632±95 to 812±108 cells/μL,28.5%increase,within the physiological activation range),CD4+/CD8+ratio,NK cell activity,IL-2,and IFN-γ(all P<0.001 vs.placebo).An anti-tumor study with 80 advanced cancer patients(stratified by age,tumor stage,and histotype)showed that adding 1000 mg/day GFP-D to chemotherapy improved objective response rate(52.5%vs.30.0%,P=0.036,95%CI:1.02–3.87),one-year progression-free survival(55.8%vs.33.3%,P=0.022),and preserved immune parameters versus chemotherapy alone.A metabolic study in 90 type 2 diabetes patients found that 400 mg/day GFP-D for 12 weeks significantly lowered fasting glucose,HbA1c,total cholesterol,triglycerides,and LDL-C,while raising HDL-C(from 1.0±0.2 to 1.2±0.2 mmol/L,20%increase,supported by increased AMPK phosphorylation).Mechanistically,immune enhancement involves macrophage/dendritic cell activation via Dectin-1/TLR4 receptors(confirmed by increased receptor expression and downstream signaling molecules),promoting cytokine-driven T/NK cell responses.Anti-tumor effects stem from immunomodulation,direct induction of cancer cell apoptosis(via mitochondrial/caspase pathways,verified by increased Bax/Bcl-2 ratio and caspase-3 activation),and angiogenesis inhibition by downregulating VEGF.Metabolic benefits are linked to AMPK pathway activation in liver/muscle(confirmed by increased p-AMPK/AMPK ratio),enhancing glucose uptake and inhibiting gluconeogenesis/lipogenesis,alongside modulation of gut microbiota(increased Bifidobacterium and Lactobacillus abundance).All trials reported no severe adverse events related to GFP-D;liver/kidney function parameters(ALT,AST,creatinine,urea nitrogen)remained within normal ranges throughout the intervention.Collectively,GFP-D emerges as a multi-functional bioactive agent with substantial therapeutic potential.展开更多
Oligodendrocytes and their cell-intrinsic gene regulatory network:Oligodendrocytes(OLs)are the myelinating glial cells of the vertebrate central nervous system.They are responsible for insulating neuronal axons with a...Oligodendrocytes and their cell-intrinsic gene regulatory network:Oligodendrocytes(OLs)are the myelinating glial cells of the vertebrate central nervous system.They are responsible for insulating neuronal axons with a lipid-rich myelin sheath,which enables the saltatory conduction of action potentials.During development,oligodendrocyte progenitor cells(OPCs)emerge from neural stem cells in the ventricular zone.They then proliferate,increase their number,and migrate to their final destination where they encounter unmyelinated neuronal axons and differentiate in a stepwise fashion into myelinating oligodendrocytes(mOLs)under the influence of environmental stimuli.展开更多
Background:The prevalence of gene fusion is extremely low in unselected patients with colorectal cancer(CRC).Published data on gene fusions are limited by relatively small sample sizes,with a primary focus on Western ...Background:The prevalence of gene fusion is extremely low in unselected patients with colorectal cancer(CRC).Published data on gene fusions are limited by relatively small sample sizes,with a primary focus on Western populations.This study aimed to analyse actionable gene fusions in a large consecutive Chinese CRC population.Methods:This study included 5,534 consecutive CRC patients from the Genecast database.Genomic profiling was performed using a panel of 769 cancer-related genes.Data for 34 CRC patients with actionable gene fusions were also collected from cBioPortal and ChimerSeq.Results:Among 5,534 CRC patients,54(0.98%)had actionable gene fusions,with NTRK1/2/3 being the most common fusion(0.38%),accounting for 38.9%(21/54)of those with fusions.Actionable gene fusion enrichment was higher in patients with microsatellite instability-high(MSI-H)(6.7%vs.0.5%,P<0.001),RAS/BRAF wildtype(2.0%vs.0.2%,P<0.001)and RNF43 mutation(7.7%vs.0.4%,P<0.001)than in patients with microsatellite stability/MSI-low,RAS/BRAF mutation and RNF43 wildtype,respectively.When these markers were combined,the fusion detection rate increased.Among patients with RAS/BRAF wildtype and MSI-H,fusions were detected in 20.3%of patients.The fusion detection rate further increased to 37.5%when RNF43 mutation was added.The fusion detection rate was also higher in colon cancer than in rectal cancer.No significant differences in clinical or molecular features were found in patients with actionable gene fusions between the Genecast,cBioPortal,and ChimerSeq databases.Conclusions:Approximately 1%of the unselected Chinese CRC population carries actionable gene fusions,mostly involving NTRK.Actionable gene fusions are more prevalent in MSI-H,RAS/BRAF wildtype,or RNF43-mutated CRC,as well as in colon cancer.Mapping of these molecular markers can markedly increase the fusion detection rate,which can help clinicians select candidates for fusion testing and targeted therapy.展开更多
文摘Background:In 2021,the American College of Medical Genetics and Genomics(ACMG)recommended reporting actionable genotypes in 73 genes associated with diseases for which preventive or therapeutic measures are available.Evaluations of the association of actionable genotypes in these genes with life span are currently lacking.Methods:We assessed the prevalence of coding and splice variants in genes on the ACMG Secondary Findings,version 3.0(ACMG SF v3.0),list in the genomes of 57,933 Icelanders.We assigned pathogenicity to all reviewed variants using reported evidence in the ClinVar database,the frequency of variants,and their associations with disease to create a manually curated set of actionable genotypes(variants).We assessed the relationship between these genotypes and life span and further examined the specific causes of death among carriers.
文摘How organizations analyze and use data for decision-making has been changed by cognitive computing and artificial intelligence (AI). Cognitive computing solutions can translate enormous amounts of data into valuable insights by utilizing the power of cutting-edge algorithms and machine learning, empowering enterprises to make deft decisions quickly and efficiently. This article explores the idea of cognitive computing and AI in decision-making, emphasizing its function in converting unvalued data into valuable knowledge. It details the advantages of utilizing these technologies, such as greater productivity, accuracy, and efficiency. Businesses may use cognitive computing and AI to their advantage to obtain a competitive edge in today’s data-driven world by knowing their capabilities and possibilities [1].
文摘Many companies like credit card, insurance, bank, retail industry require direct marketing. Data mining can help those institutes to set marketing goal. Data mining techniques have good prospects in their target audiences and improve the likelihood of response. In this work we have investigated two data mining techniques: the Naive Bayes and the C4.5 decision tree algorithms. The goal of this work is to predict whether a client will subscribe a term deposit. We also made comparative study of performance of those two algorithms. Publicly available UCI data is used to train and test the performance of the algorithms. Besides, we extract actionable knowledge from decision tree that focuses to take interesting and important decision in business area.
文摘Background:In 2021,the American College of Medical Genetics and Genomics(ACMG)recommended reporting actionable genotypes in 73 genes associated with diseases for which preventive or therapeutic measures are available.Evaluations of the association of actionable genotypes in these genes with life span are currently lacking.Methods:We assessed the prevalence of coding and splice variants in genes on the ACMG Secondary Findings,version 3.0(ACMG SF v3.0),list in the genomes of 57,933 Icelanders.We assigned pathogenicity to all reviewed variants using reported evidence in the ClinVar database,the frequency of variants,and their associations with disease to create a manually curated set of actionable genotypes(variants).We assessed the relationship between these genotypes and life span and further examined the specific causes of death among carriers.
文摘Background:In 2021,the American College of Medical Genetics and Genomics(ACMG)recommended reporting actionable genotypes in 73 genes associated with diseases for which preventive or therapeutic measures are available.Evaluations of the association of actionable genotypes in these genes with life span are currently lacking.
文摘Background:In 2021,the American College of Medical Genetics and Genomics(ACMG)recommended reporting actionable genotypes in 73 genes associated with diseases for which preventive or therapeutic measures are available.Evaluations of the association of actionable genotypes in these genes with life span are currently lacking.
基金Our research was supported by the National Key Research and Development Program of China(Nos.2019QY1301,2018YFB0805005,2018YFC0824801).
文摘The cybersecurity report provides unstructured actionable cyber threat intelligence(CTI)with detailed threat attack procedures and indicators of compromise(IOCs),e.g.,malware hash or URL(uniform resource locator)of command and control server.The actionable CTI,integrated into intrusion detection systems,can not only prioritize the most urgent threats based on the campaign stages of attack vectors(i.e.,IOCs)but also take appropriate mitigation measures based on contextual information of the alerts.However,the dramatic growth in the number of cybersecurity reports makes it nearly impossible for security professionals to find an efficient way to use these massive amounts of threat intelligence.In this paper,we propose a trigger-enhanced actionable CTI discovery system(TriCTI)to portray a relationship between IOCs and campaign stages and generate actionable CTI from cybersecurity reports through natural language processing(NLP)technology.Specifically,we introduce the“campaign trigger”for an effective explanation of the campaign stages to improve the performance of the classification model.The campaign trigger phrases are the keywords in the sentence that imply the campaign stage.The trained final trigger vectors have similar space representations with the keywords in the unseen sentence and will help correct classification by increasing the weight of the keywords.We also meticulously devise a data augmentation specifically for cybersecurity training sets to cope with the challenge of the scarcity of annotation data sets.Compared with state-of-the-art text classification models,such as BERT,the trigger-enhanced classification model has better performance with accuracy(86.99%)and F1 score(87.02%).We run TriCTI on more than 29k cybersecurity reports,from which we automatically and efficiently collect 113,543 actionable CTI.In particular,we verify the actionability of discovered CTI by using large-scale field data from VirusTotal(VT).The results demonstrate that the threat intelligence provided by VT lacks a part of the threat context for IOCs,such as the Actions on Objectives campaign stage.As a comparison,our proposed method can completely identify the actionable CTI in all campaign stages.Accordingly,cyber threats can be identified and resisted at any campaign stage with the discovered actionable CTI.
基金This work was supported in part by China Postdoctoral Science Foundation (2013M531527), the Fundamental Research Funds for the Central Universities (0110000037), the National Natural Science Foun- dation of China (Grant Nos. 61502412, 61033009, and 61175057), Natural Science Foundation of the Jiangsu Province (BK20150459), Natural Science Foundation of the Jiangsu Higher Education Institutions (15KJB520036), National Science Foundation, United States (IIS-0534699, IIS-0713109, CNS-1017701), and a Microsoft Research New Faculty Fellowship.
文摘Although amazing progress has been made in ma- chine learning to achieve high generalization accuracy and ef- ficiency, there is still very limited work on deriving meaning- ful decision-making actions from the resulting models. How- ever, in many applications such as advertisement, recommen- dation systems, social networks, customer relationship man- agement, and clinical prediction, the users need not only ac- curate prediction, but also suggestions on actions to achieve a desirable goal (e.g., high ads hit rates) or avert an unde- sirable predicted result (e.g., clinical deterioration). Existing works for extracting such actionability are few and limited to simple models such as a decision tree. The dilemma is that those models with high accuracy are often more complex and harder to extract actionability from. In this paper, we propose an effective method to extract ac- tionable knowledge from additive tree models (ATMs), one of the most widely used and best off-the-shelf classifiers. We rigorously formulate the optimal actionable planning (OAP) problem for a given ATM, which is to extract an action- able plan for a given input so that it can achieve a desirable output while maximizing the net profit. Based on a state space graph formulation, we first propose an optimal heuris- tic search method which intends to find an optimal solution. Then, we also present a sub-optimal heuristic search with an admissible and consistent heuristic function which can re- markably improve the efficiency of the algorithm. Our exper- imental results demonstrate the effectiveness and efficiency of the proposed algorithms on several real datasets in the application domain of personal credit and banking.
基金The financial support from the National Natural Science Foundation of China (No.31972290)National Key Research and Development Program of China (No.2022YFD1700300)。
文摘Plant bacterial diseases cause significant harm to agricultural production because of their frequent,intermittent and regional outbreaks.Currently,chemical control is still a more effective method for bacterial disease.To develop new,efficient and safe antibacterial agrochemicals,we summarize the research progress of compounds with antibacterial activities in the past ten years,classify them according to their active skeletons,and discuss their structure-activity relationships and mechanisms of action.Finally,the development trend of antibacterial agrochemicals was prospected.This review provides valuable information for the development of antibacterial agrochemicals.
文摘History has never been driven by comfort,nor shaped solely by inheritance.Its most significant turning points have emerged from those with youth,conviction and courage ingrained in them.Progress starts when young people not only dream but also take action.Sometimes,the boldest move is not to run towards the glow of cities,but to turn back-to one’s soil,roots and forgotten home-and help it to flourish.
文摘Europe is grappling with a colossal textile waste problem.Over 125 million tonnes of raw materials are devoured by the global industry each year,yet a mere fraction-less than 1%-of these fibres originate from recycled textiles.The majority faces an unsustainable fate in landfills,incinerators,or is exported.A pivotal new report by Systemiq,"The Textile Recycling Breakthrough,"offers both a stark assessment and a strategic roadmap:Europe has the potential to amplify polyester textile recycling nearly tenfold by 2035,but this hinges on immediate,decisive action from policymakers and the industry.
基金supported by National Training Program of Innovation and Entrepreneurship for Undergraduates(202510163044).
文摘The combination of Daphnes Cortex(DC)and Liquorice Root(LR),two traditional Chinese medicinal herbs,has shown significant therapeutic effects on rheumatoid arthritis(RA),but its synergistic mechanism of action remains to be elucidated.Employing a network pharmacology and molecular docking approach,this study systematically investigated the synergistic mechanism of the herb pair DC and LR in RA treatment.Active components and their corresponding targets were retrieved from the TCMSP database and relevant literature,and RA-related targets were collected from established disease databases.A total of 73 overlapping targets between DC-LR and RA were identified,among which core targets such as AKT1,TNF,and CASP3 were highlighted.GO and KEGG enrichment analyses revealed that these targets are involved in biological processes such as oxidative stress response and cell migration,and are significantly enriched in key pathways including HIF-1,TNF,and PI3K-Akt signaling pathways.Compatibility analysis further revealed that the combination of DC and LR may enhance therapeutic effects through synergistic regulation of shared targets and complementary modulation of upstream and downstream pathway components.Molecular docking confirmed strong binding affinities between core active components and key targets.This study provides a multi-dimensional“component-target-pathway”perspective on the potential synergistic anti-RA mechanism of the DC-LR herb pair,offering a theoretical basis for further experimental validation and clinical application.
基金Supported by Putuo District Science and Technology R&D Platform Project,Shanghai(2024QX04).
文摘[Objectives]To investigate the efficacy and potential mechanism of the topical preparation Jineijin-Shanzha Patch(composed of Galli Gigerii Endothelium Corneum and Crataegi Fructus)in improving functional dyspepsia(FD)based on network pharmacology.[Methods]Firstly,we reviewed the existing research progress on each constituent drug of the Jineijin Shanzha Patch for FD improvement.Following this,identified overlapping genes were utilized to construct both a"Drug-Active Component-FD Target"network and a Protein-Protein Interaction(PPI)network specific to the patch.In addition,Gene Ontology(GO)analysis was carried out.[Results]We identified that the 13 herbs in the Jineijin Shanzha Patch are mainly used for food stagnation,qi stagnation,and spleen deficiency.Screening revealed 43 active patch components,1414 FD-related targets,and 284 shared targets between them.The PPI network analysis further identified the top 10 core targets from these shared targets.From the"Drug-Active Component-FD Target"network,we identified the core elements.These included the herbal components Vignae Semen(from Liushenqu),Crataegi Fructus,and Pseudostellariae Radix;the active components quercetin,genistein,and apigenin;and the key targets CASP3,BCL2,and CASP9.GO analysis of the 284 overlapping targets indicated that the Jineijin Shanzha Patch may exert its therapeutic effects via regulation of biological processes such as the response to lipopolysaccharide,response to bacterium-derived molecules,and regulation of the apoptotic signaling pathway.[Conclusions]The main active components of the Jineijin Shanzha Patch(quercetin,genistein,and apigenin)may improve FD by modulating signaling pathways such as the response to lipopolysaccharide,response to bacterium-derived molecules,and regulation of the apoptotic signaling pathway,thereby acting on key targets including CASP3,BCL2,and CASP9.
基金supported by the Natural Science Foundation of Hubei Provincial Department of Education(D20232101)Shandong Second Medical University 2024 Affiliated Hospital(Teaching Hospital)Scientific Research Development Fund Project(2024FYQ026)+3 种基金the innovative Research Programme of Xiangyang No.1 People’s Hospital(XYY2023ZY01)Faculty Development Grants of Xiangyang No.1 People’s Hospital Affiliated to Hubei University of Medicine(XYY2023D05)Joint supported by Hubei Provincial Natural Science Foundation and Xiangyang of China(2025AFD091)Traditional Chinese Medicine Scientific Research Project of Hubei Provincial Administration of Traditional Chinese Medicine(ZY2025D019).
文摘Background:Diabetic foot,a severe complication of diabetes,is characterized by chronic refractory wounds.Sanhuang Oil,a topical herbal formula,demonstrates significant therapeutic effects including antibacterial,anti-inflammatory,and immunomodulatory activities.However,its active constituents and mechanisms of action against diabetic foot remain to be elucidated.Methods:In this study,the chemical constituents of Sanhuang Oil were identified using UPLC-QE-Orbitrap-MS.Subsequently,the mechanism by which Sanhuang Oil promotes diabetic foot ulcer healing was predicted by integrating network pharmacology and molecular docking.Additionally,diabetic mouse model was established in ICR mice using a combination of a high-fat diet(HFD)and streptozotocin(STZ)chemical induction.A full-thickness skin defect was created on the dorsum of the mice.Wound healing and the healing rate were observed following Sanhuang Oil intervention.The mechanism underlying Sanhuang Oil’s promotion of diabetic ulcer healing was further investigated using transcriptomics and histopathological examination(H&E staining).Results:A total of 97 active ingredients were identified from Sanhuang Oil.Network pharmacology analysis predicted 543 common targets,and Kyoto Encyclopedia of Genes and Genomes(KEGG)pathway enrichment analysis identified 203 relevant pathways.Molecular docking further confirmed high binding affinity(binding energy≤−5.0 kcal/mol)between specific active components in Sanhuang Oil(e.g.,coptisine,phellodendrine,baicalein)and key targets associated with diabetic foot ulcers(e.g.,EGFR,AKT1,STAT3).In vivo experimental results demonstrated that the wound healing rate was significantly higher in Sanhuang Oil-treated groups compared to the model group(P<0.001).HE staining revealed that the high-dose Sanhuang Oil group exhibited more pronounced epithelial tissue coverage over the wound,reduced inflammatory cell infiltration,and increased collagen deposition and fibroblast proliferation.transcriptomic analysis identified Pdk4,Ttn,Csrp3,Actn2,Myoz2,Tnnc2,Myod1,Myog,Myot,and Myf6 as key regulatory proteins involved in promoting wound healing.Conclusion:Sanhuang Oil promotes wound healing in diabetic ulcer mice,potentially by mitigating inflammation and regulating key targets such as Pdk4 to enhance fibroblast function.These findings provide novel insights into the multi-target,multi-pathway mechanism of Sanhuang Oil for treating diabetic foot ulcers.
文摘Objective:To evaluate the clinical efficacy of blood-letting cupping combined with manual lymphatic drainage in treating breast cancer-related lymphedema(BCRL)and explore its mechanism of action from both traditional Chinese medicine and modern medical perspectives,providing a scientific basis and novel therapeutic approaches for clinical management of BCRL.Methods:Patients with BCRL admitted to the outpatient and inpatient departments of Hebei University Affiliated Hospital were enrolled.A prospective randomized controlled trial design was adopted,with eligible patients randomly assigned to a treatment group and a control group.The control group received manual lymphatic drainage alone,while the treatment group received manual lymphtic drainage combined with blood-letting cupping therapy.Posttreatment comparisons evaluated upper limb circumference reduction,edema severity grading,and upper limb functional scores.Vital signs and adverse reactions during treatment were recorded for both groups.Statistical software analyzed the data.Results:The treatment group demonstrated significantly greater reduction in upper limb circumference,improvement in edema severity,and higher upper limb function scores compared to the control group(P<0.05).Vital signs remained stable throughout treatment in both groups.No severe adverse reactions occurred in the treatment group;only isolated cases of mild skin itching were reported,which resolved after symptomatic management.Conclusion:The combination of bloodletting cupping and manual lymphatic drainage demonstrates reliable efficacy in treating BCRL,effectively alleviating edema symptoms and improving upper limb function with high safety.Its mechanism may relate to traditional Chinese medicine principles of“unblocking meridians,promoting blood circulation,and resolving stasis”and modern medical concepts of“enhancing local blood circulation,facilitating lymphatic drainage,and reducing inflammatory responses”.
基金Supported by National Natural Science Foundation of China,No.82374200Construction of Traditional Chinese Medicine Inheritance and Innovation Development Demonstration Pilot Projects in Pudong New Area-High-Level Research-Oriented Traditional Chinese Medicine Hospital Construction,No.YC-2023-0901.
文摘Ulcerative colitis (UC) is a chronic inflammatory bowel disease characterized byclinical symptoms of diarrhea and mucopurulent bloody stools, and its incidenceis increasing globally. The etiology and pathogenesis of UC remain elusive. Currenttherapeutic approaches, including anti-inflammatory, immunosuppressiveand immunomodulating agents, are often limited in efficacy and frequently associatedwith adverse drug reactions. Therefore, there is an urgent need to developsafer and more effective treatment strategies to address the limitations of existingtherapies. Scutellaria baicalensis Georgi (HQ), a traditional Chinese medicinal herb,has been employed in the treatment of UC for over 2000 years. Recent studieshave demonstrated that HQ contains multiple active components capable oftreating UC through anti-inflammation, immune modulation, intestinal barrierprotection, antioxidant activity, and regulation of the gut microbiota. This paperreviews recent studies on the mechanism of action and clinical trials of HQ intreating UC based on relevant literature, with the aim of providing valuable insightsinto future treatment approaches.
文摘Grifola frondosa(Maitake)is traditionally valued for its health benefits,with polysaccharides being key bioactive components.This paper investigates a specific subfraction,Fraction D(GFP-D),evaluating its clinical effects and mechanisms in immune enhancement,adjunctive anti-tumor activity,and regulation of glucose/lipid metabolism.Three clinical trials were conducted.In an immune study,120 healthy volunteers(CD4+T cell count 500–1000 cells/μL)received 150 mg/day GFP-D for 8 weeks,resulting in significant increases in CD4+T cells(from 632±95 to 812±108 cells/μL,28.5%increase,within the physiological activation range),CD4+/CD8+ratio,NK cell activity,IL-2,and IFN-γ(all P<0.001 vs.placebo).An anti-tumor study with 80 advanced cancer patients(stratified by age,tumor stage,and histotype)showed that adding 1000 mg/day GFP-D to chemotherapy improved objective response rate(52.5%vs.30.0%,P=0.036,95%CI:1.02–3.87),one-year progression-free survival(55.8%vs.33.3%,P=0.022),and preserved immune parameters versus chemotherapy alone.A metabolic study in 90 type 2 diabetes patients found that 400 mg/day GFP-D for 12 weeks significantly lowered fasting glucose,HbA1c,total cholesterol,triglycerides,and LDL-C,while raising HDL-C(from 1.0±0.2 to 1.2±0.2 mmol/L,20%increase,supported by increased AMPK phosphorylation).Mechanistically,immune enhancement involves macrophage/dendritic cell activation via Dectin-1/TLR4 receptors(confirmed by increased receptor expression and downstream signaling molecules),promoting cytokine-driven T/NK cell responses.Anti-tumor effects stem from immunomodulation,direct induction of cancer cell apoptosis(via mitochondrial/caspase pathways,verified by increased Bax/Bcl-2 ratio and caspase-3 activation),and angiogenesis inhibition by downregulating VEGF.Metabolic benefits are linked to AMPK pathway activation in liver/muscle(confirmed by increased p-AMPK/AMPK ratio),enhancing glucose uptake and inhibiting gluconeogenesis/lipogenesis,alongside modulation of gut microbiota(increased Bifidobacterium and Lactobacillus abundance).All trials reported no severe adverse events related to GFP-D;liver/kidney function parameters(ALT,AST,creatinine,urea nitrogen)remained within normal ranges throughout the intervention.Collectively,GFP-D emerges as a multi-functional bioactive agent with substantial therapeutic potential.
基金supported by grants from the Deutsche Forschungsgemeinschaft(DFG)to MW.
文摘Oligodendrocytes and their cell-intrinsic gene regulatory network:Oligodendrocytes(OLs)are the myelinating glial cells of the vertebrate central nervous system.They are responsible for insulating neuronal axons with a lipid-rich myelin sheath,which enables the saltatory conduction of action potentials.During development,oligodendrocyte progenitor cells(OPCs)emerge from neural stem cells in the ventricular zone.They then proliferate,increase their number,and migrate to their final destination where they encounter unmyelinated neuronal axons and differentiate in a stepwise fashion into myelinating oligodendrocytes(mOLs)under the influence of environmental stimuli.
基金supported by the capital health research and development of special(2022-2-7083).
文摘Background:The prevalence of gene fusion is extremely low in unselected patients with colorectal cancer(CRC).Published data on gene fusions are limited by relatively small sample sizes,with a primary focus on Western populations.This study aimed to analyse actionable gene fusions in a large consecutive Chinese CRC population.Methods:This study included 5,534 consecutive CRC patients from the Genecast database.Genomic profiling was performed using a panel of 769 cancer-related genes.Data for 34 CRC patients with actionable gene fusions were also collected from cBioPortal and ChimerSeq.Results:Among 5,534 CRC patients,54(0.98%)had actionable gene fusions,with NTRK1/2/3 being the most common fusion(0.38%),accounting for 38.9%(21/54)of those with fusions.Actionable gene fusion enrichment was higher in patients with microsatellite instability-high(MSI-H)(6.7%vs.0.5%,P<0.001),RAS/BRAF wildtype(2.0%vs.0.2%,P<0.001)and RNF43 mutation(7.7%vs.0.4%,P<0.001)than in patients with microsatellite stability/MSI-low,RAS/BRAF mutation and RNF43 wildtype,respectively.When these markers were combined,the fusion detection rate increased.Among patients with RAS/BRAF wildtype and MSI-H,fusions were detected in 20.3%of patients.The fusion detection rate further increased to 37.5%when RNF43 mutation was added.The fusion detection rate was also higher in colon cancer than in rectal cancer.No significant differences in clinical or molecular features were found in patients with actionable gene fusions between the Genecast,cBioPortal,and ChimerSeq databases.Conclusions:Approximately 1%of the unselected Chinese CRC population carries actionable gene fusions,mostly involving NTRK.Actionable gene fusions are more prevalent in MSI-H,RAS/BRAF wildtype,or RNF43-mutated CRC,as well as in colon cancer.Mapping of these molecular markers can markedly increase the fusion detection rate,which can help clinicians select candidates for fusion testing and targeted therapy.