a44421a79fb36cc2036fe116b97ea3bc9590cd0c braney Fri Dec 2 09:34:39 2011 -0800 removed rcsid (#295) diff --git src/hg/affyTransciptome/averageZoomLevels.c src/hg/affyTransciptome/averageZoomLevels.c index e80fd03..fa9e7c1 100644 --- src/hg/affyTransciptome/averageZoomLevels.c +++ src/hg/affyTransciptome/averageZoomLevels.c @@ -1,23 +1,22 @@ /* Take a sample file and create averages at different levels for display in the browser when zoomed out. */ #include "common.h" #include "sample.h" #include "hdb.h" #include "options.h" #include -static char const rcsid[] = "$Id: averageZoomLevels.c,v 1.6 2008/09/03 19:18:12 markd Exp $"; #define MAX_WINDOW_SIZE 2000 void usage() { errAbort("averageZoomLevels - takes a sorted sample file and creates averaged\n" "'zoomed-out' summaries for a few different levels.\n" "Basic idea is to get the size of a chromosome, divide it by 2000 as that is\n" "about how many pixels there may be and then caclulate an average for each\n" "of those 2000 bins. Then reduce size of each bin by maginification and \n" "calculate average for each of those bins, etc. until we are less than\n" "magnification times the minimum separation in the file or we are at maxZoom\n." "The -max option uses the maximum score to summarize each bin rather than the mean.\n" "usage:\n" " averageZoomLevels magnification maxZoom database sampleFile\n"