Learn R Programming

SeqGSEA (version 1.12.0)

exonTestability: Check exon testability

Description

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

Usage

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.

See Also

geneTestability

Examples

Run this code
data(RCS_example, package="SeqGSEA")
RCS_example <- exonTestability(RCS_example, cutoff=5)
head(fData(RCS_example))

Run the code above in your browser using DataLab