An annotation data object that maps Gene Ontology (GO) identifiers to Reactome database identifiers
reactomeGO2REACTOMEID maps GO identifiers to Reactome database identifiers
This is an R object containing key and value pairs. Keys are GO identifiers and values are Reactome database identifiers. Values are vectors of length 1.
Mappings were based on data provided by: Reactome wget http://reactome.org/download/current/gene_association.reactome With a date stamp from the source that is the same as the time stamp of the package.
xx <- as.list(reactomeGO2REACTOMEID) if(length(xx) > 0){ # Get the value of the first key xx[[1]] # Get values for a few keys if(length(xx) >= 3){ xx[1:3] } }
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.