LGJun 14, 2024

Positive-Unlabelled Learning for identifying new candidate Dietary Restriction-related genes among Ageing-related genes

arXiv:2406.09898v26.42 citationsHas Code
Originality Incremental advance
AI Analysis

This work improves gene prioritization for dietary restriction research, aiding biologists in reducing costly lab experiments, though it is incremental as it builds on existing positive-unlabeled learning paradigms.

The paper tackled the problem of identifying dietary restriction-related genes among aging-related genes by addressing unreliable negative examples in existing machine learning methods, introducing a two-step positive-unlabeled learning approach that significantly outperformed the state-of-the-art with up to 40% lower computational cost and identified 4 new promising genes.

Dietary Restriction (DR) is one of the most popular anti-ageing interventions; recently, Machine Learning (ML) has been explored to identify potential DR-related genes among ageing-related genes, aiming to minimize costly wet lab experiments needed to expand our knowledge on DR. However, to train a model from positive (DR-related) and negative (non-DR-related) examples, the existing ML approach naively labels genes without known DR relation as negative examples, assuming that lack of DR-related annotation for a gene represents evidence of absence of DR-relatedness, rather than absence of evidence. This hinders the reliability of the negative examples (non-DR-related genes) and the method's ability to identify novel DR-related genes. This work introduces a novel gene prioritisation method based on the two-step Positive-Unlabelled (PU) Learning paradigm: using a similarity-based, KNN-inspired approach, our method first selects reliable negative examples among the genes without known DR associations. Then, these reliable negatives and all known positives are used to train a classifier that effectively differentiates DR-related and non-DR-related genes, which is finally employed to generate a more reliable ranking of promising genes for novel DR-relatedness. Our method significantly outperforms (p<0.05) the existing state-of-the-art approach in three predictive accuracy metrics with up to 40% lower computational cost in the best case, and we identify 4 new promising DR-related genes (PRKAB1, PRKAB2, IRS2, PRKAG1), all with evidence from the existing literature supporting their potential DR-related role.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes