-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
38 lines (38 loc) · 1.16 KB
/
index.html
File metadata and controls
38 lines (38 loc) · 1.16 KB
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
<!DOCTYPE html>
<html>
<head><link rel="stylesheet" type="text/css" href="https://ckalicki.github.io/Samap_interactive/css/index.css">
</head>
<body>
<head>
<meta name="viewport" content="width=device-width">
</head>
<div class="wrap">
<span class="decor"></span>
<nav>
<ul class="primary">
<li>
<a href="">Wang Laboratory</a>
</li>
<li>
<a href="https://ckalicki.github.io/Samap_interactive/index.html">Samap</a>
</li>
<li>
<a href="">Species</a>
<ul class="sub">
<li><a href="https://ckalicki.github.io/Samap_interactive/schistoma.html">Schistoma</a></li>
<li><a href="https://ckalicki.github.io/Samap_interactive/planarian.html">Planarian</a></li>
</ul>
</li>
<li>
<a href="https://ckalicki.github.io/Samap_interactive/Questions.html">Question</a>
</li>
</ul>
</nav>
</div>
<br> <br><br> <br>
<h1>Samap Interactive</h1>
<p> Samap Interactive is a single site to access Wang's Laboratory data from RNAseq
regarding both single species and comparative single-cell analyses. THis demonstrates the
utility of the SAM algorithm (link) and SAMmap algorithm (link).</p>
</body>
</html>