Why are graphs the future of biomedical research and what is the value of NLP here?
A small case study about:
How to speed up drug discovery with knowledge graphs and discover potential cures for diseases
In this case text mining is used to contextualize knowledge about:
- Genes
- Compounds
- Diseases
- Adverse drug effects
- Receptor bindings
Which text types are processed here? Medical literature, patient notes, electronic health records, clinical reports etc.
But how to start?
First you need to identify the different entities such as compounds, diseases, adverse drug effects and receptor bindings.
This is achieved through Natural Language Processing (NLP) and there are suitable pre-trained models for processing biomedical, scientific or clinical text like scispaCy
@spacy_io models for processing biomedical, scientific or clinical
Another library which is specialized in biomedical text is Spark NLP
@JohnSnowLabs