-
Notifications
You must be signed in to change notification settings - Fork 3
/
index.html
90 lines (78 loc) · 3.23 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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<title>Moose2 by grabherr</title>
<link rel="stylesheet" href="stylesheets/styles.css">
<link rel="stylesheet" href="stylesheets/github-light.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="wrapper">
<header>
<h1 align="left">MOOSE<sup>2</sup></h1>
<p align="left"><big><font color="#000000">RNA-Seq expression<br>
normalization &<br>
quantification <br>
</font></big><br>
</p>
<p><br>
</p>
<p><br>
</p>
<p class="view"><a href="https://github.com/grabherr/moose2">View
the Project on GitHub <small>grabherr/moose2</small></a></p>
<ul>
<li><a
href="https://github.com/grabherr/moose2/zipball/master">Download
<strong>ZIP File</strong></a></li>
<li><a
href="https://github.com/grabherr/moose2/tarball/master">Download
<strong>TAR Ball</strong></a></li>
<li><a href="https://github.com/grabherr/moose2">View On <strong>GitHub</strong></a></li>
</ul>
</header>
<section> <img alt="MOOSE2 Logo"
src="MOOSE2_Logo_RGB-800x500.png" height="344" width="500">
<p><font color="#000000"><br>
</font></p>
<p><font color="#000000">MOOSE<sup>2</sup> (polyno<u>M</u>ial n<u>O</u>rmalization
<u>O</u>f RNA-<u><b>SE</b></u>q data) is an algorithm to
normalize FPKM or RPKM values from multiple samples to
correct for non-linear artifacts introduced by the library
construction and/or sequencing process.<br>
</font></p>
<p><font color="#000000"><br>
</font></p>
<p><font color="#000000"><br>
</font></p>
<p><font color="#000000"><a href="description.html">Technical
description</a>.<br>
</font></p>
<p><font color="#000000"><a href="howto.html">How to run the
program</a>.<br>
</font></p>
<p><font color="#000000">.<br>
</font><font color="#000000"></font><a
href="https://github.com/grabherr/moose2"><strong></strong></a>
</p>
</section>
<footer>
<p>This project is maintained by <a
href="https://github.com/grabherr">grabherr</a></p>
<p><small>Hosted on GitHub Pages — Theme by <a
href="https://github.com/orderedlist">orderedlist</a></small></p>
</footer>
</div>
<script src="javascripts/scale.fix.js"></script>
</body>
</html>