get_chol_tree | R Documentation |
Compute the whitening cholesky matrix.
get_chol_tree(
y_data,
design,
phy,
phy_ind = NULL,
model,
measurement_error,
REML,
ddf_method,
...
)
y_data |
A matrix data object containing normalized expression values, with rows corresponding to genes and columns to samples (species). |
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 (list of) cholesky matrix of the tree structure.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.