R/SingleCellAssay-methods.R
SceToSingleCellAssay.Rd
Coerce a SingleCellExperiment to some class defined in MAST
SceToSingleCellAssay(sce, class = "SingleCellAssay", check_sanity = TRUE)
object inheriting from SingleCellExperiment
character
naming the class to be coerced to
(default: TRUE
) Set FALSE
to override sanity checks that try to ensure that the default assay is log-transformed and has at least one exact zero. See defaultAssay for details on the "default assay" which is assumed to contain log transformed data.
object of the indicated class.