grapes-bcin-grapes: Generic matching function for S4Vector objects

%bcin%R Documentation

Generic matching function for S4Vector objects

Description

This function provides a generic matching function for S4Vector objects primarily to avoid ambiguity.

Usage

x %bcin% table

Arguments

x

An S4Vector object to search for in table.

table

The set of S4Vector objects to serve as the base for the match function.

Examples


#Test
Rle(c("A", "B", "C")) %bcin% Rle(c("A", "C"))


GreenleafLab/ArchR documentation built on Feb. 21, 2025, 3:05 p.m.