Skip to content

Commit

Permalink
rebuild book
Browse files Browse the repository at this point in the history
  • Loading branch information
lgatto committed Nov 1, 2023
1 parent 9a003be commit 191e5ed
Show file tree
Hide file tree
Showing 74 changed files with 3,705 additions and 1,802 deletions.
68 changes: 45 additions & 23 deletions docs/404.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@

<meta name="author" content="Laurent Gatto" />

<meta name="date" content="2023-07-19" />
<meta name="date" content="2023-11-01" />

<script type="text/x-mathjax-config">
MathJax.Hub.Config({
TeX: { equationNumbers: { autoNumber: "AMS" } }
});
</script>
<script src="/usr/share/javascript/mathjax/tex-mml-chtml.js" type="text/javascript"></script>
<script src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-chtml-full.js" type="text/javascript"></script>

<meta name="description" content="Course material for the Introduction to bioinformatics (WSBIM1207) course at UCLouvain.">

Expand Down Expand Up @@ -65,10 +65,9 @@
tooltip.innerHTML = 'Copy link';
}
</script>
<script src="libs/accessible-code-block-0.0.1/empty-anchor.js"></script>
<script src="libs/htmlwidgets-1.6.2/htmlwidgets.js"></script>
<link href="libs/datatables-css-0.0.0/datatables-crosstalk.css" rel="stylesheet" />
<script src="libs/datatables-binding-0.28/datatables.js"></script>
<script src="libs/datatables-binding-0.30/datatables.js"></script>
<script src="libs/jquery-3.6.0/jquery-3.6.0.min.js"></script>
<link href="libs/dt-core-1.13.4/css/jquery.dataTables.min.css" rel="stylesheet" />
<link href="libs/dt-core-1.13.4/css/jquery.dataTables.extra.css" rel="stylesheet" />
Expand All @@ -80,8 +79,9 @@
<style type="text/css">code{white-space: pre;}</style>
<style type="text/css">
pre > code.sourceCode { white-space: pre; position: relative; }
pre > code.sourceCode > span { display: inline-block; line-height: 1.25; }
pre > code.sourceCode > span { line-height: 1.25; }
pre > code.sourceCode > span:empty { height: 1.2em; }

code.sourceCode > span { color: inherit; text-decoration: inherit; }
div.sourceCode { margin: 1em 0; }
pre.sourceCode { margin: 0; }
Expand Down Expand Up @@ -116,7 +116,7 @@
code span.an { color: #60a0b0; font-weight: bold; font-style: italic; } /* Annotation */
code span.at { color: #7d9029; } /* Attribute */
code span.bn { color: #40a070; } /* BaseN */
code span.bu { } /* BuiltIn */
code span.bu { color: #008000; } /* BuiltIn */
code span.cf { color: #007020; font-weight: bold; } /* ControlFlow */
code span.ch { color: #4070a0; } /* Char */
code span.cn { color: #880000; } /* Constant */
Expand All @@ -129,7 +129,7 @@
code span.ex { } /* Extension */
code span.fl { color: #40a070; } /* Float */
code span.fu { color: #06287e; } /* Function */
code span.im { } /* Import */
code span.im { color: #008000; font-weight: bold; } /* Import */
code span.in { color: #60a0b0; font-weight: bold; font-style: italic; } /* Information */
code span.kw { color: #007020; font-weight: bold; } /* Keyword */
code span.op { color: #666666; } /* Operator */
Expand All @@ -144,6 +144,28 @@
</style>


<style type="text/css">
/* Used with Pandoc 2.11+ new --citeproc when CSL is used */
div.csl-bib-body { }
div.csl-entry {
clear: both;
}
.hanging div.csl-entry {
margin-left:2em;
text-indent:-2em;
}
div.csl-left-margin {
min-width:2em;
float:left;
}
div.csl-right-inline {
margin-left:2em;
padding-left:1em;
}
div.csl-indent {
margin-left: 2em;
}
</style>

<link rel="stylesheet" href="style.css" type="text/css" />

Expand All @@ -161,20 +183,20 @@
<li class="dropdown" style="float:right">
<a href="javascript:void(0)" class="dropbtn">&#x25BE; Chapters</a>
<div class="dropdown-content">
<a href="index.html">Preamble</a>
<a href="sec-dataorg.html"><span class="toc-section-number">1</span> Data organisation with Spreadsheets</a>
<a href="sec-rrstudio.html"><span class="toc-section-number">2</span> R and RStudio</a>
<a href="sec-startr.html"><span class="toc-section-number">3</span> Introduction to R</a>
<a href="sec-startdata.html"><span class="toc-section-number">4</span> Starting with data</a>
<a href="sec-dplyr.html"><span class="toc-section-number">5</span> Manipulating and analyzing data with dplyr</a>
<a href="sec-vis.html"><span class="toc-section-number">6</span> Data visualization</a>
<a href="sec-join.html"><span class="toc-section-number">7</span> Joining tables</a>
<a href="sec-rr.html"><span class="toc-section-number">8</span> Reproducible research</a>
<a href="sec-bioinfo.html"><span class="toc-section-number">9</span> Bioinformatics</a>
<a href="sec-prog.html"><span class="toc-section-number">10</span> Additional programming concepts</a>
<a href="sec-ccl.html"><span class="toc-section-number">11</span> Conclusions</a>
<a href="sec-anx.html"><span class="toc-section-number">12</span> Annex</a>
<a href="session-information.html"><span class="toc-section-number">13</span> Session information</a>
<a href="index.html" id="toc-preamble">Preamble</a>
<a href="sec-dataorg.html" id="toc-sec-dataorg"><span class="toc-section-number">1</span> Data organisation with Spreadsheets</a>
<a href="sec-rrstudio.html" id="toc-sec-rrstudio"><span class="toc-section-number">2</span> R and RStudio</a>
<a href="sec-startr.html" id="toc-sec-startr"><span class="toc-section-number">3</span> Introduction to R</a>
<a href="sec-startdata.html" id="toc-sec-startdata"><span class="toc-section-number">4</span> Starting with data</a>
<a href="sec-dplyr.html" id="toc-sec-dplyr"><span class="toc-section-number">5</span> Manipulating and analyzing data with dplyr</a>
<a href="sec-vis.html" id="toc-sec-vis"><span class="toc-section-number">6</span> Data visualization</a>
<a href="sec-join.html" id="toc-sec-join"><span class="toc-section-number">7</span> Joining tables</a>
<a href="sec-rr.html" id="toc-sec-rr"><span class="toc-section-number">8</span> Reproducible research</a>
<a href="sec-bioinfo.html" id="toc-sec-bioinfo"><span class="toc-section-number">9</span> Bioinformatics</a>
<a href="sec-prog.html" id="toc-sec-prog"><span class="toc-section-number">10</span> Additional programming concepts</a>
<a href="sec-ccl.html" id="toc-sec-ccl"><span class="toc-section-number">11</span> Conclusions</a>
<a href="sec-anx.html" id="toc-sec-anx"><span class="toc-section-number">12</span> Annex</a>
<a href="session-information.html" id="toc-session-information"><span class="toc-section-number">13</span> Session information</a>
</div>
</li>
</ul>
Expand All @@ -194,9 +216,9 @@ <h1>Page not found</h1>
<p style="text-align: center;">
</p>
<p class="build-date">Page built:
2023-07-19
2023-11-01
using
R version 4.3.1 (2023-06-16)
R version 4.3.1 Patched (2023-07-10 r84676)
</p>
</div>
</div>
Expand Down
Binary file modified docs/WSBIM1207_files/figure-html/adding-colors-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/WSBIM1207_files/figure-html/adding-diag-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/WSBIM1207_files/figure-html/adding-transparency-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/WSBIM1207_files/figure-html/bindfig-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/WSBIM1207_files/figure-html/boxplot-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/WSBIM1207_files/figure-html/boxplot-color-time-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/WSBIM1207_files/figure-html/boxplot-color-time-2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/WSBIM1207_files/figure-html/boxplot-with-points-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/WSBIM1207_files/figure-html/boxplot-with-points2-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/WSBIM1207_files/figure-html/boxplot-xaxis-rotated-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/WSBIM1207_files/figure-html/color-by-gene_biotype1-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/WSBIM1207_files/figure-html/color-by-gene_biotype2-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/WSBIM1207_files/figure-html/color-by-gene_biotype3-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/WSBIM1207_files/figure-html/create-ggplot-object-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/WSBIM1207_files/figure-html/facet-by-gene-and-sex-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/WSBIM1207_files/figure-html/first-facet-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/WSBIM1207_files/figure-html/first-facet-scales-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/WSBIM1207_files/figure-html/first-ggplot-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/WSBIM1207_files/figure-html/first-time-series-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/WSBIM1207_files/figure-html/firstfactorplot-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/WSBIM1207_files/figure-html/gridarrange-example-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/WSBIM1207_files/figure-html/mean_exp-time-with-theme-1.png
Binary file modified docs/WSBIM1207_files/figure-html/paintermodel-1.png
Binary file modified docs/WSBIM1207_files/figure-html/plotmethod-1.png
Binary file modified docs/WSBIM1207_files/figure-html/second-ggplot-1.png
Binary file modified docs/WSBIM1207_files/figure-html/sub1-1.png
Binary file modified docs/WSBIM1207_files/figure-html/sub2-1.png
Binary file modified docs/WSBIM1207_files/figure-html/time-series-by-gene-1.png
Binary file modified docs/WSBIM1207_files/figure-html/time-series-with-colors-1.png
Binary file modified docs/WSBIM1207_files/figure-html/unnamed-chunk-109-1.png
Binary file modified docs/WSBIM1207_files/figure-html/unnamed-chunk-192-1.png
Binary file modified docs/WSBIM1207_files/figure-html/unnamed-chunk-192-2.png
Binary file modified docs/WSBIM1207_files/figure-html/unnamed-chunk-193-1.png
Binary file modified docs/WSBIM1207_files/figure-html/unnamed-chunk-195-1.png
Binary file modified docs/WSBIM1207_files/figure-html/unnamed-chunk-196-1.png
Binary file modified docs/WSBIM1207_files/figure-html/unnamed-chunk-197-1.png
Binary file modified docs/WSBIM1207_files/figure-html/unnamed-chunk-198-1.png
Binary file modified docs/WSBIM1207_files/figure-html/unnamed-chunk-201-1.png
Binary file modified docs/WSBIM1207_files/figure-html/unnamed-chunk-202-1.png
Binary file modified docs/WSBIM1207_files/figure-html/unnamed-chunk-202-2.png
Binary file modified docs/WSBIM1207_files/figure-html/unnamed-chunk-202-3.png
Binary file modified docs/WSBIM1207_files/figure-html/unnamed-chunk-202-4.png
Binary file modified docs/WSBIM1207_files/figure-html/unnamed-chunk-203-1.png
Binary file modified docs/WSBIM1207_files/figure-html/unnamed-chunk-204-1.png
Binary file modified docs/WSBIM1207_files/figure-html/unnamed-chunk-205-1.png
Binary file modified docs/WSBIM1207_files/figure-html/unnamed-chunk-206-1.png
Binary file modified docs/WSBIM1207_files/figure-html/unnamed-chunk-207-1.png
Binary file modified docs/WSBIM1207_files/figure-html/unnamed-chunk-226-1.png
Binary file modified docs/WSBIM1207_files/figure-html/unnamed-chunk-283-1.png
Binary file modified docs/WSBIM1207_files/figure-html/unnamed-chunk-81-1.png
Loading

0 comments on commit 191e5ed

Please sign in to comment.