getV_mu | R Documentation |
Given an object that describes a matrix of zero-inflated distributions, returns the gene-level design matrix for mu
getV_mu(object, ...)
object |
an object that describes a matrix of zero-inflated distributions. |
... |
Additional parameters. |
the gene-level design matrix for mu
a <- zinbModel(n=5, J=10)
getV_mu(a)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.