qtlUpSetPlotCorBlocks | R Documentation |
This function overlaps correlation blocks for a list of methQTL results
qtlUpSetPlotCorBlocks(meth.qtl.res.list, ...)
meth.qtl.res.list |
A list of |
... |
Further argument passed to |
This function draws an UpSetPlot for the overlaps directly from to the open graphics device
None
Michael Scherer
meth.qtl.res.1 <- loadMethQTLResult(system.file("extdata","MethQTLResult_chr18",package="MAGAR"))
meth.qtl.res.2 <- meth.qtl.res.1
qtlUpSetPlotCorBlocks(list(A=meth.qtl.res.1,B=meth.qtl.res.2))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.