Giter VIP home page Giter VIP logo

rnaseq's Introduction

RNAseq Analysis Pipeline with Kallisto/Sleuth

This pipeline is meant to simplify the process of analyzing (bulk) RNA sequencing data using a user-friendly interface. The Python script (eukaryoteKallisto.py) guides the user through the process of providing all the needed information while the R script (eukaryoteSleuther.R) requires minimal changes in order to function.

The user needs to provide:

  • FASTQ files

  • Sample table in the following format:

    sample condition
    [filename] [simple name]

The script will download the needed reference cDNA, make the index file, and analyze the provided FASTQ files. Then, the directory has to be provided in R to find the files and the script can be run for visual analysis in Sleuth.

This repository includes an macOS UNIX executable binary of Kallisto based on version 0.48 that includes the required support for HDF5 in order to analyze the abundance data in Sleuth. Users on Windows are encouraged to download versions of Kallisto prior to version 0.46.2 from the Pachter Lab. Linux users may also use their earlier binaries or compile their own by changing the first option in the CMakeLists.txt file from option(USE_HDF5 "Compile with HDF5 support" OFF) to option(USE_HDF5 "Compile with HDF5 support" ON). (License included for the purposes of redistribution of these binaries). (BSD 2-Clause "Simplified" License, found here, Copyright (c) 2017, Nicolas Bray, Harold Pimentel, Páll Melsted and Lior Pachter).

rnaseq's People

Contributors

jaredbrewer avatar

Watchers

James Cloos avatar  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.