topSplice(fit, coef=ncol(fit), test="simes", number=10, FDR=1)
MArrayLM
fit object produced by diffSplice
."simes"
, "F"
or "t"
.
"F"
gives F-tests for each gene.
"t"
gives t-tests for each exon.
"simes"
gives genewise p-values derived from the t-tests after Simes adjustment for each gene.fit
plus the following columns
level="exon"
)level="exon"
)level="gene"
)The Simes processes the exon-level p-values to give an overall call of differential splicing for each gene. It returns the minimum Simes-adjusted p-values for each gene.
The F-tests are likely to be powerful for genes in which several exons are differentially splices. The Simes p-values is likely to be more powerful when only a minority of the exons for a gene are differentially spliced. The exon-level t-tests are not recommended for formal error rate control.
diffSplice
, plotSplice
A summary of functions available in LIMMA for RNA-seq analysis is given in 11.RNAseq.