Papers
Topics
Authors
Recent
Search
2000 character limit reached

PhenotypeToGeneDownloaderR: automated multi-source retrieval and validation of phenotype-associated genes

Published 2 May 2026 in q-bio.GN | (2605.01378v1)

Abstract: Identifying phenotype-associated genes is a common first step in polygenic risk score construction, enrichment testing, target prioritisation and variant interpretation, but relevant evidence is distributed across heterogeneous databases with different interfaces, formats and evidence models. Here, we present PhenotypeToGeneDownloaderR, a phenotype-guided R/Python pipeline for automated gene retrieval, harmonisation, symbol validation and cross-source summary analysis. Given a phenotype term, the pipeline queries integrated biological databases, standardises per-source outputs, combines gene lists, validates retrieved symbols against the NCBI human gene reference and generates summary tables and visualisations. Across 13 clinically relevant phenotypes and 13 databases, PhenotypeToGeneDownloaderR generated 136,487 raw gene retrievals, with at least one source returning genes for every phenotype. Across all 13 phenotypes, 100,175 of 114,345 combined input symbols were retained after direct or synonym-based validation, corresponding to an 87.6\% validation rate. Cross-source overlap was low, supporting the complementarity of integrated evidence sources. Against an HPO/ClinVar/OMIM-derived gold standard, the pipeline recovered 1,039 of 1,056 known phenotype-associated genes, corresponding to 98.4\% recall. PhenotypeToGeneDownloaderR provides a lightweight, reproducible upstream framework for generating candidate gene sets for downstream prioritisation and interpretation. The pipeline is implemented in R and Python, released under the MIT licence, and available at https://github.com/MuhammadMuneeb007/PhenotypeToGeneDownloaderR.

Summary

  • The paper introduces PhenotypeToGeneDownloaderR, an automated pipeline that integrates 13 databases to retrieve phenotype-associated genes with a 98.4% recall against expert-curated gold standards.
  • It employs robust gene symbol validation with an 87.6% success rate and uses synonym mapping to enhance the accuracy of gene data across heterogeneous sources.
  • Empirical results show substantial improvements over single-database methods, enabling comprehensive functional enrichment and systematic prioritization for translational research.

Automated Multi-Source Retrieval and Validation of Phenotype-Associated Genes with PhenotypeToGeneDownloaderR

Introduction

PhenotypeToGeneDownloaderR presents an integrated R-based pipeline for large-scale retrieval, harmonization, and validation of phenotype-associated genes from thirteen prominent biological databases. The tool is evaluated across a panel of thirteen clinically relevant phenotypes and is benchmarked for retrieval capacity, symbol validation, resource complementarity, recall of curated gold standards, downstream functional enrichment, and empirical comparison with module-baseline approaches. The pipeline addresses key challenges in phenotype-to-gene association extraction, including automated orchestration across disparate data sources, unified validation against authoritative gene symbol databases, and aggregation for downstream analytical use cases.

Data Integration and Source Coverage

PhenotypeToGeneDownloaderR orchestrates queries across the following databases: Open Targets, GWAS Catalog, OMIM, ClinVar, GTEx, HPO, KEGG, Reactome, STRING-DB, UniProt, DisGeNET, PubMed, and Gene Ontology. For the 13 target phenotypes, a total of 136,487 unique geneโ€“phenotype associations were retrieved prior to cross-source merging and validation. Notably, OMIM and GTEx demonstrated 100% phenotype coverage, while Open Targets and GWAS Catalog yielded the highest total gene counts. Despite the breadth, performance varied; sources such as KEGG, Reactome, and Gene Ontology contributed few or no validated associations, largely due to input term specificity mismatches and field parsing limitations.

Gene Symbol Validation and Harmonization

Unified validation against the NCBI human gene reference database resulted in an overall symbol validation rate of 87.6%, with 100,175 validated unique symbols out of 114,345 combined inputs across phenotypes. Synonym mapping rescued an additional 4.9% of the validated gene set, mitigating issues due to outdated or alias gene names. KEGGโ€™s zero-validation rate is attributed to unresolved compound string fields, not a lack of underlying evidence, highlighting a class of implementation-level parse failures that can be distinguished from true data absence.

Source Complementarity and Overlap

Assessment of cross-database redundancy through pairwise Jaccard similarity confirmed the low overlap (mean Jaccard 0.026, max 0.106), with the greatest similarity between UniProt and Gene Ontology. Most retrieved genes per phenotype are unique to a single database, with only a minority supported by multiple sources; the fraction with three or more sources ranges from 0.2% to 4.5% and is highest for hypertension. The GWAS Catalog, Open Targets, OMIM, and GTEx are notable for their high unique gene contributions (GWAS unique rate: 85.8%), supporting the non-redundant value of resource integration.

Recovery of Curated Gold Standard Genes

A reference standard was constructed from genes found in at least two of three expert-curated databases (OMIM, ClinVar, HPO) per phenotype, yielding 1,056 gold-standard genes. PhenotypeToGeneDownloaderR demonstrated 98.4% recall (1,039/1,056 genes) against this setโ€”achieving complete recall for several phenotypes (e.g., asthma, BMI, hypertension). Precision among the top 20 ranked genes (by source support) ranged from 5.0% to 100.0%, with a mean of 64.1%. These metrics substantiate the pipelineโ€™s capacity for capturing a comprehensive and prioritizable set of phenotype-relevant genes.

Functional Enrichment

For prioritization and biological interpretation, the pipeline supports automated downstream enrichment (g:Profiler). Across phenotypes, 41,787 significant terms (FDR โ‰ค 0.05) were returned, notably concentrated in GO Biological Process and HPO categories. This demonstrates that integrated, validated gene sets retrieved by PhenotypeToGeneDownloaderR preserve robust functional signal for downstream hypothesis generation and annotation.

Empirical Comparison with Individual Modules

Direct empirical comparison against single-database modules revealed substantial advantages for the integrated pipeline. The GWAS Catalog and Open Targets modules alone recovered only 14.7% and 66.8% of gold-standard genes, respectively, compared to 98.4% for the full pipeline. Submission of the top 500 validated, source-ranked genes to g:Profiler achieved 75.1% recall for known gold-standard associations. DisGeNET did not contribute in this benchmark due to implementation-level limits (API access). These findings underscore the value of harmonized multi-source retrieval and validation over single-source approaches.

Limitations

Several limitations affecting coverage and retrieval accuracy are documented. Missing outputs from certain modules (e.g., KEGG, Reactome, Gene Ontology for specific phenotypes) often reflected term-mapping and parsing issues rather than database scope. DisGeNET access required API availability, which was absent during benchmarking. Thus, absence of evidence for a phenotypeโ€“database pair often originates in technical or semantic mismatches, not biological implausibility.

Implications and Future Directions

PhenotypeToGeneDownloaderR provides an authoritative, scalable framework for candidate gene retrieval, validation, and integration, supporting use cases ranging from variant annotation to systems genomics. Its multi-source, harmonization-first philosophy mitigates single-database bias and enables systematic prioritization of geneโ€“phenotype hypotheses. The documented limitations and parsing challenges highlight future development needs, especially in improving phenotypeโ€“term mapping heuristics, harmonizing evidence field extraction, and extending database support (e.g., improved DisGeNET integration). This framework sets the stage for enhanced automated curation and informs ongoing development of phenotypeโ€“genotype association studies at scale.

Conclusion

PhenotypeToGeneDownloaderR advances automated gene retrieval for phenotype association pipelines by integrating thirteen heterogeneous resources, robustly validating gene symbols, and empirically demonstrating superior recall and functional signal retention relative to single-database and module-based baselines. Its demonstrated complementarity and prioritization capabilities make it an important methodological resource for large-scale phenotypeโ€“gene association studies and downstream interpretation analyses.

Paper to Video (Beta)

No one has generated a video about this paper yet.

Whiteboard

No one has generated a whiteboard explanation for this paper yet.

Open Problems

We haven't generated a list of open problems mentioned in this paper yet.

Collections

Sign up for free to add this paper to one or more collections.

Tweets

Sign up for free to view the 1 tweet with 0 likes about this paper.