# HG changeset patch # User nikos # Date 1405423179 14400 # Node ID 998c98233c36b917251b016c91ed3a856ffc4047 # Parent 5b5460b79488ff9bacb38ba691dfe2ffd210d874 Uploaded diff -r 5b5460b79488 -r 998c98233c36 bigWigSummary.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/bigWigSummary.xml Tue Jul 15 07:19:39 2014 -0400 @@ -0,0 +1,33 @@ + + Extract summary information from a bigWig file. + + bigWigSummary $input $chrom $start $end $dataPoints -type=$type> $output + + + + + + + + + + + + + + + + + + + + + + +**Usage** + * bigWigSummary file.bigWig chrom start end dataPoints + * Get summary data from bigWig for indicated region, broken into dataPoints equal parts. (Use dataPoints=1 for simple summary.) + + + +