View source: R/microarray_functions.R
Function that performs a few tests to check if a given ExpressionSet
has already been log-transformed
1 2 | check_if_pretransformed_eset(eset = NULL,
range_limit_if_transformed = 1000, skew_threshold = 3)
|
eset |
an |
range_limit_if_transformed |
the largest possible range
between high and low values if the |
skew_threshold |
if the skewness of all columns of the dataset is greater than this threshold, the dataset is assumed untransformed. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.