Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

reactomePATHID2EXTID

An annotation data object that maps Reactome pathway identifiers to Entrez Gene identifiers.


Description

reactomePATHID2EXTID maps Reactome pathway identifiers to Entrez Gene identifiers

Details

This is an R object containing key and value pairs. Keys are Reactome pathway identifiers and values are Entrez Gene identifiers. Values are vectors of length 1 or greater depending on whether a pathway identifier can be mapped to one or more Entrez Gene identifiers.

Reactome pathway identifiers are the identifiers used by Reactome for various pathways.

Mappings between Reactome pathway identifiers and pathway names can be obtained through another annotation data object named reactomePATHID2NAME.

Mappings were based on data provided by: Reactome http://reactome.org/download/current/NCBI2Reactome_All_Levels.txt & http://reactome.org/download/current/ReactomePathways.txt With a date stamp from the source that is the same as the time stamp of the package.

References

Examples

xx <- as.list(reactomePATHID2EXTID)
	if(length(xx) > 0){
		# Get the value of the first key
		xx[[1]]
		# Get the values for multiget for a few keys
		if(length(xx) >= 3){
			xx[1:3]
		}
	}

reactome.db

A set of annotation maps for reactome

v1.74.0
CC BY 4.0
Authors
Willem Ligtenberg
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.