Description Usage Arguments Details Value Examples
Given an object that describes a matrix of negative binomial distributions, returns the matrix of mean parameters.
1 | newMu(object)
|
object |
an object that describes a matrix of negative binomial distributions. |
Note that although the user interface of newFit
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.
the matrix of mean parameters
1 2 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.