-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlimma.html
More file actions
51 lines (49 loc) · 1.87 KB
/
Copy pathlimma.html
File metadata and controls
51 lines (49 loc) · 1.87 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
39
40
41
42
43
44
45
46
47
48
49
50
51
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Banco de Dados de RNA-Seq</title>
<link rel="stylesheet" href="index.css">
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&family=Open+Sans:wght@400;700&display=swap" rel="stylesheet">
</head>
<body>
<header>
<div class="container">
<a href="index.html"><img src="src/logo.png" alt="BioLogo" id="logo"></a>
<h1><a href="index.html">TranscriptomicsSeqDB</a></h1>
<nav>
<ul>
<li><a href="index.html">Página Inicial</a></li>
<li><a href="searchpage.html">Banco de Dados</a></li>
<li><a href="tools.html">Ferramentas</a></li>
<li><a href="about.html">Sobre</a></li>
<li><a href="contact.html">Contato</a></li>
</ul>
</nav>
</div>
</header>
<section id="limma-ui">
<div class="limma-container">
<h2>Limma (Bioconductor)</h2>
<h3 id="limma-tutorial" class="golden">Tutorial da ferramenta</h3>
<div class="limma-iframe">
<iframe
class="limma-responsive"
src="http://127.0.0.1:3865"
title="limma ui"
width="1500px"
height="1500px"
></iframe>
</div>
</div>
</section>
<footer>
<div class="container">
<a class="icon" target="_blank" href="https://propes.ufabc.edu.br/a-propes/nucleos-estrategicos/interagro" id="icon">Desenvolvido para o InterAGRO - UFABC</a>
<p>© 2024</p>
</div>
</footer>
</body>
<script src="limma.js"></script>
</html>