# HG changeset patch
# User proteomisc
# Date 1701778970 0
# Node ID 9d2343a87802a40a43c18461c43445569a7b46f7
# Parent  d0f05795e9b0725960cba795f6316257fc541fec
Uploaded

diff -r d0f05795e9b0 -r 9d2343a87802 preprocess_datasets/Affymetrix_Preprocessing.R
--- a/preprocess_datasets/Affymetrix_Preprocessing.R	Tue Dec 05 12:16:17 2023 +0000
+++ b/preprocess_datasets/Affymetrix_Preprocessing.R	Tue Dec 05 12:22:50 2023 +0000
@@ -83,6 +83,7 @@
 AffymetrixRmd=file_path("Affymetrix.Rmd")
 Style=file_path("look.css")
 suppressWarnings(suppressMessages(knit(AffymetrixRmd,output="PreprocessingPlots.html",quiet = T)))
+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)