cran / MetaIntegrator

: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
6 stars 1 forks source link

Warning messages in getGEOData() function #2

Open humengying0907 opened 4 years ago

humengying0907 commented 4 years ago

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?

humengying0907 commented 4 years ago

problem solved aftering installing Geoquery

gaborcsardi commented 4 years ago

Hi, this is a read only mirror of CRAN, please see the package authors in the DESCRIPTION file. Thanks!