supertest | R Documentation |
This function calculates intersection sizes among multiple sets and performs statistical tests of the intersections.
supertest(x, n=NULL, degree=NULL, ...)
x |
list; a collection of sets. |
n |
integer, background population size. Required for computing the statistical significance of intersections. |
degree |
a vector of intersection degrees for overlap analysis. E.g., when |
... |
additional arguments (not implemented). |
This function calculates intersection sizes between multiple sets and, if background population size n
is specified, performs statistical tests of the intersections.
For a brief introduction of using this package, please see vignette("set_html")
.
An object of class msets
.
Minghui Wang <minghui.wang@mssm.edu>, Bin Zhang <bin.zhang@mssm.edu>
Minghui Wang, Yongzhong Zhao, and Bin Zhang (2015). Efficient Test and Visualization of Multi-Set Intersections. Scientific Reports 5: 16923.
msets
, MSET
, Cancer
, cpsets
, dpsets
## Not run:
#Analyze the cancer gene sets
data(Cancer)
Result=supertest(Cancer, n=20687)
summary(Result)
plot(Result,degree=2:7,sort.by='size')
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.