View source: R/log_transform.R
log_transform | R Documentation |
A logarithmic transform is applied to all values in the data matrix.
log_transform(base = 10, ...)
base |
(numeric) The base of the logarithm used for the transform. The default is |
... |
Additional slots and values passed to |
A log_transform
object with the following output
slots:
transformed | (DatasetExperiment) A DatasetExperiment object containing the log transformed data. |
struct object
A log_transform
object inherits the following struct
classes:
[log_transform]
>> [model]
>> [struct_class]
M = log_transform(
base = 10)
M = log_transform()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.