methylation.recode {wtest} | R Documentation |
Recode Methylation Data
Description
Code a CpG variable into two levels (high and low) by the two-mean clustering method.
Usage
methylation.recode(data)
Arguments
data |
a data frame or matrix contains methylation data in the columns. |
Examples
data(methylation)
data.recoded <- methylation.recode(methylation)
[Package wtest version 3.2 Index]