# S4 method for SingleCellAssay
cData(sc) <- value
Arguments
sc
An object with cellData
value
Replacement, one of AnnotatedDataFrame or data.frame
Value
data.frame
Methods (by class)
SingleCellAssay:
SingleCellAssay:
Details
cData(sc): Return the cellDatadata.frame.
cData(sc)<-value: Replace the cellData with value, which can be either an AnnotatedDataFrame or data.frame. The replacement is checked that it has mandatory fields defined by its class.