Giter Site home page Giter Site logo

kallisto_paper_analysis's Introduction

kallisto paper analysis

This repo contains all the analysis to reproduce the results in the kallisto paper.

The latest version of this analysis is accessible via GitHub.

Preliminaries

  • Install snakemake
  • Download software listed in config.py and place it in the appropriate directory in software
  • Download and install R along with dependencies listed below (R dependencies section)

Running the scripts

Everything is run using snakemake. Start with the top level script as there are some dependencies. The data and dependencies should get pulled automatically (assuming software has been appropriately installed). If you wish to run everything, you can simply run the run_all.sh script in the top level.

R dependencies

The version of R we used to generate results is 3.2.3.

from CRAN

Install using install.packages()

  • cowplot
  • devtools
  • dplyr
  • data.table
  • ggplot2
  • jsonlite
  • reshape2
  • rjson
  • scales

from Bioconductor

First, install Bioconductor:

## try http:// if https:// URLs are not supported
source("https://bioconductor.org/biocLite.R")

Then, you should be able to install packages using the biocLite() function.

  • biomaRt
  • GEOquery
  • SRAdb

from GitHub

Install these packages using devtools (install.packages('devtools'))

  • sleuth v0.27.3: devtools::install_github('pachterlab/sleuth', ref = 'v0.27.3')
  • mamabear v0.1: devtools::install_github('pimentel/mamabear', ref = 'v0.1')

kallisto_paper_analysis's People

Contributors

pimentel avatar pmelsted 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.