-
Notifications
You must be signed in to change notification settings - Fork 0
/
tutorial.html
60 lines (54 loc) · 2.03 KB
/
tutorial.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
56
57
58
59
60
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<link rel="shortcut icon" href="favicon.ico" />
<link rel="icon" type="image/png" href="img/favicon-192x192.png" sizes="192x192">
<link rel="apple-touch-icon" sizes="180x180" href="img/apple-touch-icon-180x180.png">
<title>ChIP-seq workflow in KNIME - Usage</title>
<link rel="stylesheet" href="stylesheets/styles.css">
<link rel="stylesheet" href="stylesheets/pygment_trac.css">
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
<body>
<div class="round-button">
<a href="index.html">
<img src="img/Home_Icon.svg" alt="Home" />
</a>
</div>
<br><br><br>
<div class="wrapper">
<h1>ChIP-seq workflow in KNIME - Usage</h1>
<p>
In this tutorial you will learn how to use the ChIP-seq workflow in KNIME...
If you have not yet downloaded and installed all required tools, please see the
section on <a href="installation.html">installation</a> before going further.
</p>
<p>
This tutorial is subdivided into the following sections:
<ul>
<li><a href="#fastqc" >Initial quality control of the raw fastq data using FastQC</a></li>
<li><a href="#section_2" >Section 2</a></li>
<li><a href="#section_3" >Section 3</a></li>
</ul>
</p>
<h2 id="fastqc">Initial quality control of the raw fastq data using FastQC</h2>
<p>
There is a <a href="http://www.bioinformatics.babraham.ac.uk/projects/fastqc/Help/3%20Analysis%20Modules/" target="_fastqc">detailed explanation of all FastQC analysis modules</a>.
</p>
<h2 id="section_2">Section 2</h2>
<p>
...
</p>
<h2 id="section_3">Section 3</h2>
<p>
...
</p>
</div>
<script src="javascripts/scale.fix.js"></script>
</body>
</html>