Skip to content

Commit 6ebb9d4

Browse files
committed
drug repurposing with filtered data
PLAPT calculations of affinity energies between the proteins of possible zoonotic viruses and the current ChEMBL drugs.
1 parent fefb7fd commit 6ebb9d4

4 files changed

Lines changed: 1432 additions & 5 deletions

File tree

docs/about.html

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@ <h2 class="text-white text-lg font-bold leading-tight tracking-[-0.015em]">virse
9191
</div>
9292
<div class="flex items-center gap-9">
9393
<a class="text-[#9cabba] text-sm font-medium leading-normal" href="./index.html">Overview</a>
94+
<a class="text-[#9cabba] text-sm font-medium leading-normal" href="./repurposing.html">Drug Repurposing</a>
9495
<a class="text-[#ff0000] text-sm font-bold leading-normal" href="#">About</a>
9596
<a class="text-[#9cabba] text-sm font-medium leading-normal" href="./models.html">Models</a>
9697
</div>
@@ -107,7 +108,7 @@ <h1 class="text-white tracking-light text-[32px] font-bold leading-tight mb-4">A
107108
<img alt="Release DOI" src="https://zenodo.org/badge/DOI/10.5281/zenodo.17445222.svg"></a>
108109
Preprint<a href="https://doi.org/10.5281/zenodo.17450943">
109110
<img alt="Preprint DOI" src="https://zenodo.org/badge/DOI/10.5281/zenodo.17450943.svg"></a></br>
110-
Viral Sentry AI is a cutting-edge platform designed to predict zoonotic potential in viruses, helping to identify emerging threats to public health. At its core is the VirSentAI model, a unique AI model specifically fine-tuned from the pretrained HyenaDNA architecture for the task of predicting human host tropism. The platform is engineered to automatically and continuously scan public DNA databases for new viral sequences and metadata. Our mission is to leverage artificial intelligence and bioinformatics to provide actionable insights for researchers, health professionals, and policymakers. In alignment with this goal, the VirSentAI tool is free access and open-source software, with the code publicly available on GitHub.
111+
Viral Sentry AI is a cutting-edge platform designed to predict zoonotic potential in viruses, helping to identify emerging threats to public health. At its core is the VirSentAI model, a unique AI model specifically fine-tuned from the pretrained HyenaDNA architecture for the task of predicting human host tropism. The platform is engineered to automatically and continuously scan public DNA databases for new viral sequences and metadata. A LLM is used to understand the virus host if it is not present into the NCBI fields. For each possible zoonotic virus, a drug repurposing is done using PLAPT pre-trained models that is able to calculate the affiniy energy interactions between all the ChEMBL drugs and viral proteins. Our mission is to leverage artificial intelligence and bioinformatics to provide actionable insights for researchers, health professionals, and policymakers. In alignment with this goal, the VirSentAI tool is free access and open-source software, with the code publicly available on GitHub.
111112
</p>
112113

113114
<h2 class="text-white text-[22px] font-bold leading-tight tracking-[-0.015em] mb-6">Web Framework</h2>
@@ -116,8 +117,11 @@ <h2 class="text-white text-[22px] font-bold leading-tight tracking-[-0.015em] mb
116117
<p><strong>Database</strong>: SQLite</p>
117118
<p><strong>Frontend</strong>: HTML, JavaScript, Plotly, etc.</p>
118119
<p><strong>Scanned database</strong>: NCBI - <a href="https://www.ncbi.nlm.nih.gov/" target="_blank" class="text-cyan-400 hover:text-[#ff0000]">https://www.ncbi.nlm.nih.gov/</a></p>
119-
<p><strong>Input Data</strong>: The model is fed the complete DNA sequences of newly discovered viruses that have so far only been found in animals or other non-human hosts.</p>
120-
<p><strong>Model Output</strong>: The model predicts the likelihood that the virus can cross over and infect humans, flagging it as a potential zoonotic risk.</p>
120+
<p><strong>Virsentai Input Data</strong>: The model is fed the complete DNA sequences of newly discovered viruses that have so far only been found in animals or other non-human hosts.</p>
121+
<p><strong>Virsentai Model Output</strong>: The model predicts the likelihood that the virus can cross over and infect humans, flagging it as a potential zoonotic risk.</p>
122+
<p><strong>LLM to correct hosts</strong>: Gemini-2 (gemma-2-9b-it-Q4_K_M.gguf in LM Studio) using two NCBI fields (DEFINITION and TITLE of the first publication).</p>
123+
<p><strong>PLAPT pre-trained model</strong>: Automatic drug repurposing by calculating affinity energy interactions between current drugs and the proteins of the possible zoonotic viruses. Learn more about PLAPT on
124+
<a href="https://github.com/trrt-good/WELP-PLAPT" target="_blank" class="text-cyan-400 hover:text-[#ff0000]">https://github.com/trrt-good/WELP-PLAPT</a>.</p>
121125
</div>
122126

123127
<h2 class="text-white text-[22px] font-bold leading-tight tracking-[-0.015em] mb-6">Our Team</h2>

docs/index.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -311,7 +311,8 @@
311311
<h2 class="text-white text-lg font-bold leading-tight tracking-[-0.015em]">virsentai</h2>
312312
</div>
313313
<div class="flex items-center gap-9">
314-
<a class="text-[#ff0000] text-sm font-bold leading-normal" href="#">Overview</a>
314+
<a class="text-[#ff0000] text-sm font-bold leading-normal" href="#">Overview</a> <!-- Active Link -->
315+
<a class="text-[#9cabba] text-sm font-medium leading-normal" href="./repurposing.html">Drug Repurposing</a>
315316
<a class="text-[#9cabba] text-sm font-medium leading-normal" href="./about.html">About</a>
316317
<a class="text-[#9cabba] text-sm font-medium leading-normal" href="./models.html">Models</a>
317318
</div>
@@ -323,7 +324,7 @@ <h2 class="text-white text-lg font-bold leading-tight tracking-[-0.015em]">virse
323324
<div class="flex flex-wrap justify-between gap-3 p-4">
324325
<div class="flex min-w-72 flex-col gap-3">
325326
<p class="text-white tracking-light text-[32px] font-bold leading-tight">Viral Sentry AI – Autonomous Zoonotic Virus Surveillance</p>
326-
<p class="text-[#9cabba] text-base font-normal leading-relaxed">We use advanced AI models to autonomously scan new viral complete genomes and predict their risk of human infection. Publicly funded academic research, developed in the European Union.</p>
327+
<p class="text-[#9cabba] text-base font-normal leading-relaxed">We use advanced AI models to autonomously scan new viral complete genomes, predict their risk of human infection, and propose drug repurposing for the viral proteins. Publicly funded academic research, developed in the European Union.</p>
327328
</div>
328329
</div>
329330

docs/models.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@ <h2 class="text-white text-lg font-bold leading-tight tracking-[-0.015em]">virse
9191
</div>
9292
<div class="flex items-center gap-9">
9393
<a class="text-[#9cabba] text-sm font-medium leading-normal" href="./index.html">Overview</a>
94+
<a class="text-[#9cabba] text-sm font-medium leading-normal" href="./repurposing.html">Drug Repurposing</a>
9495
<a class="text-[#9cabba] text-sm font-medium leading-normal" href="./about.html">About</a>
9596
<a class="text-[#ff0000] text-sm font-bold leading-normal" href="#">Models</a>
9697
</div>

0 commit comments

Comments
 (0)