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

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.