Description Usage Arguments Value Author(s) See Also Examples
This function to extract top n differentially spliced genes, ranked by p-values or NBstats.
| 1 | topDSGenes(RCS, n = 20, sortBy = c("pvalue", "NBstat"))
 | 
| RCS | a ReadCountSet object after running  | 
| n | the number of top genes. | 
| sortBy | indicating whether p-value or NBstat to be used for ranking genes. | 
A table for top n genes. Columns include: geneID, NBstat, pvalue, and padjust.
Xi Wang, xi.wang@newcastle.edu.au
| 1 2 3 4 5 6 7 | data(RCS_example, package="SeqGSEA")
permuteMat <- genpermuteMat(RCS_example, times=10)
RCS_example <- exonTestability(RCS_example)
RCS_example <- estiExonNBstat(RCS_example)
RCS_example <- estiGeneNBstat(RCS_example)
RCS_example <- DSpermutePval(RCS_example, permuteMat)
topDSGenes(RCS_example, 10, "NB")
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.