diff --git a/omics/week-3/study_after_workshop.qmd b/omics/week-3/study_after_workshop.qmd index 2591f8c..5722ccd 100644 --- a/omics/week-3/study_after_workshop.qmd +++ b/omics/week-3/study_after_workshop.qmd @@ -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} - -```