Description Usage Arguments Value Examples
All Pairwise Comparisons Between Gene Sets of Two Libraries
1 | pairwiseSetOverlap(lib1, lib2, background = NULL, method = "FET")
|
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 to use in building contingency tables from pairwise intersections of gene sets in the two libraries. Default is NULL– background will be computed as the size of the union of unique genes in lib1 and lib2. |
method |
Metric by which to assess gene set association. Options are "FET" and "OR". |
A data frame with all pairs of genesets and association metrics
1 2 3 | #load example gene set libraries
data("encode_example", "chea_example")
intersects = pairwiseSetOverlap(encode_example, chea_example)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.