comparison preprocess_datasets/Affymetrix_Preprocessing.R @ 35:69a0a1cd02f5 draft

Uploaded
author proteomisc
date Mon, 11 Dec 2023 19:26:45 +0000
parents 225eddf25d7f
children
comparison
equal deleted inserted replaced
34:225eddf25d7f 35:69a0a1cd02f5
80 plotDensities(exprs(Prepro_object$data.norm),log=T) 80 plotDensities(exprs(Prepro_object$data.norm),log=T)
81 invisible(dev.off()) 81 invisible(dev.off())
82 82
83 AffymetrixRmd=file_path("Affymetrix.Rmd") 83 AffymetrixRmd=file_path("Affymetrix.Rmd")
84 Style=file_path("look.css") 84 Style=file_path("look.css")
85 #suppressWarnings(suppressMessages(knit2html(AffymetrixRmd,output="PreprocessingPlots.html",quiet = T))) 85 suppressWarnings(suppressMessages(knit2html(AffymetrixRmd,output="PreprocessingPlots.html",quiet = T)))
86 suppressWarnings(suppressMessages(markdownToHTML(AffymetrixRmd,output="PreprocessingPlots.html", stylesheet=Style))) 86 #suppressWarnings(suppressMessages(markdownToHTML(AffymetrixRmd,output="PreprocessingPlots.html", stylesheet=Style)))
87 #suppressWarnings(suppressMessages(knit2html(AffymetrixRmd,output="PreprocessingPlots.html",quiet = T))) 87 #suppressWarnings(suppressMessages(knit2html(AffymetrixRmd,output="PreprocessingPlots.html",quiet = T)))
88 rm(listArguments) 88 rm(listArguments)
89 save.image("MicroArray.Preprocessing.RData") 89 save.image("MicroArray.Preprocessing.RData")
90 sink() 90 sink()
91 sink() 91 sink()