Description Usage Arguments Examples
check_log2
can check data whether have a log2 transformation
1 | check_log2(mat)
|
mat |
a numeric matrix or a numeric vector for log2 transformation |
1 2 | check_log2(1:10)
check_log2(matrix(log2(1:10)))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.