rbind-ContigCellDB-method: Combine 'ContigCellDB' along rows (contigs, cells or...

Description Usage Arguments Value Examples

Description

The union of the rows in each of the objects is taken, thus removing any rows that has an exact duplicate. This includes all fields, not just the primary key for that table. The union of the various primary keys is taken.

Usage

1
2
## S4 method for signature 'ContigCellDB'
rbind(..., deparse.level = 1)

Arguments

...

ContigCellDB()

deparse.level

ignored

Value

ContigCellDB()

Examples

1
2
3
4
data(ccdb_ex)
splat = split_cdb(ccdb_ex, 'chain', 'contig_tbl')
unite = equalize_ccdb(rbind(splat$TRA, splat$TRB), sort = TRUE)
stopifnot(all.equal(unite, ccdb_ex))

CellaRepertorium documentation built on Nov. 8, 2020, 7:48 p.m.