876
Comment:
|
← Revision 8 as of 2013-04-24 14:19:15 ⇥
886
|
Deletions are marked like this. | Additions are marked like this. |
Line 1: | Line 1: |
#acl All:read | |
Line 19: | Line 20: |
This script is been designed for use on Linux or Mac systems. | This script is designed for use on Linux or Mac systems. |
GC-based nucleosome prediction
Uses GC content of a genome to predict nucleosome occupancy. Outputs the positions to a tab-delimited file with GC-smoothed values based on GC counts. This is done by binarizing the genome to 1 where C/G and 0 where A/T and then applying a Gaussian convolution to these binary values.
Author: Ron Ammar
Usage
gc_nucleosome_predictor.py [-hg] <Genome FASTA File> Options: -h, --help show this help message and exit -g GAUSSIAN_INTERVAL Interval length for Gaussian smoother; in bp) [138] --no-secondary-smoothing Turn off SMA (Simple Moving Average) to smooth afterwards for less jagged graph
Download predictor script gc_nucleosome_predictor.py.
This script is designed for use on Linux or Mac systems.