logTransform: Check numeric data needs log2-transformed or not based on the...

Description Usage Arguments Value Examples

View source: R/utils.R View source: R/statsMethods.R

Description

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.

Usage

1
2
3

Arguments

X

A data.frame or a vector of numeric data.

Value

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.

Examples

1
2
3
logTransform(runif(n = 100, min = 1, max = 1000))

logTransform(runif(n = 100, min = 1, max = 1000))

lihuamei/Biotools documentation built on July 15, 2020, 1:50 a.m.