-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.Rmd
80 lines (58 loc) · 2.29 KB
/
index.Rmd
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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
---
title: "RNAseq Workshop"
author: 'Monash Genomics and Bioinformatics Platform (MGBP)'
date: 'Compiled: `r format(Sys.Date(), "%B %d, %Y")`'
site: bookdown::bookdown_site
documentclass: book
bibliography: [book.bib, packages.bib]
# url: your book url like https://bookdown.org/yihui/bookdown
# cover-image: path to the social sharing image like images/cover.jpg
description: |
RNAseq analysis overview and interpretation
link-citations: yes
github-repo: https://github.com/MonashBioinformaticsPlatform/RNAseq_workshop_2024
---
***
# Getting started
- **[All communications and important links will be in this Drive Document](https://docs.google.com/document/d/1jykhTx23IHoTJvu6rCcs6_cuPznlMLYQZqih_C2-kfs/edit)**
- **Instructors:** Adele Barugahare, Nitika Kandhari, Scott Coutts, Andrew Perry, Paul Harrison, Laura Perlaza-Jimenez
## Schedule
This workshop is 2 sessions long, each 4 hours
**First Day**
| Time | Content |
|:---:|:---:|
| 10:00 | Getting started and introduction |
| 10:10 | Planning an RNAseq Experiment |
| 11:00 | Experimental Design |
| 11:20 | 00:10 Break |
| 11:30 | Library Preparation |
| 12:40 | 00:20 Lunch Break |
| 13:00 | Pipeline Overview |
| 14:00 | End of first session |
**Second Day**
| Time | Content |
|:---:|:---:|
| 10:00 | Pipeline Overview |
| 11:20 | 00:10 Break |
| 11:30 | Pipeline Overview |
| 12:00 | Differential Expression |
| 12:40 | 00:20 Lunch Break |
| 13:00 | Differential Expression |
| 14:00 | End of second session |
## Summary
This workshop is aimed at researchers who are looking to design, analyze, and interpret bulk RNA-seq experiments without the need for coding. It is particularly suitable for those who want to:
- Develop a strong understanding of RNA-seq experiment planning and data analysis.
- Use web-based tools to process and interpret RNA-seq data.
- Gain confidence in making informed decisions about experimental design and data interpretation.
**Contact**
Please email bioinformatics.platform@monash.edu for more information
```{r include=FALSE}
# automatically create a bib database for R packages
knitr::write_bib(c(
.packages(),
'bookdown', 'knitr', 'rmarkdown'
), 'packages.bib')
# So that renv includes these in the lock file
library('xml2')
library('downlit')
```