Search PubMedSearch

SEARCH · Search PubMed

Results for “agentic AI”

Search indexed PubMed citations on genomics, clinical trials, systematic reviews and public health. Explore titles, authors and supplied subject terms, then open the PubMed record.

Quote a phrase for an exact phrase match. Source license links do not imply unrestricted reuse.

At least 19 recordsLinked to original sources

Reimagining research papers as interactive and reliable AI agents.

Here we introduce Paper2Agent, an automated framework that converts research papers into artificial intelligence (AI) agents. Paper2Agent transforms research output from passive artefacts into active systems that accelerate use and discovery. Conventional research papers require readers to understand and adapt the paper's code, data and methods to their work, creating barriers to dissemination and reuse. Paper2Agent addresses this challenge by converting a paper into an AI agent that functions as a virtual corresponding author, exposing its manuscript, supplementary materials, datasets, code and workflows as active, agent-native knowledge rather than static text. It analyses the paper and codebase using multiple agents to construct a model context protocol (MCP) server, then generates and runs tests to refine and increase robustness of the MCP. These paper MCPs can be connected to a chat agent (such as Claude Code) to carry out complex scientific queries through natural language while invoking tools and workflows from the paper. We demonstrate Paper2Agent's effectiveness through case studies. Paper2Agent created an agent that leveraged AlphaGenome1 to interpret genomic variants and agents based on Scanpy2 and TISSUE (transcript imputation with spatial single-cell uncertainty estimation)3 to conduct single-cell and spatial transcriptomics analyses. We validate that these agents reproduce the results of the original papers and carry out novel user queries. Paper2Agent created multiple agents that collaborate to prioritize a causal gene for psoriasis. By turning static papers into interactive AI agents, Paper2Agent introduces a paradigm for knowledge dissemination and a collaborative ecosystem of AI co-scientists.

Journal Article

Agentic AI for Spatial Omics.

This highlight summarises recent advances in agentic artificial intelligence (AI) systems for spatial omics analysis. These systems are compared along two central tensions: autonomy versus accountability, and adaptability versus reproducibility. We argue that progress will depend not on maximising automation, but on defining where autonomy is appropriate.

Artificial Intelligence

Trustworthy Agentic AI in Bioinformatics: From Workflow Automation to Traceable and Validated Biological Inference.

Agentic artificial intelligence is extending bioinformatics beyond conversational assistance by enabling systems to select tools, execute code, revise analytical plans, and interpret biological data. These capabilities may accelerate research, but they also redistribute decisions that determine whether biological conclusions are valid. We conducted a targeted, structured PubMed search in July 2026 and identified 11 peer-reviewed agentic bioinformatics systems for descriptive review based on predefined eligibility criteria for analytical decision-making, tool or code execution, iterative evaluation, or coordinated agent activity. The evidence base covered single-cell transcriptomics, microbial genomics, cancer genomics, and omics applications, together with methodological literature on reproducibility and biological validation. We examined how current systems report delegated authority, provenance, validation, evidence, abstention, and human oversight. Existing platforms implement safeguards such as sandboxed execution, restricted commands, interaction logs, evidence identifiers, automated checks, critic agents, quality scores, and expert assessment. However, published reports rarely provide a connected account linking the original biological question to samples, reference resources, analytical decisions, computational actions, statistical results, supporting evidence, validation outcomes, and final claims. We distinguish inherited bioinformatics errors, errors amplified through autonomous action, and emergent failures arising from memory, retrieval, tool interaction, or agent coordination. We further propose a multidimensional decision-rights profile, consequence-sensitive validation gates, and a claim-to-evidence provenance architecture organized through the Traceable History of Research Evidence, Agent Actions, and Decisions in Bioinformatics (THREAD-Bio) framework. Illustrative cases show that technically successful execution may still support misleading inference. Trustworthy agentic bioinformatics therefore requires claims to remain reconstructible, challengeable, validated, and proportionate to the evidence.

accountable autonomy

scBaseCount: An AI agent-curated, standardized, auto-updated single-cell data repository.

Single-cell RNA sequencing has transformed cell biology by enabling precise transcriptomic measurements of individual cells. The Sequence Read Archive (SRA) is the largest public repository of sequencing reads, yet much of it remains underutilized due to unstandardized metadata. Here, we introduce scBaseCount, a database that leverages an AI agent to automate discovery and metadata extraction and standardize data processing. Built by mining all 10x Genomics datasets, scBaseCount is the largest public repository of single-cell gene expression data, comprising over 502 million cells across 27 organisms and 75 tissues. It offers an unbiased view of the data landscape within the SRA and enables the training of more performant computational models through access to broader phenotypic diversity. Uniform processing enables measurement of both intronic and exonic reads and non-coding gene expression and improves alignment across experiments. Moreover, scBaseCount provides a blueprint for how AI can be leveraged to autonomously curate biological data repositories.

Single-Cell Analysis

ELISA (Embedding-Linked Interactive Single-cell Agent): an interpretable hybrid generative Artificial Intelligence agent for expression-grounded discovery in single-cell genomics.

Translating single-cell RNA sequencing (scRNA-seq) data into mechanistic biological hypotheses remains a critical bottleneck, as agentic AI systems lack direct access to transcriptomic representations while expression foundation models remain opaque to natural language. Here, we introduce ELISA (Embedding-Linked Interactive Single-cell Agent), an interpretable framework that unifies single-cell generative pretrained transformer expression embeddings with biomedical bidirectional encoder representations from transformers-based semantic retrieval and large-language model (LLM)-mediated interpretation for interactive single-cell discovery. An automatic query classifier routes inputs to gene marker scoring, semantic matching, or reciprocal rank fusion pipelines depending on whether the query is a gene signature, natural language concept, or mixture of both. Integrated analytical modules perform pathway activity scoring across 60+ gene sets, ligand-receptor interaction prediction using 280+ curated pairs, condition-aware comparative analysis, and cell-type proportion estimation, all operating directly on embedded data without access to the original count matrix. Benchmarked across six diverse scRNA-seq datasets spanning inflammatory lung disease, pediatric and adult cancers, organoid models, healthy tissue, and neurodevelopment, ELISA significantly outperforms CellWhisperer, a classical lexical retriever (BM25), and a random baseline in cell type retrieval (combined permutation test, $p < 2\times 10^{-5}$ for each), with particularly large gains on gene-signature queries (Cohen's $d = 5.98$ for mean reciprocal rank). ELISA replicates published biological findings (mean composite score 0.88), and generates candidate hypotheses through grounded LLM reasoning, bridging the gap between transcriptomic data exploration and biological discovery.

Generative Artificial Intelligence

Out-of-the-box bioinformatics capabilities of large language models (LLMs).

Large Language Models (LLMs), AI agents and co-scientists promise to accelerate scientific discovery across fields ranging from chemistry to biology. Bioinformatics- the analysis of DNA, RNA and protein sequences plays a crucial role in biological research and is especially amenable to AI-driven automation given its computational nature. Here, we assess the bioinformatics capabilities of three popular general-purpose LLMs on a set of tasks covering basic analytical questions that include code writing and multi-step reasoning in the domain. Utilizing questions from Rosalind, a bioinformatics educational platform, we compare the performance of the LLMs vs. humans on 104 questions undertaken by 110 to 68,760 individuals globally. GPT-3.5 provided correct answers for 59/104 (58%) questions, while Llama-3-70B and GPT-4o answered 49/104 (47%) correctly. GPT-3.5 was the best performing in most categories, followed by Llama-3-70B and then GPT-4o. 71% of the questions were correctly answered by at least one LLM. The best performing categories included DNA analysis, while the worst performing were sequence alignment/comparative genomics and genome assembly. Overall, LLMs performance mirrored that of humans with lower performance in tasks in which humans had low performance and vice versa. However, LLMs also failed in some instances where most humans were correct and, in a few cases, LLMs excelled where most humans failed. To the best of our knowledge, this presents the first assessment of general purpose LLMs on basic bioinformatics tasks in distinct areas relative to the performance of hundreds to thousands of humans. LLMs provide correct answers to several questions that require use of biological knowledge, reasoning, statistical analysis and computer code.

Journal Article

Biological Foundation Models for Complex Disease Research and Clinical Translation.

Complex diseases, including cancer, rare genetic disorders, neurodevelopmental and psychiatric conditions, and neurodegenerative diseases, arise from interactions among genetic variation, gene regulation, and cellular states that are difficult to capture using a single data type or biological scale. Biological foundation models address this challenge by treating nucleotides and genes as tokens and learning representations that can be transferred to downstream biomedical and clinical tasks. In this review, we examine two major model classes, genomic sequence foundation models and cell foundation models, and compare their tokenization strategies, model architectures, pretraining objectives, and adaptation methods. We summarize their emerging applications in regulatory variant interpretation, disease-associated cell-state analysis, drug-response prediction, and therapeutic target discovery across complex diseases. We distinguish applications supported by experimental or retrospective validation from those that remain primarily computational or conceptual. We further discuss key challenges to clinical translation, including multimodal data integration, model interpretability, benchmarking, patient-specific prediction, and privacy protection. We highlight future opportunities to integrate biological foundation models with emerging frameworks of medical digital twins, agentic AI, and federated learning. By linking model design to translational goals, this review provides a practical framework for evaluating biological foundation models and their readiness for complex disease research and clinical use.

biological foundation model

AI-HOPE: an AI-driven conversational agent for enhanced clinical and genomic data integration in precision medicine research.

MOTIVATION: The growing complexity of clinical cancer research has fueled a surge in demand for automated bioinformatics tools capable of integrating clinical and genomic data to accelerate discovery efforts. RESULTS: We present the Artificial Intelligence Agent for High-Optimization and Precision Medicine (AI-HOPE), an AI-driven system that enables domain experts to conduct integrative data analyses through natural language interactions. Powered by Large Language Models, AI-HOPE interprets user instructions, converts them into executable code, and autonomously analyzes locally stored data. It supports flexible association studies, subset comparisons, clinical prevalence assessments and survival analyses. In addition, AI-HOPE enables global variable scans to identify features significantly associated with a user-defined outcome, making a powerful and intuitive tool for advancing precision medicine research. Importantly, its closed-system design prevents clinical data leakage. To demonstrate its utility, AI-HOPE was applied to The Cancer Genome Atlas data to address two clinical questions. First, it identified significant enrichment of TP53 mutations in late-stage colorectal cancer compared to early-stage cases. Second, it uncovered a strong association between KRAS mutations and poorer progression-free survival in FOLFOX-treated patients. These findings align with established literature and demonstrate AI-HOPE's ability to generate meaningful insights independently, without prior assumptions. By removing programming barriers and simplifying complex analyses, AI-HOPE bridges the gap between data complexity and research needs. With its scalable and adaptable framework, AI-HOPE has the potential to support diverse biomedical research fields, driving innovation and efficiency in translational studies. AVAILABILITY AND IMPLEMENTATION: The AI-HOPE software and demonstration data is available at https://github.com/Velazquez-Villarreal-Lab/AI-HOPE.

Precision Medicine

Artificial intelligence agents and agentic artificial intelligence applied to precision medicine.

Precision medicine seeks to individualise care by integrating multimodal biomedical data, yet most deployed clinical artificial intelligence (AI) remains assistive, providing predictions without managing workflows or adapting autonomously. Agentic AI, built on large language models (LLMs), has emerged as a paradigm characterised by autonomy, goal-directed reasoning, memory, planning and tool use. This review synthesises evidence on agentic AI and LLMs applied to precision medicine, encompassing drug discovery, genomics, oncology, rare disease diagnostics and clinical pharmacology. This review also examines architectural components, recent validation milestones and emerging challenges, including hallucination, sociodemographic bias and evolving regulatory frameworks across the FDA, the EU AI Act and the WHO.

agentic AI

Pharmacogenomic and drug interactions risk in cardio-oncology: A precision medicine perspective for India.

Cardio-oncology patients may face complex treatment regimens due to the concurrent existence of cancer and cardiovascular disease, leading to a considerable polypharmacy burden. This significantly increases the prospect of drug-drug interactions (DDIs) and gene-drug interactions. The majority of these interactions arise from comparable pharmacokinetic and pharmacological pathways associated with drug transporters and cytochrome P450 enzymes. The significance of pharmacogenomics in tailored treatment strategies are emphasised by the fact that genetic variability enhances individual differences in drug response, safety, and efficacy. This narrative review focus on the effects of key genetic polymorphisms (e.g., DPYD, CYP2C19, and CYP2C9) on the metabolism and efficacy of commonly prescribed anticancer and cardiovascular medications such as fluoropyrimidines, clopidogrel, and warfarin. In addition it explore the role of pharmacogenomic variants on drug-drug interactions within the field of cardio-oncology. The study ultimately emphasizes the necessity of precision medicine in India to address the genetic diversity and underrepresentation in global genomic databases. The absence of pharmacogenomic testing, infrastructural deficiencies, financial constraints, and insufficient clinical integration hinder the widespread use of this technology in India. The Genome India Project and other national initiatives establish the foundation for pharmacogenomic-guided therapy. Utilizing genetic data, together with artificial intelligence-based predictive tools, for clinical decision-making may enhance medication safety and yield optimal outcomes in Indian cardio-oncology patients.

Humans

APOM-associated inflammation and apoptosis in stroke-exacerbated myocardial infarction: implications for brain-heart interactions.

Brain-heart syndrome (BHS) describes cardiac dysfunction secondary to central nervous system injury, with acute ischemic stroke (AIS) serving as a critical driver that exacerbates myocardial infarction (MI). This study aimed to elucidate the role of Apolipoprotein M (APOM) in stroke-aggravated MI and to explore its underlying systemic and molecular mechanisms. Clinical data were analyzed to evaluate the correlation between stroke and MI. A combined mouse model of middle cerebral artery occlusion (MCAO) and MI was established to assess neurological and cardiac injury. Quantitative proteomics and Weighted Gene Co-expression Network Analysis (WGCNA) were employed to screen key differentially expressed proteins. The role of APOM in myocardial injury was validated using APOM-knockout (KO) mice. Furthermore, nuclear-cytoplasmic fractionation, immunofluorescence, and Western blot were performed to investigate its effects on the Saa1 and NF-&#x3ba;B signaling, NLRP3-related inflammatory signaling pathway, and lipid metabolism pathways. Clinical analysis indicated that stroke is a significant risk factor for MI (OR&#x2009;=&#x2009;4.5). In the mouse model, MCAO significantly exacerbated post-MI electrocardiographic abnormalities, myocardial inflammatory response, while elevating circulating levels of cTnT and IL-1&#x3b2;. Proteomics identified a significant downregulation of APOM in the heart, brain, and serum post-stroke, a trend consistent with observations in AIS patients. Further experiments revealed that APOM deficiency markedly worsened cardiac conduction disturbances, histological damage, and inflammatory responses in MI mice. Mechanistically, the loss of APOM upregulates the acute-phase protein Saa1, triggers NF-&#x3ba;B phosphorylation and nuclear translocation, and enhances inflammatory signaling related to inflammasomes, while simultaneously mediating cytokine release from cardiomyocytes. Concurrently, APOM deficiency led to a significant decrease in sphingosine-1-phosphate (S1P) and also caused myocardial lipid droplet accumulation and metabolite changes. Additionally, the loss of APOM increased the expression of D-dimer and fibrinogen family proteins. Our findings suggest that APOM is a potential cardioprotective agent post-AIS. Downregulation of APOM may exacerbate myocardial injury after MI by elevating Saa1 expression, activating the NF-&#x3ba;B pathway and the inflammasome-mediated signaling, and inducing lipid metabolic disorders and coagulation-associated alterations. APOM may represent a potential therapeutic target for the intervention of brain-heart syndrome.

Animals

Whole genome sequence of a superbug-Escherichia coli strain KAB-AI-497 isolated from the vagina of a 20 year old pregnant woman with premature rupture of membrane (PROM) in a resource limited setting, Kabale Regional Referral Hospital, in Uganda.

OBJECTIVES: The objective of the study is to sequence the whole genome of multidrug resistant E. coli strain KAB-AI-497 that causes bacterial vaginosis and implicated in premature rupture of membrane in pregnant woman. DATA DESCRIPTION: The DNA of the E. coli strain KAB-AI-497 was extracted using the MagAttract HMW DNA Kit, and the extracted DNA was sequenced using an MGI DNBSEQ G99ARS platform. FastQC was used to perform quality control analysis and the reads were trimmed by Trimmomatic. De novo genome assembly was performed by SPAdes and it resulted to a draft assembled genome that has 5.1 Mb genome size, 153 contigs, and 50.5% GC content. Quality analysis of the assembled genome revealed it has 98.46% completeness and 0.97% contamination. The closest E. coli strain to this strain KAB-AI-497 in terms of similarity was Escherichia coli SMS-3-5 with an average nucleotide identity of 98.43% and genome coverage of 86.19%, which confirmed the species level identity of the strain. The assembled genome was annotated using the NCBI Prokaryotic Genome Annotation Pipeline which identified 4,726 protein coding genes in the strain genome. Furthermore, the annotation revealed the genome has resistant genes responsible for resistance against many antibiotic classes such as tetracycline, fluoroquinolone, and penicillin.

Escherichia coli

A comprehensive review of AI innovations for tackling antimicrobial resistance.

Antimicrobial resistance (AMR) represents a major global public health concern, rendering available antimicrobials ineffective and leading to infections that are difficult to treat. Artificial intelligence (AI) has been increasingly applied across the AMR continuum, including resistance prediction, rapid diagnostics, new antimicrobial discovery, drug repurposing, antimicrobial surveillance, and clinical decision support. In this review, we aim to highlight recent developments in the use of artificial intelligence (AI) to address antimicrobial resistance (AMR). In addition, we review computational methods that help interpret genomic, phenomic, clinical, and epidemiological data to support the development of treatment strategies and novel antimicrobial agents. The key issues addressed include data quality, model interpretability, external validation, regulatory requirements, privacy, and fairness. While AI is not a complete solution to AMR, it can certainly strengthen the global AMR response by complementing key areas of AMR such as antimicrobial stewardship, infection prevention, laboratory diagnostics, and global surveillance.

Antimicrobial resistance (AMR)

Artificial intelligence for anticancer drug discovery from natural products of macroalgae and sponges: A systematic review.

Marine natural products (MNPs) from macroalgae and marine sponges have inspired clinically important anticancer agents, including the cytarabine pharmacophore and the eribulin scaffold, while cyanobacterial dolastatin chemistry supplies the auristatin payloads of several marine-inspired antibody-drug conjugates (ADCs) such as brentuximab vedotin. Artificial intelligence (AI) methods, encompassing both classical machine learning (ML) with hand-engineered features and modern deep learning (DL) with many-layered neural networks, are increasingly supporting key decisions in natural-product anticancer drug discovery, including bioactivity prediction, target identification, absorption, distribution, metabolism, excretion and toxicity (ADMET) filtering, generative analogue design, and the selection of preclinical candidates. DL architectures relevant to this field include graph neural networks, transformer-based molecular generators, diffusion models for protein-ligand docking, and convolutional networks for mass spectrometry, while classical ML contributes interpretable fingerprint-based bioactivity models and molecular networking for dereplication. This review follows a systematic literature review methodology to organize the landscape of AI methods now applied to MNP anticancer discovery, distinguishing ML and DL approaches where relevant, situating them within the chemical context of macroalgal and sponge-derived oncology leads, and critically examining published case studies, including validation level (computational, in vitro, in vivo, clinical). The principal bottleneck for medical translation has shifted partly from algorithmic capability toward data infrastructure and experimental validation. Sparse, heterogeneous, and taxonomically biased bioactivity records limit what current models can learn and reduce the reliability of AI-prioritized candidates entering the preclinical pipeline. A roadmap is proposed that prioritizes open MNP-specific benchmarks, symbiont-aware modeling, and active learning loops with synthesizability and ADMET constraints. These AI workflows may accelerate the prioritization of marine-derived anticancer leads and support earlier, more evidence-based translational decisions in oncology drug development.

Biological Products

Cationic porphyrin covalent organic framework reinforced hydroxypropyl methylcellulose films for photodynamic-photothermal sterilization and food preservation.

Microbial contamination in food necessitates effective antimicrobial packaging. While cellulose-based packaging materials suffer from limited antimicrobial efficacy, lack of active functionality, and susceptibility to inducing microbial resistance. To address these challenges, this study synthesized a cationic porphyrin-based covalent organic framework (Por-ICOF) as a multimodal photosensitizer. Por-ICOF was uniformly dispersed via non-covalent interaction within hydroxypropyl methylcellulose (HPMC), creating an HPMC/Por-ICOF composite film. This integration enhanced mechanical strength (increased by 26%), hydrophobicity (WCA 71&#xb0;), and gas barrier properties (OP reduced by 42%, WVP reduced by 36%). Under visible light, the HPMC/Por ICOF film superior absorption generated reactive oxygen species (ROS) and photothermal effects, inactivating 99.2% of Escherichia coli and 99.95% of Staphylococcus aureus within 20&#xa0;min. The composite film exhibited excellent biocompatibility and effectively extended the shelf life of strawberries. This cationic modification strategy for cellulose-based films offers a novel avenue for the design of high-performance antimicrobial food packaging materials.

Food Preservation

Design, expression, purification, and application of novel recombinant miR-491 molecules to define the biogenesis and function of miR-491-3p versus -5p in posttranscriptional regulation of UDP-glucuronosyltransferase 1A1.

Interindividual variations in drug metabolism involve various factors, including posttranscriptional gene regulation mechanisms controlled by microRNAs (miRNAs or miRs) derived from the genome. The aim of this study was to use RNA bioengineering technology to produce novel recombinant human miR-491-5p, miR-491-3p, and pre-miR-491 molecules, namely BioRNA/miR-491-5p, BioRNA/miR-491-3p, and BioRNA/pre-miR-491, respectively, and define their functional difference in regulating UDP-glucuronosyltransferase 1A1 (UGT1A1) expression and drug-metabolizing capacity. All 6 BioRNAs were heterologously overexpressed in Escherichia coli (>30% of total RNA) and isolated by fast protein liquid chromatography to high purity (>97%). As BioRNA/pre-miR-491 agents were processed to both 5p and 3p strands in Hep3B and HepG2 cells, BioRNA/miR-491-5p and -3p were selectively processed to 5p and 3p, respectively, and each accumulated to greater levels. Immunoblotting and immunofluorescence studies demonstrated the efficacy of BioRNA/miR-491-3p to suppress UGT1A1 protein levels in Hep3B and HepG2 cells, localized on the endoplasmic reticulum, exhibiting monomeric (&#x223c;55 kDa) and oligomeric (&#x223c;150 kDa) bands under different conditions, whereas BioRNA/pre-miR-491 and miR-491-5p had no effects. Using a fluorescent substrate, N-butyl-4-(4-hydroxyphenyl)-1,8-naphthalimide, lower UGT1A1 drug-metabolizing capacities were found in cells treated with BioRNA/miR-491-3p. In addition, liquid chromatography-tandem mass spectrometry analysis revealed a 45% reduction of estradiol 3-glucuronidation activity by BioRNA/miR-491-3p in Hep3B cells, whereas formation of estradiol 17-glucuronidation mediated by other UGTs was unchanged. Together, these results underline the role of miR-491-3p in regulating UGT1A1 and its impact on cellular drug-metabolizing capacity while demonstrating the applications of recombinant miRNA agents to delineating the importance of posttranscriptional gene regulation in drug metabolism. SIGNIFICANT STATEMENT: Research on posttranscriptional gene regulation mainly uses miRNA mimics chemically synthesized in vitro. This study successfully produced 6 novel recombinant miR-491 molecules through in vivo fermentation with transfer RNA scaffold and transfer RNA-fused pre-miRNA carrier-based technologies, which were further utilized to delineate the biogenesis and function of miR-491-3p versus -5p in modulating UDP-glucuronosyltransferase 1A1 protein levels and drug-metabolizing capacity. The findings demonstrate the role of miR-491-3p in regulating UDP-glucuronosyltransferase 1A1 and value of recombinant miRNA agents for studying drug metabolism.

Humans

The chicken chorioallantoic membrane model for human surgeries and implants.

The fertilized chick egg, particularly its chorioallantoic membrane (CAM), has emerged as a valuable model in biomedical research due to its extensive applications in vascular studies, cancer investigations, surgical advancements including neurological, gynecological, urological, and retinal procedures, drug evaluation, and implant assessments. This review provides an in-depth examination of the chicken genome, structural composition of CAM, developmental progression, vascularization patterns, and cellular regulatory mechanisms. Furthermore, it underscores the CAM's significance in assessing therapeutic kinetics, biocompatibility, biodistribution, and drug effectiveness. A particular focus is placed on its role in analyzing vascular-disrupting agents (VDAs) for cancer treatment, alongside the incorporation of advanced imaging technologies such as photodynamic therapy, radiotherapy, positron emission tomography (PET)/computed tomography (CT) imaging, ultrasound techniques, and AI-driven detection methods for real-time vascular monitoring. By evaluating its advantages, limitations, and applications, this study establishes that CAM is a crucial alternative model for biomedical research, facilitating enhanced experimental design and methodological refinement.

angiogenesis

Insights into dill (Anethum graveolens) flavor formation via integrative analysis of chromosomal-scale genome, metabolome and transcriptome.

INTRODUCTION: Dill (Anethum graveolens) is a significant medicinal herb belonging to the Apiaceae family. Owing to its high levels of volatile organic compounds (VOCs), dill is commonly utilized for essential oil extraction and medicine purpose. However, the biosynthesis of the crucial VOC in dill remains obscure. OBJECTIVES: Identify the key VOCs related to the flavor formation in dill and dissect the regulatory mechanism of their synthesis. METHODS: The dill chromosomal-level genome was constructed by PacBio HiFi, Hi-C, and BGISEQ second generation sequencing and assembly. The VOCs in dill leaves were identified through GC-MS. The potential mechanism involved in regulating the VOC accumulation in dill flavor formation was analyzed by multi-omics analysis. RESULTS: A 1.17&#xa0;Gb chromosome-scale genome of dill with a contig N50 of 10.78&#xa0;Mb was constructed. A total of 46,538 genes were annotated across 11 assembled chromosomes. Comparative genomics analysis suggested that transposable element insertions, especially LTR-Gypsy, have contributed to the evolution and expansion of the dill genome. The flavor formation of dill was mainly attributed to terpenoids, especially &#x3b1;-phellandrene, &#x3b2;-ocimene, and o-cymene. The contribution of expansion and replication of terpenoid synthesis pathway genes, especially terpene synthase (TPS), to the abundant terpenoid production of dill was identified. Differential gene expression patterns observed at various developmental stages and tissues provided key candidate genes for the regulation of terpenoid synthesis, as well as transcription factors. The different accumulation of esters and aromatics also affected the flavor formation of dill. The key genes implicated in the synthesis of anethole, namely AIS and AMT were further identified. CONCLUSION: This study constructed the chromosome level genome and identified the main VOCs and related key genes in flavor formation of dill, shedding lights on our understanding of terpenoid biosynthesis but also offered guidance for future genetic research on molecular breeding in Anethum graveolens.

Transcriptome