R/GeneSetDb-methods.R
all.equal.GeneSetDb.Rd
Checks equality (feature parity) between GeneSetDb objects
# S3 method for class 'GeneSetDb'
all.equal(target, current, features.only = TRUE, ...)
The reference GeneSetDb
to compare against
The GeneSetDb
you wan to compare
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.
TRUE
if equal, or character
vector of messages if not.