Description Usage Arguments Value Examples
The DEXSeqResults
object is a subclass
of a DataFrame
. It collects relevant
information from a DEXSeqDataSet
object with
the results generated from testing for differences
in exon usage.
1 | DEXSeqResults( object, independentFiltering=TRUE, filter)
|
object |
A |
independentFiltering |
Logical indicating whether independent filtering should be applied automatically. |
filter |
A vector of filter statistics over which the independent filtering will be optimized. The default is the normalized exon means. |
A DEXSeqResults object.
1 2 3 4 5 | data(pasillaDEXSeqDataSet, package="pasilla")
dxd <- estimateSizeFactors( dxd )
dxd <- estimateDispersions( dxd )
dxd <- testForDEU( dxd )
dxr <- DEXSeqResults( dxd )
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.