| expData | R Documentation |
SingleCellExperiment object. The data item can be an assay, altExp (subset) or a reducedDim, which is retrieved based on the name of the data item.expData
Get data item from an input SingleCellExperiment object. The data item can be an assay, altExp (subset) or a reducedDim, which is retrieved based on the name of the data item.
expData(inSCE, assayName)
inSCE |
Input |
assayName |
Specify the name of the data item to retrieve. |
Specified data item.
data(scExample, package = "singleCellTK")
mat <- expData(sce, "counts")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.