comparison preprocess_datasets/Affymetrix_Preprocessing.R @ 18:44b7cdfe58ae draft

Uploaded
author proteomisc
date Sun, 03 Dec 2023 16:46:18 +0000
parents a73997df371a
children d05e52d7904d
comparison
equal deleted inserted replaced
17:53793f67dd18 18:44b7cdfe58ae
33 listArguments[["w"]]=NULL 33 listArguments[["w"]]=NULL
34 if (!is.null(listArguments[["image"]])){ 34 if (!is.null(listArguments[["image"]])){
35 load(listArguments[["image"]]) 35 load(listArguments[["image"]])
36 listArguments[["image"]]=NULL 36 listArguments[["image"]]=NULL
37 } 37 }
38 listArguments[["path"]]=""
39 print(listArguments) 38 print(listArguments)
40 listArguments[["rawdata"]]=MicroArray_Object$affy_object 39 listArguments[["rawdata"]]=MicroArray_Object$affy_object
41 if(datasetsource=="intern"){ 40 if(datasetsource=="intern"){
42 designo<-MicroArray_Object$designo 41 designo<-MicroArray_Object$designo
43 } 42 }