Hi all.
Is there a way by which I can programmatically access the NCBI Gene Database? I have a number of gene names (HGNC gene symbols) of which I want to get a summary of gene function and some literature about those genes. I find the NCBI gene database to be a good place to do this: http://www.ncbi.nlm.nih.gov/gene/?term=LTF ; http://www.ncbi.nlm.nih.gov/gene/4057; But I actually have many genes so I want to know if there is a way I can fetch out to this database via programs (Biopython or R) and for each gene get a summary of gene functions and related publications.
Thanks
Check this post. It's pretty fresh. Also check this link.
Thanks to all for the help.