From 12bcd3b48a1279cac3624b8d55c2286a6677a9de Mon Sep 17 00:00:00 2001 From: Navan Chauhan Date: Thu, 24 Sep 2020 18:15:43 +0530 Subject: added reference for LSTM --- app/templates/about.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'app/templates') diff --git a/app/templates/about.html b/app/templates/about.html index 7c7a805..59fdcd4 100644 --- a/app/templates/about.html +++ b/app/templates/about.html @@ -6,7 +6,7 @@

Docking

This section deals with Molecular Docking and protein-ligand interactions. It uses AutoDock Vina[1] for docking, PyMOL[2] for visualisations, and PLIP[3] for interactions and binding site detection.

Drug Designing

-

LSTM based on GitHub Code [4] which is based on the paper [5]

+

LSTM based on @topazape's LSTM_Chem[4], a Tensorflow implementation of the paper Generative Recurrent Networks for De Novo Drug Design[5]

Research

Quick Searches for PubMed and PubChem are powered by their respective APIs. Qrious app is written in SwiftUI and uses the FigShare API along with a pre-trained BERT[6] model.

@@ -17,9 +17,9 @@
[3] Salentin et al. (2015) PLIP: fully automated protein-ligand interaction profiler. Nucl. Acids Res. (1 July 2015) 43 (W1): W443-W447
- [4] + [4] https://github.com/topazape/LSTM_Chem/
- [5] + [5] A. Gupta et al. Mol. Inf. 2018, 37, 1700111.
[6] T. Wolf et al. HuggingFace's Transformers: State-of-the-art Natural Language Processing
-- cgit v1.2.3