| transform_power | R Documentation |
Calculates the nth root of intensities with x^(1/n). The default (n = 2) calculates the square root. This transformation can help reduce heteroscedasticity. See references for more information.
transform_power(data, n = 2)
data |
A tidy tibble created by |
n |
The nth root to calculate. |
A tibble with power-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_power()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.