compute-prior-dist <number of bins> <psp file>
Computes the distribution of priors from a file in MEME PSP format. The distribution is scaled and binned into the number of bins specified on the command line.
The number of increments to scale the distribution into.
The name of a PSP file in MEME PSP format.
The output is sent to standard output, and contains one number per line.
The first two lines are the minimum and maximum priors. Each succeeding line contains the probability that a prior is in the bin.
The prior is derived from the bin number (counting from 0) using the formula:
prior = ((bin #) / (num bins - 1) * (max prior - min prior)) + (min prior)
See the sample output.
There are no optional arguments.