From f9aa5722b5b6509df72724e84d41cd08cd7c8cd0 Mon Sep 17 00:00:00 2001 From: Malachi Griffith Date: Wed, 19 Jun 2024 10:00:27 -0400 Subject: [PATCH] add quit command again --- _posts/0003-03-03-Differential_Expression-DESeq2.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_posts/0003-03-03-Differential_Expression-DESeq2.md b/_posts/0003-03-03-Differential_Expression-DESeq2.md index 12b94ae..bcff758 100644 --- a/_posts/0003-03-03-Differential_Expression-DESeq2.md +++ b/_posts/0003-03-03-Differential_Expression-DESeq2.md @@ -263,7 +263,7 @@ saveRDS(res, 'res.rds') saveRDS(resLFC, 'resLFC.rds') # to exit R type the following -#quit(save="no") +quit(save="no") ```