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