# HG changeset patch # User proteomisc # Date 1702295873 0 # Node ID 7091181c9a9b28f7efaba897868aba930206546a # Parent 9d2343a87802a40a43c18461c43445569a7b46f7 Uploaded diff -r 9d2343a87802 -r 7091181c9a9b preprocess_datasets/Affymetrix_Preprocessing.R --- a/preprocess_datasets/Affymetrix_Preprocessing.R Tue Dec 05 12:22:50 2023 +0000 +++ b/preprocess_datasets/Affymetrix_Preprocessing.R Mon Dec 11 11:57:53 2023 +0000 @@ -82,7 +82,6 @@ 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)))