From 123bc543a91be46a901cea3a8c906e93d7f504c9 Mon Sep 17 00:00:00 2001 From: aakan96 <aakan96@mi.fu-berlin.de> Date: Thu, 20 Jul 2023 18:53:29 +0000 Subject: [PATCH] Update file README.md --- 01_Differential_Expression_Analysis/README.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 01_Differential_Expression_Analysis/README.md diff --git a/01_Differential_Expression_Analysis/README.md b/01_Differential_Expression_Analysis/README.md new file mode 100644 index 0000000..9643dc5 --- /dev/null +++ b/01_Differential_Expression_Analysis/README.md @@ -0,0 +1,3 @@ +Deseq2: contains the scripts that we used for DGEA with deseq2 package in R. +Limma: contains the scripts that we used for DGEA with limma package in R. +Merging: contains scripts that we used for merging the mRNA data. \ No newline at end of file -- GitLab