Jove
Visualize
Contact Us
JoVE
x logofacebook logolinkedin logoyoutube logo
ABOUT JoVE
OverviewLeadershipBlogJoVE Help Center
AUTHORS
Publishing ProcessEditorial BoardScope & PoliciesPeer ReviewFAQSubmit
LIBRARIANS
TestimonialsSubscriptionsAccessResourcesLibrary Advisory BoardFAQ
RESEARCH
JoVE JournalMethods CollectionsJoVE Encyclopedia of ExperimentsArchive
EDUCATION
JoVE CoreJoVE BusinessJoVE Science EducationJoVE Lab ManualFaculty Resource CenterFaculty Site
Terms & Conditions of Use
Privacy Policy
Policies

Related Concept Videos

Improving Translational Accuracy02:07

Improving Translational Accuracy

11.9K
Base complementarity between the three base pairs of mRNA codon and the tRNA anticodon is not a failsafe mechanism. Inaccuracies can range from a single mismatch to no correct base pairing at all. The free energy difference between the correct and nearly correct base pairs can be as small as 3 kcal/ mol. With complementarity being the only proofreading step, the estimated error frequency would be one wrong amino acid in every 100 amino acids incorporated. However, error frequencies observed in...
11.9K
Genetic Lingo01:11

Genetic Lingo

104.6K
Overview
104.6K

You might also read

Related Articles

Articles linked to this work by shared authors, journal, and citation graph.

Sort by
Same author

Restoration of Limb Alignment in Post-Traumatic Genu Varum Case Using Medial Open Wedge Proximal Tibial Osteotomy with Posterior Tibial Slope Correction: A Case Report.

Journal of orthopaedic case reports·2026
Same author

Author Correction: Biallelic variants in the noncoding RNA gene RNU4-2 cause a recessive neurodevelopmental syndrome with distinct white matter changes.

Nature genetics·2026
Same author

Rhizosphere microbial shifts drive amygdalin detoxification and jasmonate-mediated alleviation of peach autotoxicity.

The ISME journal·2026
Same author

Saturation editing of RNU4-2 reveals distinct dominant and recessive disorders.

Nature·2026
Same author

Biallelic variants in the noncoding RNA gene RNU4-2 cause a recessive neurodevelopmental syndrome with distinct white matter changes.

Nature genetics·2026
Same author

Widespread distribution of Alu/Alu-mediated genomic rearrangement predisposing to a broad range of Mendelian disease and cancer in human populations.

Genome medicine·2026
Same journal

Human cancer genomes harbor the mutational signature of tobacco-specific nitrosamines NNN and NNK.

Genome medicine·2026
Same journal

Identification and functional characterization of regulatory variants in DPP9 associated with COVID-19 severity.

Genome medicine·2026
Same journal

De novo variants in NPTN cause a neurodevelopmental disorder with autism and neuroplastin-PMCA hypofunction.

Genome medicine·2026
Same journal

Dual functional genomics reveals a broad and convergent landscape of asciminib resistance in BCR::ABL1.

Genome medicine·2026
Same journal

ESR1 mutations and CDK4/6 inhibitor choice shape clonal selection and adaptive cell states during acquired resistance.

Genome medicine·2026
Same journal

Cell type-specific contextualisation of the human phenome: towards the systematic treatment of all rare diseases.

Genome medicine·2026
See all related articles

Related Experiment Video

Updated: Sep 11, 2025

Augmenting Large Language Models via Vector Embeddings to Improve Domain-Specific Responsiveness
03:14

Augmenting Large Language Models via Vector Embeddings to Improve Domain-Specific Responsiveness

Published on: December 6, 2024

681

Improving automated deep phenotyping through large language models using retrieval-augmented generation.

Brandon T Garcia1,2,3, Lauren Westerfield1,4,5, Priya Yelemali1,6

  • 1Department of Molecular and Human Genetics, Baylor College of Medicine, Houston, TX, 77030, USA.

Genome Medicine
|August 18, 2025
PubMed
Summary
This summary is machine-generated.

RAG-HPO, a novel tool, significantly improves Human Phenotype Ontology (HPO) term assignment accuracy for rare genetic disorders by using retrieval-augmented generation (RAG). This advancement aids in faster diagnosis and genetic research.

Keywords:
Clinical genomicsGenerative AIGenerative pre-trained transformer (GPT)Human Phenotype Ontology (HPO)LLaMa-3Large language models (LLMs)Natural language processing (NLP)PhenotypingRetrieval-augmented generation (RAG)

More Related Videos

Evidence-based Knowledge Synthesis and Hypothesis Validation: Navigating Biomedical Knowledge Bases via Explainable AI and Agentic Systems
05:47

Evidence-based Knowledge Synthesis and Hypothesis Validation: Navigating Biomedical Knowledge Bases via Explainable AI and Agentic Systems

Published on: June 13, 2025

575
Constructing and Visualizing Models using Mime-based Machine-learning Framework
06:19

Constructing and Visualizing Models using Mime-based Machine-learning Framework

Published on: July 22, 2025

634

Related Experiment Videos

Last Updated: Sep 11, 2025

Augmenting Large Language Models via Vector Embeddings to Improve Domain-Specific Responsiveness
03:14

Augmenting Large Language Models via Vector Embeddings to Improve Domain-Specific Responsiveness

Published on: December 6, 2024

681
Evidence-based Knowledge Synthesis and Hypothesis Validation: Navigating Biomedical Knowledge Bases via Explainable AI and Agentic Systems
05:47

Evidence-based Knowledge Synthesis and Hypothesis Validation: Navigating Biomedical Knowledge Bases via Explainable AI and Agentic Systems

Published on: June 13, 2025

575
Constructing and Visualizing Models using Mime-based Machine-learning Framework
06:19

Constructing and Visualizing Models using Mime-based Machine-learning Framework

Published on: July 22, 2025

634

Area of Science:

  • Genomics
  • Bioinformatics
  • Computational Biology

Background:

  • Accurate diagnosis of rare genetic disorders requires precise phenotypic and genotypic analysis.
  • Human Phenotype Ontology (HPO) provides a standardized language for clinical phenotypes.
  • Existing rule-based HPO extraction tools and large language models (LLMs) have limitations in accuracy and reliability.

Purpose of the Study:

  • To introduce RAG-HPO, a Python-based tool leveraging retrieval-augmented generation (RAG) to enhance LLM-based HPO term assignment accuracy.
  • To overcome limitations of baseline LLMs and eliminate the need for extensive fine-tuning.

Main Methods:

  • RAG-HPO integrates a dynamic vector database of over 54,000 phenotypic phrases mapped to HPO IDs.
  • Clinical text is processed by an LLM to extract phenotypic phrases.
  • Extracted phrases are semantically matched against the vector database for real-time retrieval and contextual matching.
  • Best term matches are returned to the LLM for final HPO term assignment.

Main Results:

  • RAG-HPO + LLaMa-3.1 70B achieved a mean precision of 0.81, recall of 0.76, and F1 score of 0.78, significantly outperforming conventional tools (p < 0.00001).
  • Out of 1648 returned terms, 19.1% were false positives, with less than 1% being hallucinations.
  • The majority of false positives were broader ancestor terms, potentially useful in certain contexts.

Conclusions:

  • RAG-HPO is a user-friendly and adaptable tool that enhances phenotypic analysis for rare diseases.
  • The tool significantly improves precision and recall in HPO term assignment, accelerating genetic research and clinical genomics.
  • RAG-HPO is publicly available at https://github.com/PoseyPod/RAG-HPO.