Performs Parallel Tempering MCMC to explore the species state space. Two types of moves are implemented: a mutation step (within chain) and an exchange step (between neighboring chains). If working with BLASTx data, use parallel.temper().
parallel.temper.nucl.explicit is the same function as parallel.temper.nucl with a more involved syntax.
parallel.temper.nucl(step2, readSupport = 10, noChains = 12, seed = 1,
median.genome.length = 284332)parallel.temper.nucl.explicit(readSupport = 10, noChains = 12,
pij.sparse.mat, read.weights, ordered.species, gen.prob.unknown, outDir,
seed = 1, median.genome.length = 284332)
parallel.temper This function should be used when working with BLASTx data.