PHARE (Physiology Age Prediction) is a bioinformatics tool for predicting the immune age of samples from scRNA-seq data or bulk RNA-seq data.
We have developed a website that can be easily used. See https://xiazlab.org/phare for more information.
Or start using PHARE directly from the code:
-
Create a python enviroment and install dependent packages:
pip install -r requirements.txt -
Run
predict_one_sample.pyto realize a prediction from scRNA-seq data. -
Run
predict_one_bulk_sample.pyto try prediction from bulk RNA-seq data.