# HG changeset patch # User proteomisc # Date 1701623328 0 # Node ID 5d481ae1b76cdbbf9c698ae2f114d4cd63122b84 # Parent d05e52d7904d706ace2496d7bd95e4596bb8dcef Uploaded diff -r d05e52d7904d -r 5d481ae1b76c preprocess_datasets/Affymetrix_Preprocessing.R --- a/preprocess_datasets/Affymetrix_Preprocessing.R Sun Dec 03 16:50:44 2023 +0000 +++ b/preprocess_datasets/Affymetrix_Preprocessing.R Sun Dec 03 17:08:48 2023 +0000 @@ -1,5 +1,6 @@ -options(show.error.messages=F, error=function(){cat(geterrmessage(),file=stderr());q("no",1,F)}) +options(show.error.messages=F,warn=-1, error=function(){cat(geterrmessage(),file=stderr());q("no",1,F)}) sink(stdout(), type = "message") +sink(stdout() ,type = "output") suppressWarnings(suppressMessages(library(affy))) suppressWarnings(suppressMessages(library(affyPLM))) suppressWarnings(suppressMessages(library(batch))) @@ -88,3 +89,5 @@ suppressWarnings(suppressMessages(knit2html(AffymetrixRmd,output="PreprocessingPlots.html",quiet = T, stylesheet=Style))) rm(listArguments) save.image("MicroArray.Preprocessing.RData") +sink() +sink()