get_C_tree | R Documentation |
Compute the whitening cholesky matrix.
get_C_tree(y, design, phy, model, measurement_error, REML, ddf_method, ...)
y |
A vector data containing normalized expression values for one gene. |
design |
the design matrix of the experiment, with rows corresponding to samples and columns to coefficients to be estimated. Defaults to the unit vector (intercept). |
phy |
an object of class |
model |
the phylogenetic model used to correct for the phylogeny.
Must be one of "BM", "lambda", "OUfixedRoot", "OUrandomRoot" or "delta".
See |
measurement_error |
a logical value indicating whether there is measurement error.
Default to |
REML |
Use REML (default) or ML for estimating the parameters. |
ddf_method |
the method for the computation of the degrees of freedom of the t statistics (before moderation).
Default to |
... |
further parameters to be passed
to |
The cholesky matrix of the tree structure.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.