getCorrelationBlocks,MethQTLResult-method {MAGAR} | R Documentation |
Returns the correlation blocks defined for the given dataset
## S4 method for signature 'MethQTLResult' getCorrelationBlocks(object)
object |
An object of class |
A list
object containing the correlation blocks.
meth.qtl.res <- loadMethQTLResult(system.file("extdata","MethQTLResult_chr18",package="MAGAR")) head(getCorrelationBlocks(meth.qtl.res))