diff preprocess_datasets/Affymetrix_Preprocessing.R @ 30:9d2343a87802 draft

Uploaded
author proteomisc
date Tue, 05 Dec 2023 12:22:50 +0000
parents d0f05795e9b0
children 7091181c9a9b
line wrap: on
line diff
--- 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)