diff preprocess_datasets/Affymetrix_Preprocessing.R @ 28:183b24bc8574 draft

Uploaded
author proteomisc
date Mon, 04 Dec 2023 12:47:12 +0000
parents b5eac045873c
children d0f05795e9b0
line wrap: on
line diff
--- a/preprocess_datasets/Affymetrix_Preprocessing.R	Mon Dec 04 12:41:06 2023 +0000
+++ b/preprocess_datasets/Affymetrix_Preprocessing.R	Mon Dec 04 12:47:12 2023 +0000
@@ -82,7 +82,7 @@
 
 AffymetrixRmd=file_path("Affymetrix.Rmd")
 Style=file_path("look.css")
-suppressWarnings(suppressMessages(markdownToHTML(AffymetrixRmd,output="PreprocessingPlots.html",quiet = T, stylesheet=Style)))
+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")