Description Usage Arguments Details Value Author(s) References
This function fits an NBS dispersion model where the dispersion is modeled as a smooth function
(a natural cubic spline function) of the preliminary estimates of the log mean realtive frequencies.
The output of this function will be passed to the main GOF function nb.gof.m
.
1 | model.nbs.m(counts, x, lib.sizes=colSums(counts), method=method)
|
counts |
an m-by-n count matrix of non-negative integers. For a typical RNA-Seq experiment, this is the read counts with m genes and n samples. |
x |
an n-by-p design matrix. |
lib.sizes |
library sizes of an RNA-Seq experiment. Default is the column
sums of the |
method |
method for estimating dispersions. |
See the estimate.dispersion
function in the NBPSeq
package
for more information.
A list of quantities to be used in the main nb.gof.m
function.
Gu Mi <neo.migu@gmail.com>, Yanming Di, Daniel Schafer
Di Y, Schafer DW, Cumbie JS, and Chang JH (2011): "The NBP Negative Binomial Model for Assessing Differential Gene Expression from RNA-Seq", Statistical Applications in Genetics and Molecular Biology, 10 (1).
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.