I am trying to analyze GSE 30321 datasets in R. However, it has 295 samples separated into two files. I use
gset <- getGEO('GSE30321',GSEMatrix=TRUE)
In this way, gset has two elements. Does anyone know how to merge the two files into one and gset has only one element with 295 files? Thank you.
Fixed typo and formatting in your code.