comparison preprocess_datasets/Affymetrix_Preprocessing.R @ 28:183b24bc8574 draft

Uploaded
author proteomisc
date Mon, 04 Dec 2023 12:47:12 +0000
parents b5eac045873c
children d0f05795e9b0
comparison
equal deleted inserted replaced
27:b5eac045873c 28:183b24bc8574
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(markdownToHTML(AffymetrixRmd,output="PreprocessingPlots.html",quiet = T, stylesheet=Style))) 85 suppressWarnings(suppressMessages(markdownToHTML(AffymetrixRmd,output="PreprocessingPlots.html", stylesheet=Style)))
86 #suppressWarnings(suppressMessages(knit2html(AffymetrixRmd,output="PreprocessingPlots.html",quiet = T))) 86 #suppressWarnings(suppressMessages(knit2html(AffymetrixRmd,output="PreprocessingPlots.html",quiet = T)))
87 rm(listArguments) 87 rm(listArguments)
88 save.image("MicroArray.Preprocessing.RData") 88 save.image("MicroArray.Preprocessing.RData")
89 sink() 89 sink()
90 sink() 90 sink()