Learn R Programming

SeqGSEA (version 1.12.0)

geneTestability: Check gene testability

Description

This function is to determine each gene's testability. A gene is testable if at least one of its exons are testable.

Usage

geneTestability(RCS)

Arguments

RCS
a ReadCountSet object after exon testability checked, usually the output of exonTestability.

Value

A logical vector indicating which genes are testable, i.e., having at least one exon testable.

Details

This result can applied to filter out genes not expressed.

See Also

exonTestability, subsetByGenes

Examples

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

Run the code above in your browser using DataLab