Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
calizilla committed Nov 20, 2024
2 parents 5cca582 + 590c0a5 commit 2001c64
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
1 change: 1 addition & 0 deletions 06-web-tools.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -567,3 +567,4 @@ Functional enrichment analysis (FEA) typically involves one of over representati
- Use different pipelines or parameter configurations as part of sensitivity analysis to check the consistency of results.

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

2 changes: 1 addition & 1 deletion 10-r-environment-setup.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ The code chunk labelled `working directory` contains only "hashed out" code and

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:

```{r plot, echo=TRUE, eval=FALSE}
```{r plot2, echo=TRUE, eval=FALSE}
setwd("workshop")
```

Expand Down
4 changes: 1 addition & 3 deletions index.Rmd
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
---
title: "Functional Enrichment Workshop"
author: 'Australian Biocommons, Sydney Informatics Hub (USYD) and Monash Genomics and Bioinformatics Platform (MGBP)'
date: |
"`r format(Sys.Date(), '%B %d, %Y')`"
<img src="logos.png" width="300" alt="Logo"><br>
date: <span>"`r format(Sys.Date(), '%B %d, %Y')`"</span> <br><img src="logos.png" width="300" alt="Logo"><br>
site: bookdown::bookdown_site
output: bookdown::bs4_book
documentclass: book
Expand Down

0 comments on commit 2001c64

Please sign in to comment.