mcmc_analysis(1) | General Commands Manual | mcmc_analysis(1) |
mcmc_analysis - Analysis of the MCMC
mcmc_analysis [OPTIONS] MCMC-data ...
This program reads MCMC output, from one or several files, from programs in the BEEP package. It is important that the same columns are present in each input file.
Input format:
Output from MCMC iterations on the format
<likelihood> <tab> <iter> <tab> <params>
where
<likelihood> is the logarithm of the likelihood in float format
<tab> is tab whitespace separating the fields
<iter> is an integer for the ordinal of the iteration
<params> is a list of fields separated by semicolons containing
the parameters of the MCMC.
The MCMC params are typed and given names by the first line in the file,
which is on the format
# L <tab> N <tab> [<name>(<type>)]+
The names ought to be unique, but do not have to be. The <type> is one
of
float
logfloat
integer
tree
orthologypairs
and used to infer how to parse and analyze the rest of the lines.
Output format:
A report on the MCMC run, with posterior estimates of the parameters.
primeDTLSR(1), primeGSRf(1), primeGEM(1), chainsaw(1), reconcile(1), reroot(1), tree2leafnames(1), treesize(1)
13 Mar, 2012 | prime-phylo 1.0.11 |