:exclamation: This is a read-only mirror of the CRAN R package repository. MetaIntegrator — Meta-Analysis of Gene Expression Data. Homepage: http://biorxiv.org/content/early/2016/08/25/071514
I was trying to follow the example in https://cran.r-project.org/web/packages/MetaIntegrator/vignettes/MetaIntegratorRealExample.html, but I received this warning message in sleData <- getGEOData(c("GSE11909","GSE50635", "GSE39088")) :
Warning messages:
1: In .geoquery_gems_2_singlelist(originalData, formattedNames) :
Unable to correctly download GSE11909 . Dataset will be excluded from this object.
2: In .geoquery_gems_2_singlelist(originalData, formattedNames) :
Unable to correctly download GSE50635 . Dataset will be excluded from this object.
3: In .geoquery_gems_2_singlelist(originalData, formattedNames) :
Unable to correctly download GSE39088 . Dataset will be excluded from this object.
I was trying to follow the example in https://cran.r-project.org/web/packages/MetaIntegrator/vignettes/MetaIntegratorRealExample.html, but I received this warning message in sleData <- getGEOData(c("GSE11909","GSE50635", "GSE39088")) : Warning messages: 1: In .geoquery_gems_2_singlelist(originalData, formattedNames) : Unable to correctly download GSE11909 . Dataset will be excluded from this object. 2: In .geoquery_gems_2_singlelist(originalData, formattedNames) : Unable to correctly download GSE50635 . Dataset will be excluded from this object. 3: In .geoquery_gems_2_singlelist(originalData, formattedNames) : Unable to correctly download GSE39088 . Dataset will be excluded from this object.
what should I do?