From 34f4dfba45a53c03be69eab547d79ad440a8a0d5 Mon Sep 17 00:00:00 2001 From: Laurent Gatto Date: Wed, 13 Mar 2024 23:27:16 +0100 Subject: [PATCH] rephrase qst --- 30-dplyr.Rmd | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/30-dplyr.Rmd b/30-dplyr.Rmd index 89d1465..c053555 100644 --- a/30-dplyr.Rmd +++ b/30-dplyr.Rmd @@ -874,9 +874,9 @@ rna_1 %>% `r msmbstyle::question_begin()` -Use the `rna` dataset to create an expression matrix were each row -represents the mean expression levels of genes and columns represent -the different timepoints. +Use the `rna` dataset to create an new table were each row represents +the mean expression levels of genes and columns represent the +different timepoints. `r msmbstyle::question_end()`