| $,ContigCellDB-method {CellaRepertorium} | R Documentation |
Modification to members will trigger various forms of equalization.
See equalize_ccdb() for details.
## S4 method for signature 'ContigCellDB' x$name ## S4 replacement method for signature 'ContigCellDB' x$name <- value
x |
A ContigCellDB object |
name |
a slot of a ContigCellDB object (one of |
value |
The value assigned to a slot of ContigCellDB object |
Update or return a slot of ContigCellDB()
data(ccdb_ex)
ccdb_ex$contig_tbl
ccdb_ex$cell_tbl
ccdb_ex$cluster_tbl
data(ccdb_ex)
ccdb_ex$contig_pk = c("sample","barcode","contig_id") # 'pop' is technically redundant with 'sample'
# Take a subset of ccdb_ex
ccdb_ex
ccdb_ex$contig_tbl = dplyr::filter(ccdb_ex$contig_tbl, pop == 'b6')
ccdb_ex