Calculate a log-likelihood for a user-provided cluster assignment and count matrix, per the desired celda model.
calculateLoglikFromVariables(model, counts, ...)
Model to use for calculating log-likelihood of assignments; one of ("celda_C", "celda_CG", "celda_G")
The counts matrix used to generate the provided cluster assignments
extra parameters passed onto calculateLoglikFromVariables
The log-likelihood of the provided cluster assignment for the provided counts matrix.