topDSExons: Extract top differentially spliced exons

Description Usage Arguments Value Author(s) See Also Examples

View source: R/DSscore.R

Description

This function is to extract top n differentially spliced exons, ranked by p-values or NB-stats.

Usage

1
topDSExons(RCS, n = 20, sortBy = c("pvalue", "NBstat"))

Arguments

RCS

a ReadCountSet object after running DSpermutePval.

n

the number of top genes.

sortBy

indicating whether p-value or NBstat to be used for ranking genes.

Value

A table for top n exons. Columns include: geneID, exonID, testable, NBstat, pvalue, padjust, and meanCounts.

Author(s)

Xi Wang, xi.wang@newcastle.edu.au

See Also

topDSGenes, DSpermutePval

Examples

1
2
3
4
5
6
7

sunlightwang/SeqGSEA documentation built on Dec. 5, 2020, 5:52 p.m.