setutils {omics}R Documentation

Set Operations on Multiple Vectors

Description

Performs set operations on multiple vectors.

Usage

    mintersect(..., sorted=FALSE)

    munion(..., sorted=FALSE)

Arguments

...

input vectors

sorted

whether the result should be sorted

Value

Set intersection or union of the given vectors

See Also

intersect and union


[Package omics version 0.1-5 Index]