\name{org.At.tairARACYC} \alias{org.At.tairARACYC} \title{Mappings between TAIR identifiers and KEGG pathway identifiers} \description{ AraCyc \url{http://www.arabidopsis.org/tools/aracyc/} maintains pathway data for Arabidopsis thaliana. org.At.tairARACYC maps TAIR identifiers to the common names of the pathways in which the genes represented by the tair identifiers are involved. Information is obtained from AraCyc. } \details{ Annotation based on data provided by: Tair ftp://ftp.arabidopsis.org/Pathways/aracyc\_dump.20091014 With a date stamp from the source of: 2010-Mar12 } \references{ \url{http://www.genome.ad.jp/kegg/} } \examples{ x <- org.At.tairARACYC # Get the tair identifiers that are mapped to pathways mapped_tairs <- mappedkeys(x) # Convert to a list xx <- as.list(x[mapped_tairs]) if(length(xx) > 0) { # Get the pathways for the first five tairs xx[1:5] # For the first tair xx[[1]] } } \keyword{datasets}