reactomeREACTOMEID2GO {reactome.db}R Documentation

An annotation data object that maps Reactome database identifiers to Gene Ontology identifiers

Description

reactomeREACTOMEID2GO maps Reactome database identifiers to Gene Ontoloty (GO) identifiers

Details

This is an R object containing key and value pairs. Keys are Reactome database identifiers and values are GO identifiers. Values are vectors of length 1.

Mappings were based on data provided by: Reactome http://www.reactome.org/download/current/sql.gz & http://www.reactome.org/download/current/sql_dn.gz With a date stamp from the source of: 2010-Dec-21

References

http://www.reactome.org/

Examples

	xx <- as.list(reactomeREACTOMEID2GO)
	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]
		}
	}

[Package reactome.db version 1.48.0 Index]