Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
mblue9 committed Jul 2, 2020
1 parent cb476a6 commit 431490a
Showing 1 changed file with 10 additions and 9 deletions.
19 changes: 10 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Docker image: https://hub.docker.com/repository/docker/stemangiola/bioc_2020_tid

Dr. Maria Doyle ([email protected]) and Dr. Stefano Mangiola ([email protected])

# Workshop Description
## Workshop Description

This workshop will present how to perform analysis of RNA sequencing data following the tidy data paradigm. The tidy data paradigm provides a standard way to organise data values within a dataset, where each variable is a column, each observation is a row, and data is manipulated using an easy-to-understand vocabulary. Most importantly, the data structure remains consistent across manipulation and analysis functions.

Expand All @@ -27,28 +27,29 @@ The topics presented in this workshop will be
* Familiarity with tidyverse syntax

Recommended Background Reading
[Introduction to R for Biologists](https://mblue9.github.io/r-intro-biologists/intro_r_biologists.html)
[Introduction to R for Biologists](https://melbournebioinformatics.github.io/r-intro-biologists/intro_r_biologists.html)

## Workshop Participation

Students will be expected to participate in the workshop in a hands-on way, following along with the code provided and performing exercises.
Students will be expected to participate in the workshop in a hands-on way, following along with the code provided and performing exercises.

## _R_ / _Bioconductor_ packages used

* tidyverse
* tidybulk
* tidyHeatmap
* edgeR
* devtools
* ggrepel
* airway

## Time outline

| Activity | Time |
|----------------------------------------------|------|
| Data exploration | 30m |
| Data dimensionality reduction and clustering | 30m |
| Differential gene expression | 30m |
| Data visualisation | 30m |
| Data preprocessing | 15m |
| Data dimensionality reduction and clustering | 15m |
| Differential gene expression | 10m |
| Data visualisation | 20m |

# Workshop goals and objectives

Expand All @@ -65,4 +66,4 @@ The tidytranscriptomics approach to RNA sequencing data analysis abstracts out t

* Recall the key concepts of RNA sequencing data analysis
* Apply the concepts to publicly available data
* Create plots that summarise the information content of the data and analysis results
* Create plots that summarise the information content of the data and analysis results

0 comments on commit 431490a

Please sign in to comment.