-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbiodrug.html
executable file
·253 lines (246 loc) · 13.6 KB
/
biodrug.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
<!DOCTYPE html>
<!--
Template Name: Trealop
Author: <a href="https://www.os-templates.com/">OS Templates</a>
Author URI: https://www.os-templates.com/
Copyright: OS-Templates.com
Licence: Free to use under our free template licence terms
Licence URI: https://www.os-templates.com/template-terms
-->
<html lang="en">
<!-- To declare your language - read more here: https://www.w3.org/International/questions/qa-html-language-declarations -->
<head>
<title>G.P.S. Raghava</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes">
<link href="layout/styles/layout.css" rel="stylesheet" type="text/css" media="all">
</head>
<body id="top">
<!-- ################################################################################################ -->
<!-- ################################################################################################ -->
<!-- ################################################################################################ -->
<div class="wrapper row0">
<div id="topbar" class="hoc clear">
<div class="fl_left">
<!-- ################################################################################################ -->
<ul class="nospace">
<li><i class="fas fa-phone rgtspace-5"></i>011-26907444</li>
<li><i class="far fa-envelope rgtspace-5"></i> raghava@iiitd.ac.in</li>
</ul>
<!-- ################################################################################################ -->
</div>
<div class="fl_right">
<!-- ################################################################################################ -->
<ul class="nospace">
<li><a href="index.html"><i class="fas fa-home"></i></a></li>
<li><a href="#" title="Help Centre"><i class="far fa-life-ring"></i></a></li>
<li><a href="#" title="Login"><i class="fas fa-sign-in-alt"></i></a></li>
<li><a href="#" title="Sign Up"><i class="fas fa-edit"></i></a></li>
<li id="searchform">
<div>
<form action="#" method="post">
<fieldset>
<legend>Quick Search:</legend>
<input type="text" placeholder="Enter search term…">
<button type="submit"><i class="fas fa-search"></i></button>
</fieldset>
</form>
</div>
</li>
</ul>
<!-- ################################################################################################ -->
</div>
</div>
</div>
<!-- ################################################################################################ -->
<!-- ################################################################################################ -->
<!-- ################################################################################################ -->
<div class="wrapper row1">
<header id="header" class="hoc clear">
<div id="logo" class="fl_left">
<!-- ################################################################################################ -->
<h1><a href="index.html">G.P.S. Raghava</a></h1>
<!-- ################################################################################################ -->
</div>
<nav id="mainav" class="fl_right">
<!-- ################################################################################################ -->
<ul class="clear">
<li><a href="index.html">Home</a>
<ul>
<li><a href="index.html">About Me</a></li>
<li><a href="work_sum.html">Work Summary</a></li>
<li><a href="awards.html">Major Awards</a></li>
<li><a href="newspaper.html">News Papers</a></li>
<li><a href="biodata.html">Brief Biodata</a></li>
</ul>
</li>
<li><a class="drop" href="#">Web Services</a>
<ul>
<li><a href="database.html">Databases</a></li>
<li><a href="prot_struct.html">Protein Structure</a></li>
<li><a href="prot_func.html">Protein Function</a></li>
<li><a href="vaccine.html">Vaccinomics</a></li>
<li><a href="genomics.html">Genomics</a></li>
<li class="active"><a href="biodrug.html">BioDrugs</a></li>
<li><a href="interactome.html">Interactome</a></li>
<li><a href="chemiinfo.html">Chemiinformatics</a></li>
</ul>
</li>
<li><a class="drop" href="#">Research</a>
<ul>
<li><a href="publication.html">Publications</a></li>
<li><a href="patents_copy.html">Patents/Copyrights</a></li>
<li><a href="bookchapter.html">Book Chapters</a></li>
<li><a href="major_project.html">Major Projects</a></li>
</ul>
</li>
<li><a class="drop" href="#">Group Members</a>
<ul>
<li><a href="phd_student.html">Ph.D. Students</a></li>
<li><a href="project_staff.html">Project Staffs</a></li>
<li><a href="alumni.html">Lab Alumni</a></li>
</ul>
</li>
<li><a class="drop" href="#">Teaching</a>
<ul>
<li><a href="courses.html">Courses</a></li>
<li><a href="slides.html">Slides</a></li>
<li><a href="preprints.html">Preprints</a></li>
</ul>
</li>
<li><a href="contact.html">Contact Us</a></li>
</ul>
<!-- ################################################################################################ -->
</nav>
</header>
</div>
<!-- ################################################################################################ -->
<!-- ################################################################################################ -->
<!-- ################################################################################################ -->
<!-- ################################################################################################ -->
<div class="wrapper row3">
<main class="hoc container clear">
<!-- main body -->
<!-- ################################################################################################ -->
<div class="content">
<!-- ################################################################################################ -->
<h1><strong>BioDrugs</strong></h1>
<h2><strong>Webservers for BioDrugs</strong></h2>
<div class="scrollable">
<table>
<thead>
<tr>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><a href="https://webs.iiitd.edu.in/raghava/ahtpdb/" target="_blank">AHTPDB</a></td>
<td>Database of antihypertensive peptides.</td>
</tr>
<tr>
<td><a href="https://webs.iiitd.edu.in/raghava/ahtpin/" target="_blank">AHTpin</a></td>
<td>Designing and virtual screening of antihypertensive peptides.</td>
</tr>
<tr>
<td><a href="https://webs.iiitd.edu.in/raghava/antibp/" target="_blank">AntiBP</a></td>
<td>Mapping of antibacterial peptides in a protein sequence.</td>
</tr>
<tr>
<td><a href="https://webs.iiitd.edu.in/raghava/antibp2/" target="_blank">AntiBP2</a></td>
<td>Mapping of antibacterial peptides in a protein sequence.</td>
</tr>
<tr>
<td><a href="https://webs.iiitd.edu.in/raghava/anticp/" target="_blank">AntiCP</a></td>
<td>Prediction and design of anticancer peptides.</td>
</tr>
<tr>
<td><a href="https://webs.iiitd.edu.in/raghava/antifp/" target="_blank">AntiFP</a></td>
<td>Prediction and design of antifungal peptides.</td>
</tr>
<tr>
<td><a href="https://webs.iiitd.edu.in/raghava/antimpmod/" target="_blank">AntiMPmod</a></td>
<td>Prediction of modified antimicrobial peptides.</td>
</tr>
<tr>
<td><a href="https://webs.iiitd.edu.in/raghava/cancerppd/" target="_blank">CancerPPD</a></td>
<td>Database of anticancer peptides and proteins.</td>
</tr>
<tr>
<td><a href="https://webs.iiitd.edu.in/raghava/ccpdb/" target="_blank">ccPDB 2.0</a></td>
<td>Compilation and Creation of datasets from PDB.</td>
</tr>
<tr>
<td><a href="https://webs.iiitd.edu.in/raghava/cellppd/" target="_blank">CellPPD</a></td>
<td>Computer-aided Designing of efficient cell penetrating peptides.</td>
</tr>
<tr>
<td><a href="https://webs.iiitd.edu.in/raghava/hlp/" target="_blank">HLP</a></td>
<td>A webserver for predicting half-life of peptides in intestine like environment.</td>
</tr>
<tr>
<td><a href="https://webs.iiitd.edu.in/raghava/hemolytik/" target="_blank">Hemolytik</a></td>
<td>A repository of experimentally validated hemolytic and non-hemolytic peptides.</td>
</tr>
<tr>
<td><a href="https://webs.iiitd.edu.in/raghava/hemopi/" target="_blank">HemoPI</a></td>
<td>Prediction and virtual screening of hemolytic peptides.</td>
</tr>
<tr>
<td><a href="https://webs.iiitd.edu.in/raghava/parapep/" target="_blank">ParaPep</a></td>
<td>Compilation of experimentally validated anti-parasitic peptides and their structures.</td>
</tr>
<tr>
<td><a href="http://webs.iiitd.edu.in/raghava/peplife/" target="_blank">PElife</a></td>
<td>Database of experimentally validated therapeutic peptides and their half lives.</td>
</tr>
<tr>
<td><a href="https://webs.iiitd.edu.in/raghava/satpdb/" target="_blank">SATPdb</a></td>
<td>A database of structurally annotated therapeutic peptides.</td>
</tr>
<tr>
<td><a href="https://webs.iiitd.edu.in/raghava/thpdb/" target="_blank">THPdb</a></td>
<td>A database of FDA approved therapeutic peptides and proteins.</td>
</tr>
<tr>
<td><a href="https://webs.iiitd.edu.in/raghava/toxinpred/" target="_blank">ToxinPred</a></td>
<td>An in silico method, which is developed to predict and design toxic/non-toxic peptides.</td>
</tr>
<tr>
<td><a href="https://webs.iiitd.edu.in/raghava/tumorhope/" target="_blank">TumorHoPe</a></td>
<td>A comprehensive database of Tumor Homing Peptides.</td>
</tr>
<tr>
<td><a href="https://webs.iiitd.edu.in/raghava/tumorhpd/" target="_blank">TumorHPD</a></td>
<td>A webserver for predicting and designing of tumor homing peptides.</td>
</tr>
</table>
</main>
</div>
</div>
<!-- ################################################################################################ -->
<!-- ################################################################################################ -->
<!-- ################################################################################################ -->
<div class="wrapper row4">
<footer id="footer" class="hoc clear">
<!-- ################################################################################################ -->
<div class="clear">
<div class="copyright"><a href="http://iiitd.ac.in/" target="_blank"> IIIT Delhi </a> <td><a href="http://webs.iiitd.edu.in/" target="_blank"> Health Portal at IITD</a></td> <td><a href="http://webs.iiitd.edu.in/raghava/" target="_blank"> Raghava's Group</a></td> <td><a href="https://www.facebook.com/raghavagps" target="_blank"> FACEBOOK </a></td> <td><a href="https://scholar.google.co.in/citations?user=XK5GUiYAAAAJ&hl=en" target="_blank"> SCHOLAR</a></td> <td><a href="https://www.linkedin.com/in/raghavagps/" target="_blank"> LINKEDIN</a></td> <td><a href="https://twitter.com/raghavagps" target="_blank"> TWITTER</a></td> <td><a href="https://www.youtube.com/watch?v=V-0BTIKH78E" target="_blank"> YOUTUBE</a></td> <td><a href="https://www.researchgate.net/profile/Gajendra_Raghava" target="_blank"> ResearchGate</a></td> </tr>
</fieldset>
</form>
</div>
<!-- ################################################################################################ -->
</footer>
</div>
<!-- ################################################################################################ -->
<!-- ################################################################################################ -->
<!-- ################################################################################################ -->
<!-- ################################################################################################ -->
<!-- ################################################################################################ -->
<!-- JAVASCRIPTS -->
<script src="layout/scripts/jquery.min.js"></script>
<script src="layout/scripts/jquery.backtotop.js"></script>
<script src="layout/scripts/jquery.mobilemenu.js"></script>
</body>
</html>