matrixNames,celdaModel-method {celda} | R Documentation |
Retrieves the row, column, and sample names used to generate a celdaModel.
## S4 method for signature 'celdaModel' matrixNames(celdaMod)
celdaMod |
celdaModel. Options available in 'celda::availableModels'. |
List. Contains row, column, and sample character vectors corresponding to the values provided when the celdaModel was generated.
data(celdaCGMod) matrixNames(celdaCGMod)