Description Usage Arguments Value Author(s) Examples
Reads output files containing whole posterior distributions from BGmix. Also calls 'ccSummary', and outputs model options.
1 | ccTrace(filedir, q.beta = T, q.sig = T, q.z = T, quiet = T)
|
filedir |
character. The name of the output directory created by BGmix. |
q.beta |
logical. Read beta values? |
q.sig |
logical. Read gene variances? |
q.z |
logical. Read z values? |
quiet |
logical. Parameter passed to 'scan'. (If false, 'scan' prints details of number of items read in.) |
summ |
list object output by 'ccSummary' |
eta |
matrix (no. components -1) x no. MCMC samples. Posterior of mixture component parameters (eta). |
lambda |
matrix (no. components -1) x no. MCMC samples. Posterior of mixture component parameters (lambda). |
aa |
matrix no. MCMC samples x no. variances. Posterior of variance hyperparameters (a). |
bb |
matrix no. MCMC samples x no. variances. Posterior of variance hyperparameters (b). |
wtc |
matrix no. MCMC samples x no. mixture components. Posterior of mixture weights. |
beta |
matrix no. effects x no. genes x no. MCMC samples. Posterior of gene effects. |
sig2 |
matrix no. variances x no. genes x no. MCMC samples. Posterior of gene variances. |
zg |
matrix no. MCMC samples x no. genes. Posterior of gene allocations. |
Alex Lewin
1 2 3 4 5 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.