R/sctkTagging.R
expDeleteDataTag.Rd
expDeleteDataTag Remove tag against an input data from the stored tag information in the metadata of the input object.
expDeleteDataTag(inSCE, assay)
The input SingleCellExperiment
object with tag information removed from the metadata slot.
data(scExample, package = "singleCellTK")
sce <- expSetDataTag(sce, "raw", "counts")
sce <- expDeleteDataTag(sce, "counts")