imputeMeth: imputeMeth

imputeMeth,MethQTLInput-methodR Documentation

imputeMeth

Description

Replaces missing values in the DNA methylation data matrix by imputed values

Usage

## S4 method for signature 'MethQTLInput'
imputeMeth(object)

Arguments

object

An object of class MethQTLInput-class.

Value

The object with imputed values.

Examples

meth.qtl <- loadMethQTLInput(system.file("extdata","reduced_methQTL",package="MAGAR"))
meth.qtl.imp <- imputeMeth(meth.qtl)

MPIIComputationalEpigenetics/MAGAR documentation built on Nov. 10, 2023, 4:16 p.m.