Learn R Programming

SeqGSEA (version 1.12.0)

exonID: Accessor to the exonID slot of ReadCountSet objects

Description

Accessor to the exonID slot of ReadCountSet objects

Usage

exonID(RCS) exonID(RCS) <- value

Arguments

RCS
a ReadCountSet object
value
a vector of exon IDs

Value

A character vector of exon IDs; or a ReadCountSet object.

See Also

newReadCountSet, geneID

Examples

Run this code
data(RCS_example, package="SeqGSEA")
exonID(RCS_example)

Run the code above in your browser using DataLab