comparison GRsetFromGEO/GRsetFromGEO.R @ 53:46acdba0f6d8 draft

Uploaded
author testtool
date Mon, 24 Apr 2017 12:38:19 -0400
parents 7aeee7c02c4d
children
comparison
equal deleted inserted replaced
52:7aeee7c02c4d 53:46acdba0f6d8
67 pData = pData(gset), annotation = c(array = array, 67 pData = pData(gset), annotation = c(array = array,
68 annotation = annotation), preprocessMethod = preprocessing) 68 annotation = annotation), preprocessMethod = preprocessing)
69 } 69 }
70 return(out) 70 return(out)
71 } 71 }
72 save(out,file = output) 72 write(out,file = output)
73 73
74 74