expSetDataTag | R Documentation |
expSetDataTag Set tag to an assay or a data item in the input SCE object.
expSetDataTag(inSCE, assayType, assays)
inSCE |
Input |
assayType |
Specify a |
assays |
Specify name(s) |
The input SingleCellExperiment
object with tag information stored in the metadata slot.
data(scExample, package = "singleCellTK")
sce <- expSetDataTag(sce, "raw", "counts")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.