Hi, I want to perform differential expression analysis of a GSE Series GSE138214 (https://www.ncbi.nlm.nih.gov/geo/query/acc.cgi?acc=GSE138214) using limma in R. I am unable to extract data from this series as this series has around 14 different platforms.
Using GEOquery and limma package, I am able to differentially analyse genes in Series GSE138260 (https://www.ncbi.nlm.nih.gov/geo/query/acc.cgi?acc=GSE138260), since it has only one platform.
But the GSE138214 series has 14 platforms and I am not sure how to work around it.
Thanks
There are although in total 28 samples (14 AD and 14 Control). But I get the reason why it will be a lot of work with a lot of codes and accessing supplemental files.
Thanks for your reply!
Close, but there are only 2 biological samples, each run on 14 platforms. In essence, each biological sample was prepared once and then run on 14 different arrays, each of which measure independent expression across the genome (not measuring gene expression directly). So, there is no replication in this dataset.
Thanks for the explanation!