estimateExonFoldChanges( object, fitExpToVar = "condition", denominator = "", BPPARAM=SerialParam(), maxRowsMF=2400,
independentFiltering=FALSE, filter)
design(ecs)
. The expression
values will be fitted to this variable using the the formula
" ~ fitExpToVar * exon".
?bplapply
for details.
DEXSeqDataSet
object. The model
'~ fitExpToVar * exon' is fitted.
The resulted coefficients are arranged and reformatted
in order to remove gene expression effects, leaving only exon
usage effects for each individual exon in each level of
'fitExpToVar'. These values are used by the function
plotDEXSeq
. For specific details please check
the DEXSeq paper.
data(pasillaDEXSeqDataSet, package="pasilla")
dxd <- estimateSizeFactors( dxd )
dxd <- estimateDispersions( dxd )
dxd <- testForDEU( dxd )
dxd <- estimateExonFoldChanges( dxd )
Run the code above in your browser using DataLab