Coder Social home page Coder Social logo

chipexo's Introduction

This is a standalone version of GeneTrack. It was written by a Penn State freshman student Pindi Albert during an internship with the Pugh lab at Penn State.

It implements the peak calling algorithm as described in the paper "GeneTrack--a genomic data processing and visualization framework" published in Bioinformatics 2008, http://www.ncbi.nlm.nih.gov/pubmed/18388141 It does not however implement the visualization interface that was described in the paper.

Usage:

python genetrack/genetrack.py

This will print a help on usage.

The input files should be in BED, GFF or the internal .idx format.

Detailed usage:

Usage: genetrack.py [options] input_paths

input_paths may be:

	- a file to run on
	- "-" to run on standard input

example usage:

	python genetrack.py -s 10 /path/to/a/file.txt
	python genetrack.py -s 5 -e 50 -

Options:
  -h, --help     show this help message and exit
  -s SIGMA       Sigma to use when smoothing reads to call peaks. Default 5
  -e EXCLUSION   Exclusion zone around each peak that prevents others from
				 being called. Default 20.
  -u UP_WIDTH    Upstream width of called peaks. Default uses half exclusion
				 zone.
  -d DOWN_WIDTH  Downstream width of called peaks. Default uses half exclusion
				 zone.
  -F FILTER      Absolute read filter; outputs only peaks with larger peak
				 height. Default 3.
  -c CHROMOSOME  Chromosome (ex chr11) to limit to. Default process all.
  -k CHUNK_SIZE  Size, in millions of base pairs, to chunk each chromosome
				 into when processing. Each 1 million size uses approximately
				 20MB of memory. Default 10.
  -o FORMAT      Output format for called peaks. Valid formats are gff and
				 txt. Default gff.
  -b             Output bed graph tracks.
  -v             Verbose mode: displays debug messages.

chipexo's People

Contributors

pindia avatar ialbert avatar

Watchers

Mingchen Yan 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.