Mercurial > repos > proteomisc > preprocess_dataset
comparison preprocess_datasets/Affymetrix_Preprocessing.R @ 20:d05e52d7904d draft
Uploaded
author | proteomisc |
---|---|
date | Sun, 03 Dec 2023 16:50:44 +0000 |
parents | 44b7cdfe58ae |
children | 5d481ae1b76c |
comparison
equal
deleted
inserted
replaced
19:471c893de71f | 20:d05e52d7904d |
---|---|
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 print(listArguments) | |
39 listArguments[["rawdata"]]=MicroArray_Object$affy_object | 38 listArguments[["rawdata"]]=MicroArray_Object$affy_object |
40 if(datasetsource=="intern"){ | 39 if(datasetsource=="intern"){ |
41 designo<-MicroArray_Object$designo | 40 designo<-MicroArray_Object$designo |
42 } | 41 } |
43 | 42 |