Description Usage Arguments Value
Internal function that performs CLR-transformation on input-matrix. Formula is: clr(mtx) = ln( mtx / geometric_mean(mtx_samples))
1 |
input.mtx |
A matrix of counts (samples x features). |
offset |
An (OPTIONAL) offset in case of sparse matrix. Function will add an offset of 1/#features if matrix is sparse and offset not provided. |
A matrix of transformed counts of same size and orientation as the input.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.