Now I have several EntrezIDs list (ex. 101171905, 101164258, 101173884, ...). By using this list, I'd like to add several information (gene name, gene symbol and description) to these lists. I know one of the way to extract these information is Biomart, but I would like to use NCBI database because EntrezID is NCBI ID. Can I use reutils or rentrez? I would be grateful if you could help me.
what about
esummary -db gene -id YOUR_ID
? (The esummary is also commandline tool)There is a typo in this comment. It should be
-db gene
.A more complete solution would be something like this using Entrezdirect:
Thank you for several suggestions and I successfully earn the annotation information by using this command.