Skip to content

wresch/4C

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Tool for 4C data analysis

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages