View source: R/log_transformation.R
log_trans | R Documentation |
Apply log2 transformation for matrix data if not.
log_trans(data, pseudo = 1)
data |
A matrix-like data object. |
pseudo |
Since expression values for a gene can be zero in some conditions (and non-zero in others), some advocate the use of pseudo-expression values, i.e. transformations of the form: log2(exprs + pseudo) |
Automatically check whether data
has been logarithmically
transformed, if not, applying a log2 transformation. The test methodology for
logarithm transformation is based on
GEO2R
A matrix
or an ExpressionSet object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.