# HG changeset patch # User proteomisc # Date 1702297069 0 # Node ID 225eddf25d7fa199656ea6567cd0f6f2eafbb975 # Parent 1367e5b24925d09003ac836fd98e99e2605318bd Uploaded diff -r 1367e5b24925 -r 225eddf25d7f preprocess_datasets/Affymetrix_Preprocessing.R --- 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")