# HG changeset patch # User proteomisc # Date 1702322805 0 # Node ID 69a0a1cd02f5bb1e5987a43cab0f2ad87e535a92 # Parent 225eddf25d7fa199656ea6567cd0f6f2eafbb975 Uploaded diff -r 225eddf25d7f -r 69a0a1cd02f5 preprocess_datasets/Affymetrix_Preprocessing.R --- a/preprocess_datasets/Affymetrix_Preprocessing.R Mon Dec 11 12:17:49 2023 +0000 +++ b/preprocess_datasets/Affymetrix_Preprocessing.R Mon Dec 11 19:26:45 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")