Description Usage Arguments Details Value Author(s) References See Also Examples
This function performs differetial analysis by fitting read counts to a negative binomial generalized linear model.
1 2 | DBanalysis(object, categories = "timepoint", norm.lib = TRUE,
filter.type = NULL, filter.value = NULL, samplePassfilter = 2, ...)
|
object |
a |
categories |
character string indicating levels of which
factor (column in the |
norm.lib |
logical indicating whether or not use effective
library size when perform normalization. See 'Details' of
|
filter.type |
character string indicating which type of count
(raw or normalized) is used when doing filtering. Options are
' |
filter.value |
A numberic value; if values of selected
|
samplePassfilter |
numberic value indicating the least number
of samples/libraries a genomic feature with counts
(raw or normalized) more than |
... |
additional arguments passed to |
The differetial event is detected by using the generalized
linear model (GLM) methods (McCarthy et al, 2012). This function
fits the read counts of each genes to a negative binomial glms by
using glmFit
function from edgeR. To further test the
significance of changes, see DBresult
, TopDBresult
A TCA
object
Mengjun Wu, Lei Gu
McCarthy,D.J.,Chen, Y., & Smyth, G. K.(2012). Differential expression analysis of multifactor RNA-Seq experiments with respect to biological variation. Nucleic acids research 40, 4288-4297.
1 2 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.