Learn R Programming

SeqGSEA (version 1.12.0)

geneID: Accessor to the geneID slot of ReadCountSet objects

Description

Accessor to the geneID slot of ReadCountSet objects

Usage

geneID(RCS) geneID(RCS) <- value

Arguments

RCS
a ReadCountSet object
value
a vector of gene IDs

Value

A character vector of gene IDs, which can be duplicated; or a ReadCountSet object.

See Also

newReadCountSet, exonID

Examples

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

Run the code above in your browser using DataLab