grapes-bcni-grapes: Negated matching function for S4Vector objects

%bcni%R Documentation

Negated matching function for S4Vector objects

Description

This function provides the reciprocal of %bcin% for S4Vector objects primarily to avoid ambiguity.

Usage

x %bcni% 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")) %bcni% Rle(c("A", "C"))


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