Skip to content

ucrbioinfo/PuFFIN

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 

PuFFIN

A Parameter-free Method to Build Genome-wide Nucleosome Maps from Paired-end Sequencing Data

Dowload: type "git clone https://github.com/ucrbioinfo/PuFFIN"

Requires Python 2.7, numpy, pylab, and pickle

A sample input file is provided in example.bam

The input file for the tool should contain the reads only for one chromosome (or a contig) and is in a BED format obtained by simply parsing the BAM/SAM file (see bam2bedpe.sh for example).

Usage

Given that input reads are in input.bam, that contain only reads for particular chromosome

./bam2bedpe.sh input.bam > input.bed

python Run.py input.bed

The output will be printed in input.bed.nucs using next column format: <"Fuzziness">

For more details visit http://alumni.cs.ucr.edu/~polishka/indexPuffin.html

Questions: email Anton Polishko polishka@cs.ucr.edu

About

A Parameter-free Method to Build Genome-wide Nucleosome Maps from Paired-end Sequencing Data

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published