Giter VIP home page Giter VIP logo

dna_rereplication's Introduction

DNA re-replication model

This repository contains the source code of our preprint In silico analysis of DNA re-replication across a complete genome reveals cell-to-cell heterogeneity and genome plasticity. A complete mathematical description of the model can be also found here. If you find our code useful please consider citing:

@article{rapsomaniki_silico_2020,
title = {In silico analysis of {DNA} re-replication across a complete genome reveals cell-to-cell 
heterogeneity and genome plasticity},
doi = {10.1101/2020.03.30.016576},
journal = {bioRxiv},
author = {Rapsomaniki, Maria Anna and Maxouri, Stella and Garrastacho, Manuel Ramirez and Nathanailidou, 
Patroula and Giakoumakis, Nickolaos Nikiforos and Taraviras, Stavros and Lygeros, John and Lygerou, Zoi},
month = mar,
year = {2020},
}

Prerequisites

  • MATLAB R2011 or newer

How to run model simulations

To perform a single DNA re-replication simulation, call rereplicationalg with the necessary impute arguments:

  • copies: genome amplification parameter C,
  • redistr: binary variable indicating if the LF (1) or the UF (0) model variant is simulated.

The example below simulates the LF model variant until an amplification level of 4C is reached:

copies=4;
redistr=1;
[Tfire,TPR,TSR,TSL,OS,evolution,lambdacurrent]=rereplicationalg(copies,redistr);

How to reproduce the preprint figures

In the MATLAB scripts plots_paper.m and plots_supplementary.m you can find the code needed to recreate all figures from our preprint and supplementary material. Please make sure to modify the path (first line of each cell) to match your local path where the simulation results were stored.

License

This project is free software, licensed under the terms of the MIT license.

dna_rereplication's People

Contributors

rapsoman avatar

Stargazers

 avatar  avatar

Watchers

 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.