Description Usage Arguments Details Author(s)
This script will move through .bam or .bed files in a folder and perform several steps (see Details).
1 2 3 4 5 |
regionTable |
Genomic coordinates to be analyzed (ROI list or Chr Table) |
binSize |
The number of reads in each bin used to calculate wcRatio |
WCcutoff |
The number of watson or crick reads used to define chrStates |
dataDirectory |
Output directory. If non-existent it will be created |
gapfile |
Input txt file of gaps in the genome |
type |
File input type, either 'bed' or 'bam' |
dup |
If |
qual |
Filter reads based on specified qulaity score |
padding |
Number of bases to extend beyond genomic coordinates listed in regionTable |
minDepth |
The minimum number of reads/Mb required to analyze the chromosome |
minReads |
The minimum number of reads within the ROI required for inclusion |
verbose |
If |
png |
If |
strand |
If |
ROI |
If |
findROIs |
If |
1. calculate the WCratio chromosome-by-chromosome 2. Locate the ROIs in chromosomes passing the WCcutoff 3. write a bedgraph file of wcRatios -> can upload on to UCSC Genome browser 4. write an ROI file for each index with all chromosomes included
Ashley D. Sanders, Mark Hills
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.