-
Notifications
You must be signed in to change notification settings - Fork 0
Home
MRS (Metabolism-Related Score) is an R package designed for gene prioritization in positive-only scenarios using Spy-based positive-unlabeled (PU) learning. It integrates reliable negative identification, model comparison, ablation-based feature selection, and final model tuning to identify candidate genes from unlabeled gene sets.
Some jargons
- PU learning: Positive-unlabeled learning is a machine learning framework for binary classification using only positive and unlabeled data. MRS adopts a Spy-based mehtod, which injects a small fraction of positive samples into the unlabeled set ("spies") to estimate the class prior and identify reliable negatives.
- Ablation: A technique to evaluate feature importance by systematically removing features.
MRS applies a PU-learning pipeline to estimate reliable negative samples from a set of known positive genes. The
Visit issues or contact @yang-qingxin regarding issues.