forked from JKoblitz/DSMZCellDive
-
Notifications
You must be signed in to change notification settings - Fork 0
/
ngs_all.php
30 lines (23 loc) · 1.37 KB
/
ngs_all.php
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
<div class="container">
<div class="content">
<div class="row">
<div class="col-lg-6 align-vertical-center">
<div class="content mx-auto" style="max-width: 50rem;">
<h2 class="mb-0 ">All NGS data</h2>
<h4 class="mt-0 text-primary font-weight-normal">Data from all projects of <span class="font-weight-normal">DSMZ<b>CellDive</b></span></h5>
<p>
RNA-seq data are bundled from various <a href="<?=ROOTPATH?>/#ngs">projects</a> and allow expression analysis for single genes or for sets of genes.
Since normalisation has been conducted project-wise, TPM and count data are available only in the overview of all projects.
</p>
<a href="<?= ROOTPATH ?>/rna/all/bar" class="btn btn-primary mt-10">Bar chart</a>
<a href="<?= ROOTPATH ?>/documentation#rna-seq" class="btn btn-help"><i class="far fa-lg fa-book mr-5"></i> <span class="d-none d-md-inline">Help</span></a>
</div>
</div>
<div class="col-lg-6 align-vertical-center">
<div class="content">
<img src="<?= ROOTPATH ?>/img/placeholder.jpg" alt="" class="img-fluid rounded">
</div>
</div>
</div>
</div>
</div>