multiUnion: Union and intersection of multiple sets

Description Usage Arguments Value Author(s) See Also

View source: R/Functions.R

Description

Union and intersection of multiple sets. These function generalize the standard functions union and intersect.

Usage

1
2
multiUnion(setList)
multiIntersect(setList)

Arguments

setList

A list containing the sets to be performed upon.

Value

The union or intersection of the given sets.

Author(s)

Peter Langfelder

See Also

The "standard" functions union and intersect.


nosarcasm/WGCNA documentation built on May 28, 2019, 1:01 p.m.