Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 880 Bytes

README.md

File metadata and controls

8 lines (5 loc) · 880 Bytes

Text_Mining

This is an R Shiny app that displays PubMed articles that are text mined for diseases for potential treatments within queries related to immune pathways or indications.

Pubmed articles were first queried with MeSH (Medical Subject Headings) terms related to pathways, cell types or functions related to a certain drug/small molecule's mechanism of action (MoA). Then those articles were tokenized and parsed using natural language processing (NLP) tools tm and tidytext in R. The data was then incorporated into this Shiny app to explore and visualize.

The Docker image is available here which can be fully containerized.

The app is hosted on Google Cloud.