Gets or sets the decontaminated counts matrix from a a SingleCellExperiment object.
decontXcounts(object, ...)
decontXcounts(object, ...) <- value
# S4 method for SingleCellExperiment
decontXcounts(object, ...)
# S4 method for SingleCellExperiment
decontXcounts(object, ...) <- value
A SingleCellExperiment object.
For the generic, further arguments to pass to each method.
A matrix to save as an assay called decontXcounts
If getting, the assay from object
with the name
decontXcounts
will be returned. If setting, a
SingleCellExperiment object will be returned with
decontXcounts
listed in the assay
slot.
assay
and assay<-