getResult,MethQTLResult-method {MAGAR} | R Documentation |
Returns the methQTL results stores in the object.
## S4 method for signature 'MethQTLResult' getResult(object, cor.blocks = NULL, na.rm = FALSE)
object |
An of type |
cor.blocks |
Correlation blocks as obtained using |
na.rm |
Flag indicating if rows containing NA values are to be removed from the result. |
The methQTL results as a data.frame
with each row being a methQTL.
meth.qtl.res <- loadMethQTLResult(system.file("extdata","MethQTLResult_chr18",package="MAGAR")) head(getResult(meth.qtl.res))