Skip to content

Commit

Permalink
omics 1 after workshop study complete
Browse files Browse the repository at this point in the history
  • Loading branch information
3mmaRand committed Sep 13, 2023
1 parent dbafc8a commit 76eb1b1
Showing 1 changed file with 14 additions and 11 deletions.
25 changes: 14 additions & 11 deletions omics/week-3/study_after_workshop.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -7,19 +7,22 @@ format:
code-summary: "Answer - don't look until you have tried!"
---

# Set up

If you have just opened RStudio you will want to load the packages and import the data.
You need only do the section for your own project data

```{r}
#| code-fold: false
library(tidyverse)
library(readxl)
```
🐸 Frogs

🎬 Open your `frogs-88H` Project. Make a new script and, using `cont-fgf-s30.R` as a template, repeat the analysis on one of the other comparisons.


🐭 Mice

🎬 Open your `mice-88H` Project. Open your `hspc-prog.R` script and, using you code working with the hspc cells as a template, repeat the analysis on the prog cells.


🍂 xxxx

🎬 Open your `xxxx-88H` Project. Make a new script and, using `xxxxxxx.R` as a template, repeat the analysis on xxxxxxxx

1. 💻 xx.

```{r}

```

0 comments on commit 76eb1b1

Please sign in to comment.