expTaggedData | R Documentation |
SingleCellExperiment
object based upon the input parameters.expTaggedData
Returns a list of names of data items from the
input SingleCellExperiment
object based upon the input parameters.
expTaggedData(
inSCE,
tags = NULL,
redDims = FALSE,
recommended = NULL,
showTags = TRUE
)
inSCE |
Input |
tags |
A |
redDims |
A |
recommended |
A |
showTags |
A |
A list
of names of data items specified by the other
parameters.
data(scExample, package = "singleCellTK")
sce <- expSetDataTag(sce, "raw", "counts")
tags <- expTaggedData(sce)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.