Description Usage Arguments Value Examples
View source: R/intersections.R
2x2 contingency tables
1 | pairwiseContingTables(lib1, lib2, background = NULL)
|
lib1 |
A library of gene sets in List, LongDF or Mat format. |
lib2 |
A library of gene sets in List, LongDF or Mat format. |
background |
The size of the universe of genes under consideration. User may set to a constant. Default is NULL which results in background being set to the size of the union of the unique genes of lib1 and lib2. |
A data frame with the following fields:
x
x
x
x
x
x
x
...
1 2 3 4 | #load example gene set libraries
data("encode_example","chea_example")
conting_tab = pairwiseContingTables(lib1, lib2,background= 30000)
conting_tab = pairwiseContingTables(lib1, lib2)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.