Windows 7 OS에서 3.1.2 버전의 R 사용. 생물 정보학에 GEOquery 패키지를 사용하는 중에 문제가 있습니다.GEOquery의 getGEO 명령 사용 중 오류 Bioinfomatic 용 R 패키지
나는 그것이 저를 도와주세요
gset <- getGEO("GSE1739", GSEMatrix = FALSE)
와 함께 잘 작동하지만 명령이
library(Biobase)
library(GEOquery)
library(limma)
library(RCurl)
library(XML)
# load series and platform data from GEO
gset <- getGEO("GSE1739", GSEMatrix = TRUE)
나는 오류
ftp://ftp.ncbi.nlm.nih.gov/geo/series/GSE1nnn/GSE1739/matrix/
Error in function (type, msg, asError = TRUE) :
Failed to connect to ftp.ncbi.nlm.nih.gov port 21: Timed out
를 얻을 실행할 때. 미리 감사드립니다.
[Bioconductor support site] (https://support.bioconductor.org)에서 Bioconductor 패키지에 대해 문의하십시오. –
또는 http://www.biostars.org/ – Pierre
에 문의하십시오. 오류 메시지는 R이 NCBI FTP 서버에 연결할 수 없음을 의미합니다. R 외부의 ftp 사이트에 연결할 수 있는지 확인하십시오 – seandavi