Learn R Programming

ballgown (version 2.4.2)

geneIDs: get gene IDs from a ballgown object

Description

get gene IDs from a ballgown object

Usage

geneIDs(x)
"geneIDs"(x)

Arguments

x
a ballgown object

Value

named vector of gene IDs included in the ballgown object. If object was created using Tablemaker, these gene IDs will be of the form "XLOC_*". Vector is named and ordered by corresponding numeric transcript ID.

Details

This vector differs from that produced by geneNames in that geneIDs produces names of loci created during the assembly process, not necessarily annotated genes.

See Also

geneNames

Examples

Run this code
data(bg)
geneIDs(bg)

Run the code above in your browser using DataLab