View source: R/transformations.R
| mvalue_to_beta | R Documentation | 
Convert DNA methylation (DNAm) array M-values to beta intensity values.
mvalue_to_beta(data, min_value = -Inf, max_value = Inf)
| data | A numeric vector or matrix of DNAm array M-values. | 
| min_value | An optional numeric value denoting the min M-value threshold. Any M-values that are equal or less than this will have an assigned beta value of 0. | 
| max_value | An optional numeric value denoting the max M-value threhsold. Any M-values that are equal or exceed this value will have an assigned beta value of 1. | 
A numeric vector or matrix of beta intensity values.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.