-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
56 lines (56 loc) · 2.64 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="generator" content="pandoc">
<title>RNAseq Using R RNAseq Using R</title>
<link rel="shortcut icon" type="image/x-icon" href="/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" type="text/css" href="css/bootstrap/bootstrap.css" />
<link rel="stylesheet" type="text/css" href="css/bootstrap/bootstrap-theme.css" />
<link rel="stylesheet" type="text/css" href="css/swc.css" />
<meta charset="UTF-8" />
<!-- HTML5 shim, for IE6-8 support of HTML5 elements -->
<!--[if lt IE 9]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
<body class="lesson">
<div class="container card">
<div class="banner" align="right" style="margin-top: 5px">
<a href="http://monash.edu/bioinformatics" title="Monash Bioinformatics Platform">
<div style="margin-right: 5px;" class="label swc-blue-bg">Monash Bioinformatics Platform</div>
</a>
</div>
<article>
<div class="row">
<div class="col-md-10 col-md-offset-1">
<h1 class="title">RNAseq Using R</h1>
<p>The Monash Bioinformatics Platform want to help make introductory bioinformatic approaches part of the research landscape in Biomedicine. To do this, a foundation level of expertise amongst as many researchers as possible is an important step forward.</p>
<p>This lesson focuses on enabling researchers to be able to analyse RNASeq (next-gen sequencing) data.</p>
<section class="prereq panel panel-warning">
<div class="panel-heading">
<h2><span class="glyphicon glyphicon-education"></span>Prerequisites</h2>
</div>
<div class="panel-body">
<p>An understanding of the concepts of files and directories (including working directory) is required.</p>
<p>Though not required, we often use RStudio when teaching this lesson.</p>
</div>
</section>
<h2 id="topics">Topics</h2>
<ol style="list-style-type: decimal">
<li><a href="99-RNAseq_DE_analysis_with_R.html">RNAseq Using R</a></li>
<li><a href="98-RNAseq_DE_analysis_with_R.Solutions.html">RNAseq Using R (solutions)</a></li>
</ol>
</div>
</div>
</article>
<div class="footer">
<a class="label swc-blue-bg" href="https://github.com/MonashBioinformaticsPlatform/RNAseq-DE-analysis-with-R">Source</a>
</div>
</div>
<!-- Javascript placed at the end of the document so the pages load faster -->
<script src="http://code.jquery.com/jquery-1.9.1.js"></script>
<script src="css/bootstrap/bootstrap-js/bootstrap.js"></script>
</body>
</html>