-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.Rmd
More file actions
72 lines (52 loc) · 2.13 KB
/
index.Rmd
File metadata and controls
72 lines (52 loc) · 2.13 KB
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
---
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
---
***
# Getting started
- **[All communications and important links will be in this Drive Document](https://docs.google.com/document/d/10s0b0c1ACLUw34IOu46C4zyT3I39fzFtZCExi3iGrDc/edit?usp=sharing)**
- **Instructors:** Adele Barugahare, Nitika Kandhari, Natasha Ng, Andrew Perry, Paul Harrison, Laura Perlaza-Jimenez, Giulia Iacono
## Schedule
This workshop is 1 full day.
**First Day**
| Time | Content |
|:---:|:---:|
| 09:00 | Getting started and introduction |
| 09:10 | Planning an RNAseq Experiment |
| 09:30 | Experimental Design |
| 10:00 | Break (10 mins) |
| 10:10 | Library Preparation |
| 11:10 | Pipeline Overview |
| 12:30 | Lunch Break (30 mins) |
| 13:00 | Pipeline Overview |
| 13:30 | Differential Expression |
| 14:30 | Break (10 mins) |
| 14:40 | Differential Expression |
| 15:50 | End remarks |
## 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')
```