intersect: Enhanced Subsetting for Matrix-like Data

Description Usage Arguments

Description

These methods subset Matrix-like data only keeping rows whose names are in common with some other data.

This is a shortcut for intersect(x, featureNames(y), ...).

Usage

1
2
3
4
5
6
7
8
## S4 method for signature 'MatrixData,logical'
intersect(x, y)

## S4 method for signature 'MatrixData,character'
intersect(x, y)

## S4 method for signature 'MatrixData,MatrixData'
intersect(x, y)

Arguments

x

vectors (of the same mode) containing a sequence of items (conceptually) with no duplicated values.

y

vectors (of the same mode) containing a sequence of items (conceptually) with no duplicated values.


renozao/xbioc documentation built on Sept. 3, 2020, 1:13 a.m.