Description Usage Arguments Details Value
The ratios
function recasts a matrix with N feature columns
as a new matrix with N * (N - 1) / 2 feature (log-)ratio columns.
1 |
matrix |
A matrix. The data to recast. |
alpha |
A double. See vignette for details. Leave missing to skip Box-Cox transformation. |
When the alpha
argument is provided, this function returns
the (log-)ratios as (partner^alpha - pair^alpha) / alpha
.
A matrix of (log-)ratios.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.