Description Usage Arguments Value Examples
View source: R/utils.R View source: R/statsMethods.R
Check numeric data needs log2-transformed or not based on the quantile method.
Check numeric data is log2-transformed or not based on the quantile method.
| 1 2 3 | logTransform(X)
logTransform(X)
 | 
| X | A data.frame or a vector of numeric data. | 
Bool value. TRUE indicates the checked data is log-transformed, FALSE is not.
Bool value. TRUE indicates the checked data is log-transformed, FALSE is not.
| 1 2 3 | logTransform(runif(n = 100, min = 1, max = 1000))
logTransform(runif(n = 100, min = 1, max = 1000))
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.