| ath1121501ARACYC {ath1121501} | R Documentation |
AraCyc http://www.arabidopsis.org/tools/aracyc/ maintains pathway data for Arabidopsis thaliana. ath1121501ARACYC maps probe identifiers to the common names of the pathways in which the genes represented by the probe identifiers are involved. Information is obtained from AraCyc.
Package built Fri Aug 24 17:47:27 2007
# Convert the environment to a list
xx <- as.list(ath1121501ARACYC)
# Remove probe identifiers that do not map to any pathway id
xx <- xx[!is.na(xx)]
if(length(xx) > 0){
# The pathway identifiers for the first two elements of XX
xx[1:2]
# Get the first one
xx[[1]]
}