imputeMeth,MethQTLInput-method {MAGAR} | R Documentation |
Replaces missing values in the DNA methylation data matrix by imputed values
## S4 method for signature 'MethQTLInput' imputeMeth(object)
object |
An object of class |
The object with imputed values.
meth.qtl <- loadMethQTLInput(system.file("extdata","reduced_methQTL",package="MAGAR")) meth.qtl.imp <- imputeMeth(meth.qtl)