-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
39 lines (33 loc) · 1.16 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
<!DOCTYPE html>
<html>
<head>
<title>Clustered exposome profiles of S3WP participants </title>
<style>
body {
font-family: Arial, Helvetica, sans-serif;
max-width: 1400px;
margin: auto;
padding: 0 20px;
}
img {
padding-top: 0.5rem;
}
</style>
</head>
<body>
<div>
<img src="./assets/scilifelab_logo.svg" height="50px" alt="">
<h1>Clustered exposome profiles of S3WP participants </h1>
<p>Supplementary material to Sdougkou et al.,
"Longitudinal Exposomics in a Multiomic Wellness Cohort Reveals Distinctive and Dynamic Environmental Chemical Mixtures in Blood" (https://doi.org/10.1101/2024.04.14.589329). The top heatmap represents averaged visits and the bottom heatmap single visits (n=6). You need first to make the window with the original heatmap on the right wider before selecting a sub-heatmap. <p>
</div>
<br>
<div>
<iframe src="average/" height="700px" width="100%" style="border: 1px solid #AAA;"></iframe>
</div>
<br>
<div>
<iframe src="single-visits/" height="700px" width="100%" style="border: 1px solid #AAA;"></iframe>
</div>
</body>
</html>