Beta_to_M: Beta_to_M

Description Usage Arguments Value Author(s) Examples

View source: R/Beta_to_M.R

Description

Beta values represent the level of methylation on a scale of 0 and 100, where 0 means 0

Usage

1
Beta_to_M(betas)

Arguments

betas

A numeric vector containing the Beta values

Value

M values

Author(s)

Andrew Y.F. Li Yim

Examples

1
2
Beta <- c(0.74125143,0.93553086,0.76974692,0.83446278,0.71556639,0.05195812,0.05815754,0.33628677,0.73010305,0.40927036)
Mvals <- Beta_to_M(Beta)

ND91/ndlib documentation built on Aug. 10, 2020, 11:59 a.m.