Mercurial > repos > proteomisc > preprocess_dataset
diff preprocess_datasets/Affymetrix_Preprocessing_Functions.R @ 19:471c893de71f draft
Uploaded
author | proteomisc |
---|---|
date | Sun, 03 Dec 2023 16:46:42 +0000 |
parents | 4b3faf457c37 |
children |
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)