View source: R/transformations.R
beta_to_mvalue | R Documentation |
Apply M-value transform to DNA methylation (DNAm) array beta intensity values. Provides range limit options to prevent calculation of -Inf and Inf values.
beta_to_mvalue(data, min_value = -Inf, max_value = Inf)
data |
A numeric vector or matrix of DNAm array beta intensity values. |
min_value |
An optional numeric value denoting the min M-value allowed. Any M-values that are less than this value will be set to this value. |
max_value |
An optional numeric value denoting the max M-value allowed. Any M-values that exceed this value will be set to this value. |
A numeric vector or matrix of M-values.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.