.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.11. .TH ESTIMATEEXPRESSION "1" "September 2019" "estimateExpression 0.7.5+dfsg" "User Commands" .SH NAME estimateExpression \- estimate expression given precomputed probabilities of (observed) reads alignments .SH SYNOPSIS .B estimateExpression \fI\,-o \/\fR[\fI\,OPTIONS\/\fR] [\fI\,prob file\/\fR] .SH DESCRIPTION Estimates expression given precomputed probabilities of (observed) reads' alignments. .IP Uses MCMC sampling algorithm to produce relative abundance or RPKM. .SH OPTIONS .HP \fB\-\-help\fR .IP Show this help information. .HP \fB\-\-MCMC_burnIn=\fR .IP Length of sampler's burn in period. (default: 1000) .HP \fB\-\-MCMC_chainsN=\fR .IP Number of parallel chains used. At least two chains will be used. (default: 4) .HP \fB\-\-MCMC_dirAlpha=\fR .IP Alpha parameter for the Dirichlet distribution. (default: 1) .HP \fB\-\-MCMC_samplesDOmax\fR .IP Produce maximum number of samples (samplesNmax) in second iteration and quit. (default: Off) .HP \fB\-\-MCMC_samplesN=\fR .IP Initial number of samples produced. Doubles after every iteration. (default: 1000) .HP \fB\-\-MCMC_samplesNmax=\fR .IP Maximum number of samples produced in one iteration. After producing samplesNmax samples sampler finishes. (default: 50000) .HP \fB\-\-MCMC_samplesSave=\fR .IP Number of samples recorder in total. (default: 1000) .HP \fB\-\-MCMC_scaleReduction=\fR .IP Target scale reduction, sampler finishes after this value is met. (default: 1.2) .HP \fB\-G\fR , \fB\-\-gibbs\fR .IP Use Gibbs sampling instead of collapsed Gibbs sampling. (default: Off) .HP \fB\-o\fR , \fB\-\-outPrefix=\fR .IP Prefix for the output files. .HP \fB\-O\fR , \fB\-\-outType=\fR .IP Output type (theta, RPKM, counts, tau). (default: theta) .HP \fB\-p\fR , \fB\-\-parFile=\fR .IP File containing parameters for the sampler, which can be otherwise specified by \fB\-\-MCMC\fR* options. As the file is checked after every MCMC iteration, the parameters can be adjusted while running. .HP \fB\-P\fR , \fB\-\-procN=\fR .IP Limit the maximum number of threads to be used. (Default is the number of MCMC chains.) .HP \fB\-\-scaleReduction\fR .IP Use scale reduction as stopping criterion, instead of computing effective sample size. (default: Off) .HP \fB\-s\fR , \fB\-\-seed=\fR .IP Random initialization seed. .HP \fB\-\-thetaActFile=\fR .IP File for logging noise parameter theta^{act}. .HP \fB\-t\fR , \fB\-\-trInfoFile=\fR .IP File containing transcript information. (Necessary for RPKM) .HP \fB\-v\fR , \fB\-\-verbose\fR .IP Verbose output. (default: Off)