methylation.recode {wtest} | R Documentation |
Code a CpG variable into two levels (high and low) by the two-mean clustering method.
methylation.recode(data)
data |
a data frame or matrix contains methylation data in the columns. |
data(methylation)
data.recoded <- methylation.recode(methylation)