menchelab / Analytics_Module

Flask-based server handling data requests from the UI Module (VRNetzer)
MIT License
2 stars 4 forks source link

ToDo: Automatize Pubmed - articles, authors, dates to entrezID #14

Closed Feliksmueller closed 4 years ago

Feliksmueller commented 4 years ago

Pubmed IDs and content for genes retrieved from indra.literature module. Script: get_pubmedstuff4genes.ipynb and pub2date.ipynb

It includes some nasty beautifulsoup parsing plus some indeirect watys to also get the dates and additional stuff. And it needs a long time to get all articles because the their servers have some restrictions. So there might be a way of doing it better and easier.

Check out: https://biopython.org/DIST/docs/api/Bio.Entrez-module.html Check out: https://www.ncbi.nlm.nih.gov/pmc/articles/PMC6821292/

celinesin commented 4 years ago

merged with issue #11