Description Usage Arguments Examples
Uses numeric methods to estimate posteriors for the infered parameters alpha (synthesis rate) and beta (degredation rate).
Currently uses a flat prior for both alpha and beta as a default. This function is written such that non-flat priors may be used in the future.
| 1 2 3 4 | ## S4 method for signature 'basicKineticModel'
calculatePosteriors(object,
  alphaRange = numeric(2), betaRange = numeric(2), paramSpaceSize = 10^4,
  dispByGene = T, logProbAlpha = NULL, logProbBeta = NULL)
 | 
| object | A basicKineticModel object | 
| alphaRange | Scale factors used to calculate the upper and lower bounds of the parameter range explored for  | 
| betaRange | Scale factors used to calculate the upper and lower bounds of the parameter range explored for  | 
| paramSpaceSize | The total size of parameter space to numerically integrate over. Half of the parameter space will be given to each parameter. | 
| dispByGene | Boolean controlling the expected nature of the  | 
| logProbAlpha | A function that returns the log probability for a given value of  | 
| lobProbBeta | A function that returns the log probability for a given value of  | 
| 1 | EXAMPLE HERE
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.