Description Usage Arguments Value Author(s) See Also Examples
Estimate differential expression at gene level and differential usage at bin level using diffSpliceDGE function from edgeR package. This is an alternative approach to DUreport. The results at gene level are the same as the results from DUreport. The results at bin level are slightly different.
1 2 3 4 5 6 7 8 9 10 11 12 |
counts |
An object of class ASpliCounts |
targets |
A dataframe containing sample, bam and experimental factor columns. |
minGenReads |
Genes with at least an average of |
minBinReads |
Bins with at least an average of |
minRds |
Genes with at least an average of |
ignoreExternal |
Ignore Exon Bins at the beginning or end of the transcript. Default value is TRUE. |
ignoreIo |
Ignore original introns. Default TRUE |
ignoreI |
Ignore intron bins, test is performed only for exons. Default FALSE |
contrast |
Define the comparison between conditions to be tested.
|
forceGLM |
Force the use of a generalized linear model to estimate differential expression. It is not used to differential usage of bins. Default = FALSE |
filterWithContrasted |
A logical value specifying if bins, genes and junction will be filtered by read quantity and read density using data from those conditions that will be used in the comparison, i.e. those which coefficients in contrast argument are different from zero. The default value is FALSE, it is strongly recommended to do not change this value. |
verbose |
A logical value that indicates that detailed information about each step in the analysis will be presented to the user. |
An ASpliDU object with results at genes
, bins
level.
Estefania Mancini, Javier Iserte, Marcelo Yanovsky, Ariel Chernomoretz
edgeR
, junctionDUreport
Accessors: genesDE
, binsDU
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.