From a5864696dd9ff537befe15633b5c17a761d1b128 Mon Sep 17 00:00:00 2001
From: Natalia  PIETROSEMOLI <natalia.pietrosemoli@pasteur.fr>
Date: Tue, 24 May 2022 15:32:32 +0200
Subject: [PATCH] Update Tuesday/practicals_day2_PHINDAccess.Rmd

---
 Tuesday/practicals_day2_PHINDAccess.Rmd | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/Tuesday/practicals_day2_PHINDAccess.Rmd b/Tuesday/practicals_day2_PHINDAccess.Rmd
index e70eece..6254e08 100644
--- a/Tuesday/practicals_day2_PHINDAccess.Rmd
+++ b/Tuesday/practicals_day2_PHINDAccess.Rmd
@@ -195,8 +195,7 @@ sum(cam.HRvsCR$FDR <= alpha)
 
 # Number of genes in this GO term
 # list_go[["GO:0004418"]]
-# Number of genes in this GO term AND in our dataset
-# index[["GO:0004418"]]
+
 
 rownames(cam.HRvsCR)[cam.HRvsCR$FDR <= alpha]
 
-- 
GitLab