R/sctkTagging.R
expSetDataTag.RdexpSetDataTag Set tag to an assay or a data item in the input SCE object.
expSetDataTag(inSCE, assayType, assays)Input SingleCellExperiment object.
Specify a character(1) value as a tag that should be set against a data item.
Specify name(s) character() of data item(s) against which the tag should be set.
The input SingleCellExperiment object with tag information stored in the metadata slot.
data(scExample, package = "singleCellTK")
sce <- expSetDataTag(sce, "raw", "counts")