getIdEntries {ENVISIONQuery} | R Documentation |
Retrieve a set of all ID entries
getIdEntries(entry, nodeName="molecule", primaryAttr="id", dataAttrs=c("id", "db"))
entry |
The 'Entry' node of the Enfin xml document. |
nodeName |
The name identifying the node containing the ID info. Default is 'molecule'. |
primaryAttr |
The name of attribute which is used as row names of the output data frame. Default is 'id' standing for gene ID |
dataAttrs |
The names of the attributes which values are to be retrieved. Default is c('id','db'), i.e. gene ID and data base source. |
Data frame with a single column containing all (input and output) IDs. with row names corresponding to the Enfin xml reference names.
Alex Lisovich, Roger Day