Entering edit mode
7.1 years ago
landscape95
▴
190
Hello everyone, I am trying to download the matrix file of GSE37405 but I got the error like in this picture, could anyone please help me how to fix this? your help is really appreciated!
my code is simple just:
library(GEOquery)
setwd("./CanProg/")
GSE37405 <- getGEO(GEO = "GSE37405", GSEMatrix = T, destdir = getwd())