changeset 19:471c893de71f draft

Uploaded
author proteomisc
date Sun, 03 Dec 2023 16:46:42 +0000
parents 44b7cdfe58ae
children d05e52d7904d
files preprocess_datasets/Affymetrix_Preprocessing_Functions.R
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/preprocess_datasets/Affymetrix_Preprocessing_Functions.R	Sun Dec 03 16:46:18 2023 +0000
+++ b/preprocess_datasets/Affymetrix_Preprocessing_Functions.R	Sun Dec 03 16:46:42 2023 +0000
@@ -1,4 +1,4 @@
-AffymetrixPreprocessingFunction<-function(path="",rawdata,backgroundcorrection_method,normalization_method,summary_method,datasetsource="",listfullnames="")
+AffymetrixPreprocessingFunction<-function(rawdata,backgroundcorrection_method,normalization_method,summary_method,datasetsource="",listfullnames="")
 {
   colnames(exprs(rawdata))<-listfullnames
   data.bg<-bg.correct(rawdata, method=backgroundcorrection_method)