getREACTOMEPATHTerms {GeneAnswers} | R Documentation |
Function to map given REACTOME PATH_DB IDs to Pathway names.
getREACTOMEPATHTerms(pathIDs, allowNA=TRUE)
pathIDs |
a REACTOME PATHWAY IDs vector |
allowNA |
logic, to determine whether change unrecognized term names or not |
return a REACTOME pathway terms of given REACTOME PATH_DB IDs. If the REACTOME service is not available, the function will stop.
Gang Feng, Pan Du and Simon Lin
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
## Not run: getREACTOMEPATHTerms(c('174143', '453274'))