Skip to content

Latest commit

 

History

History
45 lines (33 loc) · 1.13 KB

README.md

File metadata and controls

45 lines (33 loc) · 1.13 KB

Tools for 4C data analysis

As of now this project is not set up to work with setuptools/distribute. Instead, it is a self-contained directory that can be directly executed with python, i.e.

python 4c

Global help text can be displayed with

python 4c -h

The tools are setup as subcommands

python 4c {make-index,align,fragcount,bin}

and help for each can be obtained with

python 4c subcommand -h

Subcommand descriptions (in brief):

Subcommands listed in order relevant for analyzing paired end solexa 4C experiments:

make-indexCreate bowtie index of restriction fragments (with flanking region)
alignAlign 4c pairs to restriction fragment index
fragcountSummarize the number of reads per detected fragment
bintest help text

Dependencies

###Python libraries:

  • argparse (either python >= 2.7 or backported separate library)
  • Biopython
  • pybedtools
  • pysam
  • numpy

###External executables on path:

  • bowtie and bowtie-build
  • samtools