-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
55 lines (48 loc) · 2.76 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
51
52
53
54
55
<!DOCTYPE html>
<html>
<head>
<title>normjam</title>
<link rel="stylesheet" type="text/css" href="stylesheets/main.css">
<link rel="stylesheet" type="text/css" href="stylesheets/footer.css">
<link rel="shortcut icon" type="image/x-icon" href="favicon.ico">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
</head>
<body>
<nav class="navigation">
<ul>
<li><a href="index.html">home</a></li>
<li><a href="topics.html">topics</a></li>
<li><a href="resources.html">resources</a></li>
</ul>
</nav>
<div id="banner">
<div class="content">
<h1>normjam</h1>
</div>
</div>
<div id="main" class="content">
<h2>a normalization workshop and jamboree</h2>
<p>We define normalization to refer to the within sample removal of technical variability from a single cell RNA sequencing (scRNA-seq) expression matrix, while maintaining biological variability. Outputs from the workshop will be stored on the <a href="https://github.com/normjam">normjam github</a>.</p>
<h3>why</h3>
<p>Normalization is a fundamental step for the analysis of data generated from scRNA-seq experiments. A wide variety of approaches exist for normalization—these range from simple scaling methods to the analysis of generative models of the data. In addition, key questions regarding the underlying assumptions behind normalization, the most appropriate pre-processing steps for scRNA-seq data, and the potential consequences for downstream analysis remain outstanding. normjam will convene a group of experts to discuss and collaborate on several <a href="topics.html">topics</a> related to these problems.</p>
<h3>when</h3>
<p>normjam will be held on November 19th and 20th, 2019. The first day will include talks and moderated discussions. The second day will be geared towards working on statistical or computational problems related to normalization. Check the <a href="topics.html">agenda</a> for updates + details.</p>
<h3>hosts</h3>
<p>normjam is hosted by the <a href="https://www.nygenome.org/">New York Genome Center</a> and the <a href="https://chanzuckerberg.com">Chan Zuckerberg Initiative</a>.</p>
</div>
<footer class="footer-distributed">
<div class="footer-right">
<a href="https://join-cziscience-slack.herokuapp.com"><i class="fa fa-slack"></i></a>
<a href="https://twitter.com/cziscience"><i class="fa fa-twitter"></i></a>
<a href="https://github.com/normjam"><i class="fa fa-github"></i></a>
</div>
<div class="footer-left">
<p class="footer-links">
<a href="index.html">home</a>
<a href="topics.html">topics</a>
<a href="resources.html">resources</a>
</p>
</div>
</footer>
</body>
</html>