Pull the SCTResults
information from an SCTAssay
object.
SCTResults(object, ...)SCTResults(object, ...) <- value
# S3 method for SCTModel
SCTResults(object, slot, ...)
# S3 method for SCTModel
SCTResults(object, slot, ...) <- value
# S3 method for SCTAssay
SCTResults(object, slot, model = NULL, ...)
# S3 method for SCTAssay
SCTResults(object, slot, model = NULL, ...) <- value
# S3 method for Seurat
SCTResults(object, assay = "SCT", slot, model = NULL, ...)
Returns the value present in the requested slot for the requested group. If group is not specified, returns a list of slot results for each group unless there is only one group present (in which case it just returns the slot directly).
An object
Arguments passed to other methods (not used)
new data to set
Which slot to pull the SCT results from
Name of SCModel to pull result from. Available names can be
retrieved with levels
.
Assay in the Seurat object to pull from