imputeMeth,MethQTLInput-method | 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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.