est.hat: List containing the estimates from the hierarchical mixture...

Description Format Details

Description

List containing the estimates from the hierarchical mixture model.

Format

The format is:

List of 2

\$ theta.hat : List of 10
\$ alpha.hat : num [1:n] 8.14 8.04 7.85 7.19 8.21 ...
\$ pi.hat : num 0.32
\$ lambda.hat: num 0.37
\$ muO.hat : num 0.355
\$ muU.hat : num -0.0523
\$ tau2.hat : num 1.25
\$ psi2.hat : num 4.41e-06
\$ xi2.hat : num 0.767
\$ sigma2.hat: num 0.0516
\$ llh : num -50373

\$ e.hat : List of 2
\$ o.hat: int [1:S] 0 0 0 0 0 0 0 0 0 1 ...
\$ u.hat: int [1:S] 1 0 1 0 0 0 0 0 1 0 ...

Details

theta.hat is a 10-element list containing the following:
alpha.hat is an n-element list containing the estimated array effect for each of the arrays.
pi.hat is the estimated proportion of genes that are differentialy expressed.
lambda.hat is the estimated proportion of differentially expressed genes that are over-expressed.
muO.hat is the treatment effect of gene expression among over-expressed genes.
muU.hat is the treatmemt effect of gene expression among under-expressed genes.
tau2.hat is the variance of gene effects.
psi2.hat is the variance of treatment effect for over-expressed genes.
xi2.hat is the variance of the treatment effect for under-expressed genes.
sigma2.hat is the variance of measurement error.
llh is the log-likelihood.

e.hat is a 2-element list containing the following:
o.hat is an S-element list with value equal 1 if that probeset is predicted to be over-expressed and 0 otherwise.
u.hat is an S-element list with value equal 1 if that probeset is predicted to be under-expressed and 0 otherwise.

Where S is the number of probesets and n is the number of samples in the dataset.


LXQin/EquiNorm documentation built on May 7, 2019, 7:59 a.m.