expDeleteDataTag | R Documentation |
expDeleteDataTag Remove tag against an input data from the stored tag information in the metadata of the input object.
expDeleteDataTag(inSCE, assay)
inSCE |
Input |
assay |
Name of the assay or the data item against which a tag should be removed. |
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")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.