params,celdaModel-method {celda} | R Documentation |
Retrieves the K/L, model priors (e.g. alpha, beta), and count matrix checksum parameters provided during the creation of the provided celdaModel.
## S4 method for signature 'celdaModel' params(celdaMod)
celdaMod |
celdaModel. Options available in 'celda::availableModels'. |
List. Contains the model-specific parameters for the provided celda model object depending on its class.
data(celdaCGMod) params(celdaCGMod)