GithubHelp home page GithubHelp logo

enformatik / quake Goto Github PK

View Code? Open in Web Editor NEW

This project forked from davek44/quake

0.0 1.0 0.0 12.53 MB

License: Artistic License 2.0

Python 12.40% R 7.13% C++ 76.90% C 2.69% Makefile 0.88%

quake's Introduction

Quake is a package to correct substitution sequencing errors in experiments with deep
coverage (e.g. >15X), specifically intended for Illumina sequencing reads.  Quake
adopts the k-mer error correction framework, first introduced by the EULER genome
assembly package.  Unlike EULER and similar programs, Quake utilizes a robust mixture
model of erroneous and genuine k-mer distributions to determine where errors are
located. Then Quake uses read quality values and learns the nucleotide to nucleotide
error rates to determine what types of errors are most likely. This leads to more
corrections and greater accuracy, especially with respect to avoiding
mis-corrections, which create false sequence dissimilar to anything in the original
genome sequence from which the read was taken.

Quake is freely available from http://www.cbcb.umd.edu/software/quake. Instructions
on how to use Quake can be found at
http://www.cbcb.umd.edu/software/quake/manual.html. Direct questions, concerns, and
feature requests to David Kelley ([email protected]).

Installation prerequisites:
1. Download and install Boost: http://www.boost.org
2. Open src/Makefile and update CFLAGS to include Boost.  E.g. if you used MacPorts, it may be:
CFLAGS=-O3 -fopenmp -I/opt/local/include -I.
3. Compile Quake by typing "make" in the src directory.
4. Download and install Jellyfish for counting k-mers: http://www.cbcb.umd.edu/software/jellyfish
5. Place a symbolic link to the jellyfish binary in Quake's bin directory, or update the variable "jellyfish_dir" in bin/quake.py to the directory containing the jellyfish binary.
6. Download and install R: http://www.r-project.org
7. Download and install R VGAM library via R command install.packages("VGAM")

Both Boost and R are easily installed via an installation helper e.g. MacPorts (http://www.macports.org) for Mac, and a command such as "sudo port install boost".

To complete the installation, run the command "make" in the src/ directory.

quake's People

Contributors

davek44 avatar

Watchers

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