From 3f29ea3e82527ea1872177867bd98ead490bbd21 Mon Sep 17 00:00:00 2001 From: Laurent Gatto Date: Thu, 7 Mar 2024 12:55:37 +0100 Subject: [PATCH] clarify qst --- 30-dplyr.Rmd | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/30-dplyr.Rmd b/30-dplyr.Rmd index 9f8b563..89d1465 100644 --- a/30-dplyr.Rmd +++ b/30-dplyr.Rmd @@ -552,7 +552,8 @@ rna %>% 1. How many genes were analysed in each sample? 2. Use `group_by()` and `summarize()` to evaluate the sequencing depth -(the sum of all counts) in each sample. Which sample has the highest sequencing depth? + (the sum of all expressions) in each sample. Which sample has the + highest sequencing depth? 3. Calculate the mean expression level of gene "Dok3" by timepoints.