Git Product home page Git Product logo

comparative_expression_2017's People

Contributors

andihejnol avatar caseywdunn avatar stsiebert avatar zapataf avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

comparative_expression_2017's Issues

change execution model

At present all the analyses are in manuscript.rmd. This is getting cumbersome to work with as most of the code is stable but increasingly computationally expensive.

Switch to a model where:

  • All computationally intensive analyses are run by manuscript_kernel.R. This can be generated by modified knit::purl() output.

  • manuscript_kernel.R saves a manuscript.RData file. It has no other output or side effects. This file is not checked into the repo, as it is anticipated to be >250MB in size. It can be moved between computers (eg executed on the cluster and then moved to laptop). The docker code will facilitate consistent environment.

  • manuscript_kernel.R can also save intermediate manuscript_checkpoint_XX.RData files to facilitate debugging when the code does not run to completion.

  • All code in manuscript_kernel.R will be removed from manuscript.rmd. manuscript.RData will be loaded with load(). The manuscript will contain inline code, plot rendering, and very lightweight analyses.

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.