From 97ac18e13a821d578b50cb02e4d94cef33733118 Mon Sep 17 00:00:00 2001 From: Juan Caballero Date: Tue, 26 Mar 2024 14:06:05 +0100 Subject: [PATCH] csv file url error --- qmd/10_TidyData.qmd | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/qmd/10_TidyData.qmd b/qmd/10_TidyData.qmd index 5275934..6ffece0 100644 --- a/qmd/10_TidyData.qmd +++ b/qmd/10_TidyData.qmd @@ -54,7 +54,7 @@ rna_exp = rna %>% select(gene, sample, expression) rna_exp - +readxl ``` ## Dplyr in action - `pivot_wider()` {auto-animate="true"} @@ -238,7 +238,7 @@ Load the annotation table ```{r} #| echo: true -annot_file = "https://raw.githubusercontent.com/maxplanck-ie/Rintro/2024.04/qmd/data/annnot1.csv" +annot_file = "https://raw.githubusercontent.com/maxplanck-ie/Rintro/2024.04/qmd/data/annot1.csv" annot = read_csv(annot_file)