exonTestability: Check exon testability

Description Usage Arguments Value Author(s) See Also Examples

View source: R/DSscore.R

Description

Check exon testability, filtering out exons with very few (default: 5) read counts

Usage

1
exonTestability(RCS, cutoff = 5)

Arguments

RCS

a ReadCountSet object.

cutoff

exons with read counts less than this cutoff are to be marked as untestable.

Value

a ReadCountSet object with slot fData updated.

Author(s)

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

See Also

geneTestability

Examples

1
2
3
data(RCS_example, package="SeqGSEA")
RCS_example <- exonTestability(RCS_example, cutoff=5)
head(fData(RCS_example))

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