pairwiseIntersects: All Pairwise Intersections Between Two Libraries Quickly...

Description Usage Arguments Value Examples

Description

All Pairwise Intersections Between Two Libraries Quickly computes the size of the intersection between all pairs of sets within a library.

Usage

1
pairwiseIntersects(lib1, lib2)

Arguments

lib1

A library of gene sets in List, LongDF or Mat format.

lib2

A library of gene sets in List, LongDF or Mat format.

Value

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.

Examples

1
2
3
#load example gene set libraries
data("encode_example", "chea_example")
intersects = pairwiseIntersects(encode_example, chea_example)

MaayanLab/genesetr documentation built on Aug. 14, 2019, 12:20 p.m.