filterPval,MethQTLResult-method {MAGAR} | R Documentation |
This functions filters the methQTL results according to a given p-value cutoff
## S4 method for signature 'MethQTLResult' filterPval(object, p.val.cutoff = 0.01)
object |
The |
p.val.cutoff |
The p-value cutoff to be employed |
The filtered MethQTLResult-class
object
Michael Scherer
meth.qtl.res <- loadMethQTLResult(system.file("extdata","MethQTLResult_chr18",package="MAGAR")) meth.qtl.res <- filterPval(meth.qtl.res) meth.qtl.res