Giter Club home page Giter Club logo

agingclock's Introduction

AgingClock BiT age

The repository contains the code to predict the biological age based on gene expression data of C. elegans.

The predict function in src/biological_age_prediction.py takes 2 files as input

  • a CSV file with count-per-million normalized RNA-seq counts with genes as rows, and samples as columns (e.g. Data/GSE65765_CPM.csv)
  • the CSV file Data/Predictor_Genes.csv with the predictor genes and corresponding regression coefficients

The function will return a Pandas DataFrame with the sample names in the first and the predicted biological age in the second column.

To calculate the second biological age correction described in the paper run the calculate_Bio_Age_correction function in src/biological_age_correction.py.
It takes a Pandas DataFrame as input with samples as rows and at least one column with the biological age of the samples.

For more details see:

A transcriptome based aging clock near the theoretical limit of accuracy
https://www.biorxiv.org/content/10.1101/2020.05.29.123430v1

The example data is downloaded from: https://www.ncbi.nlm.nih.gov/geo/query/acc.cgi?acc=gse65765
Sen, P. et al. H3K36 methylation promotes longevity by enhancing transcriptional fidelity. Genes Dev. 29, 1362โ€“1376 (2015).

agingclock's People

Contributors

meyer-dh avatar

Stargazers

Chaebeom Sheen avatar Donghyun Lee avatar Hannah Chapman avatar Fei Wu avatar  avatar  avatar Aubrey avatar GoodGoodStudyDayDayUp avatar  avatar  avatar  avatar Arthur Lebron avatar adler-sudo avatar Frank avatar Brad English avatar  avatar

Watchers

Frank avatar adler-sudo avatar  avatar  avatar

agingclock's Issues

Transferring from wormID to human homolog

Very interesting application!!!
Could you please share how you transfer the wormID to human homolog or human homolog symbol to wormIDs to make the predictions? The biomart doesn't work recently.
Thanks!!!

AgingClock for Human Fibroblasts

Hi,
Very interesting approach!
I would like to test your clock on human fibroblast transcriptomic data, however I cannot find the intercept of the Human Clock.
Could you please include it.
Thanks,
Avital

Published Results Clarification

I am modifying the program to use the polars data frame and to have it seamlessly handle input files where the data uses gene symbols instead of ids, or even a mix. I want to verify that I get the same results as your program for the data you provided : GSE65765_CPM.csv

When I run your biological_age_prediction.py on this input file it does not give the values that you provide in bio_age_example.csv

I.e the published results file is

Run,Bio_Age
SRR1793991,26.5714285714
SRR1793992,26.5714285714
SRR1793993,212.5714285714
SRR1793994,318.8571428571

But the results of your program on the data you provide is

        Predicted_Biological_Age

Sample
SRR1793991 14.950266
SRR1793992 32.134522
SRR1793993 182.353657
SRR1793994 251.269911

These numbers are quite different. Can you publish an input data file, the expected output on that data from the predictor and then also the expected output from the corrector when using your published predicted result.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.