changeset 34:225eddf25d7f draft

Uploaded
author proteomisc
date Mon, 11 Dec 2023 12:17:49 +0000
parents 1367e5b24925
children 69a0a1cd02f5
files preprocess_datasets/Affymetrix_Preprocessing.R
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/preprocess_datasets/Affymetrix_Preprocessing.R	Mon Dec 11 12:16:58 2023 +0000
+++ b/preprocess_datasets/Affymetrix_Preprocessing.R	Mon Dec 11 12:17:49 2023 +0000
@@ -82,8 +82,8 @@
 
 AffymetrixRmd=file_path("Affymetrix.Rmd")
 Style=file_path("look.css")
-suppressWarnings(suppressMessages(knit2html(AffymetrixRmd,output="PreprocessingPlots.html",quiet = T)))
-#suppressWarnings(suppressMessages(markdownToHTML(AffymetrixRmd,output="PreprocessingPlots.html", stylesheet=Style)))
+#suppressWarnings(suppressMessages(knit2html(AffymetrixRmd,output="PreprocessingPlots.html",quiet = T)))
+suppressWarnings(suppressMessages(markdownToHTML(AffymetrixRmd,output="PreprocessingPlots.html", stylesheet=Style)))
 #suppressWarnings(suppressMessages(knit2html(AffymetrixRmd,output="PreprocessingPlots.html",quiet = T)))
 rm(listArguments)
 save.image("MicroArray.Preprocessing.RData")