Learn R Programming

GeneAnswers (version 2.14.0)

getREACTOMEPATHList: Retrieve REACTOME path categories containing given genes

Description

Function to retrieve REACTOME path_db IDs containing given genes.

Usage

getREACTOMEPATHList(geneVector)

Arguments

geneVector
an Entrez gene IDs vector

Value

return a REACTOME genes ID list, names of the list are REACTOME path IDs and elements are gene IDs.

Details

geneVector should be a vector of Entrez IDs.

References

Feng, G., Du, P., Krett, N., Tessel, M., Rosen, S., Kibbe, W.A. and Lin, S.M., 'A collection of bioconductor methods to visualize gene-list annotations', BMC Research Notes 2010, 3:10

See Also

getCategoryList

Examples

Run this code
## Not run: a <- getREACTOMEPATHList(c('8772', '1017'))
## Not run: length(a)

Run the code above in your browser using DataLab