| gahgu95dGENEEND {gahgu95d} | R Documentation |
gahgu95dGENEEND is an R environment that provides mappings between a custom probeset identifier and the base pair ending position of gene onto corresponding chromosome.
Each identifier maps to a gene end position.
If the gene end position is unknown,
the vector will contain an NA.
Mappings were based on data provided by:
GeneCards database - www.genecards.org
Package built: Mon Aug 25 17:13:14 2008
# Convert to a list
xx <- as.list(gahgu95dGENEEND)
# Remove probe identifiers that do not map to any gene end position
xx <- xx[!is.na(xx)]
if(length(xx) > 0){
# Get the base pair number for gene end position for the first five probes
xx[1:5]
# Get the first one
xx[[1]]
}