gahgu95eINTERPRO {gahgu95e} | R Documentation |
gahgu95eINTERPRO is an R environment that provides mappings between custom probeset identifiers and Interpro domains of corresponding protein.
Each identifier is mapped to a named vector containing Interpro information
about domains names.
An NA
is reported if there is no Interpro information for a given gene.
Each element name of named vector contains Interpro ID for corresponding domain.
Mappings were based on data provided by:
GeneCards database - www.genecards.org
Package built Mon Feb 25 23:21:39 2008
# Convert the environment to a list xx <- as.list(gahgu95eINTERPRO) if(length(xx) > 0){ # The Interpro domains for the first two elements of XX xx[1:2] # Get the first one xx[[1]] }