Mercurial > repos > proteomisc > preprocess_dataset
comparison preprocess_datasets/Affymetrix_Preprocessing.R @ 34:225eddf25d7f draft
Uploaded
author | proteomisc |
---|---|
date | Mon, 11 Dec 2023 12:17:49 +0000 |
parents | 7091181c9a9b |
children | 69a0a1cd02f5 |
comparison
equal
deleted
inserted
replaced
33:1367e5b24925 | 34:225eddf25d7f |
---|---|
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() |