Description Usage Arguments Value Author(s) See Also Examples
Estimate differential usage at junction level. When targets has only two conditions, and contrast is not set, the estimation of differential expression and usage is done with an exact test, otherwise is estimated using a generalized linear model.
1 2 3 4 5 6 7 8 9 10 |
counts |
An object of class |
targets |
A dataframe containing sample, bam and experimental factor columns. |
appendTo |
An object of class |
minGenReads |
Junctions within genes with at least an average of |
minRds |
Junctions within genes with at least an average of |
threshold |
Junction with at least |
offset |
Corrects junction counts using an offset matrix derived from gene expression data. Default = FALSE |
offsetUseFitGeneX |
Fit a GLM using gene counts to build the offset matrix. This argument is used only when 'offset' argument is set to TRUE. The default value is TRUE |
contrast |
Define the comparison between conditions to be tested.
|
forceGLM |
Force the use of a generalized linear model to estimate differential expression and usage. Default = FALSE |
An ASpliDU
object with results of differential usage of junctions
Estefania Mancini, Javier Iserte, Marcelo Yanovsky, Ariel Chernomoretz
edgeR
, DUreport
Accessors: junctionsDU
Export: writeDU
1 | #This function has been deprecated. Please see vignette for new pipeline.
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.