Skip to content

Commit 2001c64

Browse files
committed
2 parents 5cca582 + 590c0a5 commit 2001c64

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

06-web-tools.Rmd

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -567,3 +567,4 @@ Functional enrichment analysis (FEA) typically involves one of over representati
567567
- Use different pipelines or parameter configurations as part of sensitivity analysis to check the consistency of results.
568568

569569
- Share complete analysis workflows, including code and documentation, to allow others to replicate the findings accurately.
570+

10-r-environment-setup.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ The code chunk labelled `working directory` contains only "hashed out" code and
225225

226226
Note that the default directory for RStusio (set in the 'Global options') and the default directory for a code notebook differ! You can change the working directory of the console to match the notebook by issuing the below command into your console directly:
227227

228-
```{r plot, echo=TRUE, eval=FALSE}
228+
```{r plot2, echo=TRUE, eval=FALSE}
229229
setwd("workshop")
230230
```
231231

index.Rmd

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
---
22
title: "Functional Enrichment Workshop"
33
author: 'Australian Biocommons, Sydney Informatics Hub (USYD) and Monash Genomics and Bioinformatics Platform (MGBP)'
4-
date: |
5-
"`r format(Sys.Date(), '%B %d, %Y')`"
6-
<img src="logos.png" width="300" alt="Logo"><br>
4+
date: <span>"`r format(Sys.Date(), '%B %d, %Y')`"</span> <br><img src="logos.png" width="300" alt="Logo"><br>
75
site: bookdown::bookdown_site
86
output: bookdown::bs4_book
97
documentclass: book

0 commit comments

Comments
 (0)