qtlPlotClusterSize {MAGAR} | R Documentation |
This functions returns a histogram comprising the (genomic) sizes of the correlation blocks in the given objet.
qtlPlotClusterSize(meth.qtl.res, type = "count")
meth.qtl.res |
An object of type |
type |
Either |
An object of type ggplot containing the histogram as a plot
Michael Scherer
meth.qtl.res <- loadMethQTLResult(system.file("extdata","MethQTLResult_chr18",package="MAGAR")) qtlPlotClusterSize(meth.qtl.res)