From 520ba66cb226baf4b7d5091746854677771b7028 Mon Sep 17 00:00:00 2001
From: Claudia  CHICA <claudia.chica@pasteur.fr>
Date: Tue, 24 May 2022 01:07:43 +0200
Subject: [PATCH] Replace EPITOME_CS_integration.Rmd

---
 Wednesday/MFA/EPITOME_CS_integration.Rmd | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Wednesday/MFA/EPITOME_CS_integration.Rmd b/Wednesday/MFA/EPITOME_CS_integration.Rmd
index f7cf21b..cf5ce2b 100644
--- a/Wednesday/MFA/EPITOME_CS_integration.Rmd
+++ b/Wednesday/MFA/EPITOME_CS_integration.Rmd
@@ -74,7 +74,7 @@ kable(table(DEGs$DEG_kind,DEGs$DEG_sign),caption = "Transcriptome: expression pr
 
 ```{r load_peaks2Gene}
 # Load Tgene peak - gene links
-fileName=("./data/peaks2GeneTgene_H3K4me2_links.tsv")
+fileName=("./RData/peaks2GeneTgene_H3K4me2_links.RData")
 load(fileName)
 
 ```
-- 
GitLab