expDeleteDataTag: expDeleteDataTag Remove tag against an input data from the...

View source: R/sctkTagging.R

expDeleteDataTagR Documentation

expDeleteDataTag Remove tag against an input data from the stored tag information in the metadata of the input object.

Description

expDeleteDataTag Remove tag against an input data from the stored tag information in the metadata of the input object.

Usage

expDeleteDataTag(inSCE, assay)

Arguments

inSCE

Input SingleCellExperiment object.

assay

Name of the assay or the data item against which a tag should be removed.

Value

The input SingleCellExperiment object with tag information removed from the metadata slot.

Examples

data(scExample, package = "singleCellTK")
sce <- expSetDataTag(sce, "raw", "counts")
sce <- expDeleteDataTag(sce, "counts")

compbiomed/singleCellTK documentation built on Feb. 10, 2024, 3:32 a.m.