Skip to content

Search, fetch and parse documents from the NCBI Pubmed Database with NCBI's Entrez API.

Notifications You must be signed in to change notification settings

srand525/search_pubmed

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Assisted Literature Review - Pubmed Database

This code suite is a tool to use for improved and more efficient literature review.

The code retrieves scientific literature from an NCBI database and parses the text fields into relational tables which can be stored in a database.

With text in this format, researches can more easily search through a literature database to filter down to literature of interest.

NCBISearch.py and NCBIFetch.py do the work of searching for, and fetching documents, using NCBI's Entrez API based on user-specified search terms.

PUBMEDParse.py parses the text from the documents into relational tables.

Users should use the Jupyter Notebook, run_ncbi_search.ipynb, to specify their search terms, retrieve and view results.

You can read more about the PUBMED database here: https://www.ncbi.nlm.nih.gov/pubmed/

For questions please contact s.rand525@gmail.com.

About

Search, fetch and parse documents from the NCBI Pubmed Database with NCBI's Entrez API.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published