upset | R Documentation |
This module illustrates the intersection of differential sets using a
reimplementation of the upset
tool of Lex,
Gehlenborg et al. The reimplementation was done to allow use of more dynamic
components, and to allow plotting of all elements in given intersections
(rather than assigning every item to its highest-order intersection). It
also seems to have sped things up.
upset(input, output, session, eselist, setlimit = 16)
input |
Input object |
output |
Output object |
session |
Session object |
eselist |
ExploratorySummarizedExperimentList object containing ExploratorySummarizedExperiment objects |
setlimit |
Maximum number of sets |
This function is not called directly, but rather via callModule() (see example).
Lex and Gehlenborg (2014). Points of view: Sets and intersections. <em>Nature Methods</em> 11, 779 (2014). http://www.nature.com/nmeth/journal/v11/n8/abs/nmeth.3033.html
Gehlenborg N (2016). <em>UpSetR: A More Scalable Alternative to Venn and Euler Diagrams for Visualizing Intersecting Sets</em>. R package version 1.3.0, https://CRAN.R-project.org/package=UpSetR
callModule(upstart, "myid", eselist)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.