forked from NCBI-Hackathons/TCRecePy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
50 lines (42 loc) · 2.04 KB
/
index.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
<!DOCTYPE html>
<html>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="index.css">
<body style = "background-color: black">
<!-- Navigation -->
<section style = "font-size: 30px; text-alignment: center; color: white">
<img style = "width: 100px; height: 100px" src = "tumor-snake-logo.png"/>
<h1 style = "display: inline-block; margin-left: 20px"> TumorSTOP </h1>
</section>
<!--welcome message-->
<section>
<p class = "welcome-message" style = "color: white; font-size :30px; margin: 0px 200px 0px 200px">
We designed a machine learning method to distinguish two types of T cell receptor hypervariable CDR3 sequences!
</br> </br>
This particular region is of high interest in immunology because it is binding to antigens that are presented on the surface of human cells. This interaction will eventually trigger adaptive immune responses which eliminates the pathogens, such as virus infection, or sometimes cancer cells.
</br> </br>
In order to understand which CDR3 sequences may bind to cancer antigens, we have prioritized 20,000 cancer-specific CDR3s, which may possess distinct biochemical features from the non-cancer CDR3s. Your task is to develop a predictor that is able to distinguish the cancer-specific CDR3s from non-cancer CDR3s. I have provided an amino acid index matrix, which contains 544 features for each of the 20 amino acid. This matrix may help you to convert the amino acid characters into continuous values, which will be much more straightforward to design predictors.
</p>
</section>
<!--article-->
<section>
<ul class = "article">
<li class = "article" id = "first-post">
<p>
</p>
</li>
<li class = "article" id = "find-word-program">
<a href = "find-word-program.html" >
<h1>
</h1>
</a>
</li>
</ul>
</section>
<!--footer-->
<section class = "footer">
<p id = "my-quote" style = "color:white;"> </p>
</section>
</body>
</html>