Description Usage Arguments Value Author(s) See Also Examples
Estimate differential expression at gene level and differential usage at bin 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 11 12 13 14 15 | DUreport( counts,
targets,
minGenReads = 10,
minBinReads = 5,
minRds = 0.05,
offset = FALSE,
offsetAggregateMode = c( "geneMode", "binMode" )[1],
offsetUseFitGeneX = TRUE,
contrast = NULL,
forceGLM = FALSE,
ignoreExternal = TRUE,
ignoreIo = TRUE,
ignoreI = FALSE,
filterWithContrasted = FALSE,
verbose = FALSE)
|
counts |
An object of class ASpliCounts |
targets |
A data.frame 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 |
offset |
Corrects bin expression using an offset matrix derived from gene expression data. Default = FALSE |
offsetAggregateMode |
Choose the method to aggregate gene counts to
create the offset matrix. When |
,
offsetUseFitGeneX |
Default= 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 |
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 and is no longer neded. Please see vignette for new pipeline.
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.