all.equal.GeneSetDb: Checks equality (feature parity) between GeneSetDb objects

View source: R/GeneSetDb-methods.R

all.equal.GeneSetDbR Documentation

Checks equality (feature parity) between GeneSetDb objects

Description

Checks equality (feature parity) between GeneSetDb objects

Usage

## S3 method for class 'GeneSetDb'
all.equal(target, current, features.only = TRUE, ...)

Arguments

target

The reference GeneSetDb to compare against

current

The GeneSetDb you wan to compare

features.only

Only compare the "core" columns of target@db and target@table. It is possible that you added additional columns (to keep track of symbols in target@db, for instance) that you want to ignore for the purposes of the equality test.

...

moar args.

Value

TRUE if equal, or character vector of messages if not.


lianos/sparrow documentation built on Feb. 5, 2024, 2:58 p.m.