Description Usage Arguments Details Value Author(s) References
This function is designed to fit an NB2 regression model. The output of
this function will be passed to the main GOF function nb.gof.v
.
1 | model.nb2.v(y, x, lib.sizes=NULL)
|
y |
an n-by-1 vector of non-negative integers. For a typical RNA-Seq experiment, this may represent the read counts for a single gene across n samples. |
x |
an n-by-p design matrix. If an intercept is desired in the model, you need to specify
the first column of |
lib.sizes |
library sizes of a RNA-Seq experiment. Default is 1 for all samples. |
The nb.regression.1
function is used for NB2 model fitting with MLE.
A list of quantities to be used in the main nb.gof.v
function.
Gu Mi <neo.migu@gmail.com>, Yanming Di, Daniel Schafer
See https://github.com/gu-mi/NBGOF/wiki/ for more details.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.