getPi: Returns the matrix of probabilities of zero

Description Usage Arguments Details Value Examples

Description

Given an object that describes a matrix of zero-inflated distributions, returns the matrix of probabilities of 0.

Usage

1
getPi(object)

Arguments

object

an object that describes a matrix of zero-inflated distributions.

Details

Note that although the user interface of zinbFit requires a J x n matrix, internally this is stored as a n x J matrix (i.e., samples in row and genes in column). Hence the parameter matrix returned by this function is of n x J dimensions.

Value

the matrix of probabilities of 0

Examples

1
2
a <- zinbModel(n=5, J=10)
getPi(a)

zinbwave documentation built on Nov. 8, 2020, 8:11 p.m.