WGCNA (version 1.72-5)

multiUnion: Union and intersection of multiple sets

Description

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

Usage

multiUnion(setList)
multiIntersect(setList)

Value

The union or intersection of the given sets.

Arguments

setList

A list containing the sets to be performed upon.

Author

Peter Langfelder

See Also

The "standard" functions union and intersect.