Description Usage Arguments Value Author(s) See Also
Compute dropout rate parameter estimates from dropout rate model for a cell.
1 2 | decompressDropoutRateByCell(vecDropModel, vecMu = NULL,
matPiConstPredictors = NULL, lsDropModelGlobal)
|
vecDropModel |
(numerical vector number of model parameters) offset parameter, log(mu) paramter, parameters belonging to constant predictors Parameters of dropout rate model for given cell. |
vecMu |
(numerical vector number of genes) Mean parameter estimates of all genes for given cell. |
matPiConstPredictors |
(numerical matrix genes x number of constant model predictors) Other model predictors than offset and the dynamically changing mean parameter. Examples are GC- content and other gene-specific properties. This would be the global parameters as listed in the other decompression function. Here those are not a list as there is only one object. |
lsDropModelGlobal |
(list) Object containing meta-data of cell-wise dropout parameter models. |
vecPi (numerical vector number of cells) Dispersion parameter estimates for given gene (one per cell for given gene).
David Sebastian Fischer
Called by fitZINB
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.