Skip to content

Commit

Permalink
a few fixes to prior study omics 3
Browse files Browse the repository at this point in the history
  • Loading branch information
3mmaRand committed Oct 23, 2023
1 parent 4cc9e94 commit a1b7932
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 3 deletions.
Binary file removed omics/week-5/Rplot001.jpg
Binary file not shown.
2 changes: 1 addition & 1 deletion omics/week-5/overview.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ toc: true
toc-location: right
---

This week we cover how to visualise and interpret the results of your differential expression analysis. The independent study will allow you to check you have what you should have following the [Omics 2: Statistical Analysis workshop](../week-4/workshop.html) and [Consolidation study](../week-4/study_after_workshop.html). It will also summarise the the methods and plots we will go through in the workshop. In the workshop, we will learn how to conduct a Principle Component Analysis (PCA) and plot the results as well as how to create a nicely formatted Volcano plot and heatmap.
This week we cover how to visualise and interpret the results of your differential expression analysis. The independent study will allow you to check you have what you should have following the [Omics 2: Statistical Analysis workshop](../week-4/workshop.html) and [Consolidation study](../week-4/study_after_workshop.html). It will also summarise the the methods and plots we will go through in the workshop. In the workshop, we will learn how to merge gene information into out results, conduct a Principle Component Analysis (PCA) and plot the results as well as how to create a nicely formatted Volcano plot and heatmap.

We suggest you sit together with your group in the workshop.

Expand Down
4 changes: 2 additions & 2 deletions omics/week-5/study_before_workshop.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ Remind yourself of the key columns you have in the results files:

```{r}
#| echo: false
read_csv("results/s30_results.csv") |> glimpse()
read_csv("results/S30_results.csv") |> glimpse()
```

Expand Down Expand Up @@ -401,7 +401,7 @@ change](figures/prog-hspc-volcano.png)

## Packages to install before the workshop

**`heatmaply`** [@heatmapply] and **`ggrepel`** [@ggrepel] from CRAN in
**`heatmaply`** [@heatmaply] and **`ggrepel`** [@ggrepel] from CRAN in
the the normal way:

```{r}
Expand Down
9 changes: 9 additions & 0 deletions references.bib
Original file line number Diff line number Diff line change
Expand Up @@ -539,4 +539,13 @@ @Manual{ggrepel
year = {2023},
note = {R package version 0.9.4},
url = {https://github.com/slowkow/ggrepel},
}

@Article{heatmaply,
author = {{Galili} and {Tal} and {O'Callaghan} and {Alan} and {Sidi} and {Jonathan} and {Sievert} and {Carson}},
title = {heatmaply: an R package for creating interactive cluster heatmaps for online publishing},
journal = {Bioinformatics},
year = {2017},
doi = {10.1093/bioinformatics/btx657},
url = {https://academic.oup.com/bioinformatics/article-pdf/doi/10.1093/bioinformatics/btx657/21358327/btx657.pdf},
}

0 comments on commit a1b7932

Please sign in to comment.