Giter Club home page Giter Club logo

bsmooth-align's Introduction

BSmooth is by Kasper D. Hansen, Ben Langmead, Rafael A. Irizarry

Statistics pipeline is by Kasper D. Hansen
Alignment pipeline is by Ben Langmead

The BSmooth alignment pipeline is licensed under the GPLv3 license.  See
`LICENSE' file for details.

Installation
============

 BSmooth
 -------

 To install the BSmooth alignment pipeline, permanently set the BSMOOTH_HOME
 environment variable to the main BSmooth directory.  I.e., the directory with
 'bin', 'example' and 'lib' subdirectories inside.

 Building merman
 ---------------
 
 The merman sources are included with BSmooth.  To use merman with BSmooth, you
 must first build the merman binary.  This requires standard GNU build tools
 such as GNU make and g++.
 
 To build merman, cd to the $BSMOOTH_HOME/merman directory and run 'make'.
 Finally, add the $BSMOOTH_HOME/merman directory to your PATH.
 
 Installing Bowtie 2
 -------------------
 
 Follow the standard instructions for installing those tools; see their
 respective manuals for details.  Once the tool is installed, make sure that
 the directory containing the key binaries ('bowtie2', 'bowtie2-build') is
 included in your PATH.

Pipeline flow
=============

The following 4 steps (or possibly 3 steps, depending on aligner) are needed to
get from raw input reads to CpG-level measurement summaries.  These summaries
constitute the input to the R pipeline for smoothing and calculating DMRs.

  Step 1: Build bisulfite genome index
   (not necessary if using Merman)
   bswc_bowtie2_index.pl

  Step 2: Align
   bs_merman_align.pl
   bswc_bowtie2_align.pl

  Step 3: Sort evidence directory
   bsev_sort.pl
  
  Step 4: Tabulate sorted evidence directory
   bsev_tabulate.pl

For an example, see example/Makefile, which uses example/sim.pl to create a
small, simulated problem, then goes through the steps listed above.

bsmooth-align's People

Contributors

benlangmead 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.