Description Usage Arguments Value Examples
All Pairwise Intersections Between Two Libraries Quickly computes the size of the intersection between all pairs of sets within a library.
1 | pairwiseIntersects(lib1, lib2)
|
lib1 |
A library of gene sets in List, LongDF or Mat format. |
lib2 |
A library of gene sets in List, LongDF or Mat format. |
A matrix with lib1 gene set names along the rows and lib2 gene set names on the columns populated with the sizes of the intersections.
1 2 3 | #load example gene set libraries
data("encode_example", "chea_example")
intersects = pairwiseIntersects(encode_example, chea_example)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.