getV_mu {zinbwave}R Documentation

Returns the gene-level design matrix for mu

Description

Given an object that describes a matrix of zero-inflated distributions, returns the gene-level design matrix for mu

Usage

getV_mu(object, ...)

Arguments

object

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

...

Additional parameters.

Value

the gene-level design matrix for mu

Examples

a <- zinbModel(n=5, J=10)
getV_mu(a)

[Package zinbwave version 1.15.3 Index]