expSetDataTag {singleCellTK} | R Documentation |
expSetDataTag
Set tag to an assay or a data item in the input SCE object.
Description
expSetDataTag
Set tag to an assay or a data item in the input SCE object.
Usage
expSetDataTag(inSCE, assayType, assays, append = TRUE)
Arguments
inSCE |
Input SingleCellExperiment object.
|
assayType |
Specify a character(1) value as a tag that should be set against a data item.
|
assays |
Specify name(s) character() of data item(s) against which the tag should be set.
|
append |
A logical value indicating if this assay should be appended to the object or overridden. Default value is TRUE indicating that it should be appended.
|
Value
The input SingleCellExperiment
object with tag information stored in the metadata slot.
[Package
singleCellTK version 2.2.0
Index]