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

Description Usage Arguments Value

View source: R/GeneSetDb-methods.R

Description

Checks equality (feature parity) between GeneSetDb objects

Usage

1
2
## 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/multiGSEA documentation built on Nov. 17, 2020, 1:26 p.m.