qtlUpsetPlot | R Documentation |
This function creates an UpSet plot from the given methQTL results
qtlUpsetPlot(meth.qtl.result.list, type = "SNP", ...)
meth.qtl.result.list |
A named list with each entry being an object of type |
type |
Determines if either the SNP (default), the CpG, or the correlation block
|
... |
Further argument passed to |
The plot is directly drawn and can be stored on disk using the known R graphic devices
None
Michael Scherer
meth.qtl.res.1 <- loadMethQTLResult(system.file("extdata","MethQTLResult_chr18",package="MAGAR"))
meth.qtl.res.2 <- meth.qtl.res.1
qtlUpsetPlot(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.