intersectg: Generalized version of intersect for n objects

Description Usage Arguments Value Author(s) Examples

View source: R/utils.R

Description

This function returns the intersection for the n objects in argument

Usage

1

Arguments

...

The objects to compare

Value

A vector of intersection between the n objects

Author(s)

Nicolas Servant, Eleonore Gravier, Pierre Gestraud, Cecile Laurent, Caroline Paccard, Anne Biton, Jonas Mandel, Bernard Asselain, Emmanuel Barillot, Philippe Hupe

Examples

1
2
3
4
a<-1:10
b<-2:7
c<-5:8
intersectg(a,b,c)

Example output

################################################################################

Easy Microarray Analysis

EMA stable version

Current release : v1.4.4 - march 2014

################################################################################

[1] 5 6 7

EMA documentation built on March 26, 2020, 8:40 p.m.