gahgu95cINTERPRO {gahgu95c} | R Documentation |
gahgu95cINTERPRO 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 Tue Feb 26 00:16:28 2008
# Convert the environment to a list xx <- as.list(gahgu95cINTERPRO) if(length(xx) > 0){ # The Interpro domains for the first two elements of XX xx[1:2] # Get the first one xx[[1]] }