Description Usage Arguments Details Value Author(s) References See Also Examples
Estimate the shift in the log transformation when fitting the Hierarchical model as in bayes.rob.
1 |
sample1 |
The matrix of intensity from the sample 1. Each row corresponds to a different gene. |
sample2 |
The matrix of intensity from the sample 2. Each row corresponds to a different gene. |
B |
The number of iteration used the MCMC algorithm. |
min.iter |
The length of the burn-in period in the MCMC algorithm. |
batch |
The thinning value to be used in the MCMC. Only every |
mcmc.obj |
An object of type |
dye.swap |
A logical value indicating if the experiment was a dye swap experiment. |
nb.col1 |
An integer value correspinding to the number of arrays (columns) in the first group of the dye swap experiment. In other words, the number of replicates before the dyes have been swaped. |
all.out |
A logical value indicating if all the parameters
should be outputted. If |
verbose |
A logical value indicating if the current MCMC iteration number should be printed out. |
The estimation is done by fitting the same model (as in fit.model) with constant variance, Gaussian errors and a prior for the shift. The main purpose of this function is to estimate the shift in the log transformation. Parameter estimation is carried out using Markov Chain Monte Carlo. The shift is estimated with the posterior mean.
An object of type mcmc.est
containing the sampled values from the posterior distribution.
mu |
A vector containing the sampled values from |
alpha2 |
A vector containing the sampled values from |
beta2 |
A vector containing the sampled values from |
delta22 |
A vector containing the sampled values from
|
eta |
A matrix, each row contains the sampled values from the corresponding array effect. |
gamma1 |
A matrix, each row contains the sampled values from the corresponding gene effect in sample 1. |
gamma2 |
A matrix, each row contains the sampled values from the corresponding gene effect in sample 1. |
lambda.gamma1 |
A vector containing the sampled values for the precision of the gene effect prior in sample 1. |
lambda.gamma2 |
A vector containing the sampled values for the precision of the gene effect prior in sample 2. |
rho |
A vector containing the sampled values from between sample
correlation coefficient |
lambda_eps1 |
A vector containing the sampled values from the gene precision in sample 1. |
lambda_eps2 |
A vector containing the sampled values from the gene precision in sample 2. |
shift |
A vector containing the sampled values from the shift. |
Raphael Gottardo
Robust Estimation of cDNA Microarray Intensities with Replicates Raphael Gottardo, Adrian E. Raftery, Ka Yee Yeung, and Roger Bumgarner Department of Statistics, University of Washington, Box 354322, Seattle, WA 98195-4322
1 2 3 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.