multiUnion: Union and intersection of multiple sets

View source: R/Functions.R

multiUnionR Documentation

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)

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.


WGCNA documentation built on Sept. 18, 2024, 5:08 p.m.

Related to multiUnion in WGCNA...