| transform_log | R Documentation |
Log-transforms intensities. The default (base = 10) calculates the log10. This transformation can help reduce heteroscedasticity. See references for more information.
transform_log(data, base = 10)
data |
A tidy tibble created by |
base |
Which base should be used for the log-transformation. The default (10) means that log10 values of the intensities are calculated. |
A tibble with log-transformed intensities.
R. A. Van Den Berg, H. C. Hoefsloot, J. A. Westerhuis, A. K. Smilde, M. J. Van Der Werf, BMC Genomics 2006, 7, 142, DOI 10.1186/1471-2164-7-142.
toy_metaboscape %>%
impute_lod() %>%
transform_log()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.