ZINBEM: This function estimates the MLE of the parameters through...

Description Usage Arguments Value Author(s)

View source: R/ZINBEM.R

Description

This function estimates the MLE of the parameters through Expected-Maximisation algorithm.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
ZINBEM(
  Count,
  group,
  CellCluster,
  CellAuxil,
  maxit,
  eps,
  muoffset,
  phioffset,
  weights
)

Arguments

Count

Vector of count expression data of a gene over the cells.

group

Vector which specifies the membership of the cells, i.e. two groups to be compared, corresponding to the cells in the count.

CellCluster

Vector which specifies the cluster memberships of the cells, i.e. each entry represents memberships of the entries of the count.

CellAuxil

Vector of cell level auxiliary information, corresponding to the entries in the counts, default is NULL.

maxit

Maximum number of iterations for Expected-Maximization (EM) algorithm.

eps

Convergennce criteria for EM algorithm.

muoffset

Offset parameter for mean (mu) parameter, default is NULL.

phioffset

Offset parameter for zero inflation (phi) parameter, default is NULL.

weights

Observation wise weights for the cells, default is unity vector.

Value

A list containing the estimates of the parameters of a gene.

Author(s)

Samarendra Das


sam-uofl/SwarnSeq documentation built on Sept. 6, 2020, 12:09 a.m.