decompressDropoutRateByCell: Compute dropout rate parameter estimates from dropout rate...

Description Usage Arguments Value Author(s) See Also

View source: R/srcLineagePulse_decompressParameters.R

Description

Compute dropout rate parameter estimates from dropout rate model for a cell.

Usage

1
2
decompressDropoutRateByCell(vecDropModel, vecMu = NULL,
  matPiConstPredictors = NULL, lsDropModelGlobal)

Arguments

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.

Value

vecPi (numerical vector number of cells) Dispersion parameter estimates for given gene (one per cell for given gene).

Author(s)

David Sebastian Fischer

See Also

Called by fitZINB.


LineagePulse documentation built on Nov. 8, 2020, 7:01 p.m.