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