Skip to content

Commit 1f2883d

Browse files
author
lper0012
committed
formatting changes
1 parent af6fac6 commit 1f2883d

File tree

9 files changed

+3055
-498
lines changed

9 files changed

+3055
-498
lines changed

Functiona_Enrichment.log

Lines changed: 874 additions & 226 deletions
Large diffs are not rendered by default.

Functiona_Enrichment.pdf

632 KB
Binary file not shown.

Functiona_Enrichment.tex

Lines changed: 2163 additions & 268 deletions
Large diffs are not rendered by default.

Sydney_informatics_hub_logo.png

69.2 KB
Loading

_common.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# example R options set globally
2-
options(width = 60)
2+
options(width = 100)
33

44
# example chunk options set globally
55
knitr::opts_chunk$set(

_output.yml

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
11
bookdown::bs4_book:
2+
include:
3+
before_body: title.html
24
css: style.css
35
# includes:
46
# in_header: custom-header.html
57
# before_body: custom.js
68
# includes:
79
# in_header: custom.js
810
theme:
9-
primary: "#1D0F81"
11+
primary: "green"
1012
repo: https://github.com/MonashBioinformaticsPlatfor/Functional_Enrichment_BioCommons_2024
1113
# toc_depth: 2 # Adjust the depth as needed (e.g., 2 for up to H2 headers)
1214
bookdown::pdf_book:
@@ -16,3 +18,12 @@ bookdown::pdf_book:
1618
citation_package: natbib
1719
keep_tex: yes
1820
bookdown::epub_book: default
21+
bookdown::gitbook:
22+
css: style.css
23+
config:
24+
toc:
25+
before: |
26+
<a href="https://www.example.com/"><img src="Sydney_informatics_hub_logo.png" width="280"></a>
27+
<li><a href="./">An example Resource</a></li>
28+
after: |
29+
<li><a href="https://github.com/rstudio/bookdown" target="blank">Published with bookdown</a></li>

index.Rmd

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: "Functional Enrichment Workshop"
3-
author: "Monash Genomics and Bioinformatics Platform (MGBP)"
3+
author: "Australian Biocommons, Sydney Informatics Hub (USYD) and Monash Genomics and Bioinformatics Platform (MGBP)"
44
date: "Compiled: `r format(Sys.Date(), '%B %d, %Y')`"
55
site: bookdown::bookdown_site
66
output: bookdown::bs4_book
@@ -10,6 +10,8 @@ description: |
1010
A comprehensive guide to functional enrichment analysis using both online platforms and command-line tools.
1111
link-citations: yes
1212
github-repo: "https://github.com/MonashBioinformaticsPlatform/Functional_Enrichment_Workshop_2024"
13+
always_allow_html: true
14+
# cover-image: Sydney_informatics_hub_logo.png
1315
---
1416

1517
# Functional Enrichment Workshop

style.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
/* Adjust the width of the main content area */
33
.book .book-body .body-inner {
4-
max-width: 60%;
4+
max-width: 100%;
55
margin: auto;
66
}
77

title.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
<span class="main-title"><em>Making sense of gene and proteins lists with functional enrichment analysis</em></span>

0 commit comments

Comments
 (0)