Description Usage Arguments Details Value Author(s) References See Also
View source: R/model.edgeR.common.R
This function fits an NB regression model with
a common dispersion using the adjusted profile likelihood estimator. See details
below. The output of this function will be passed to the main GOF function
nb.gof.m
.
1 | model.edgeR.common(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 the common dispersion, including "CoxReid", "Pearson" and "deviance". If NULL, then
use the "CoxReid" method. See |
This function calls the estimateGLMCommonDisp
function in
edgeR
, with the default estimation method using Cox-Reid adjusted profile likelihood
(dispCoxReid
). See the
estimateGLMCommonDisp
and glmFit
functions in the
edgeR
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
See https://github.com/gu-mi/NBGOF/wiki/ for more details.
model.edgeR.tagcom
and model.edgeR.genewise
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.