DBanalysis | R Documentation |
This function is a wrapper for the glmFit
in edgeR package.
DBanalysis(
object,
categories = "timepoint",
norm.lib = TRUE,
filter.type = NULL,
filter.value = NULL,
samplePassfilter = 2,
...
)
object |
a |
categories |
character string giving which column in |
norm.lib |
logical indicating whether or not use effective
library size when perform normalization. See |
filter.type |
character string indicating which type of count
(raw or normalized) is used when performing filtering. Options are
" |
filter.value |
a numberic value; minimum values of selected
|
samplePassfilter |
a numberic value indicating the minimum number
of samples/libraries in which a genomic feature has counts value
(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 glm 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.
DBresult
, TopDBresult
data(tca_ATAC)
tca_ATAC <- DBanalysis(tca_ATAC)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.