Hi,
I am using the RnaSeqGeneEdgeRQL library to perform some analysis using the RNA-Seq count data (GSE113964_RNASeqMatBloodCount_Tarca.csv.gz) present in the GSE113964 using the below code. I am getting the error message. Is this a network related issue?
library(RnaSeqGeneEdgeRQL)
FileURL <- paste(
"https://www.ncbi.nlm.nih.gov/geo/query/acc.cgi",
"format=file",
"file=GSE113964_RNASeqMatBloodCount_Tarca.csv.gz",
sep="&")
download.file(FileURL, "GSE113964_RNASeqMatBloodCount_Tarca.csv.gz")
download.file(FileURL, "GSE113964_RNASeqMatBloodCount_Tarca.csv.gz")
trying URL 'https://www.ncbi.nlm.nih.gov/geo/query/acc.cgi&format=file&file=GSE113964_RNASeqMatBloodCount_Tarca.csv.gz'
Error in download.file(FileURL, "GSE113964_RNASeqMatBloodCount_Tarca.csv.gz") :
cannot open URL 'https://www.ncbi.nlm.nih.gov/geo/query/acc.cgi&format=file&file=GSE113964_RNASeqMatBloodCount_Tarca.csv.gz'
In addition: Warning message:
In download.file(FileURL, "GSE113964_RNASeqMatBloodCount_Tarca.csv.gz") :
cannot open URL 'https://www.ncbi.nlm.nih.gov/geo/query/acc.cgi&format=file&file=GSE113964_RNASeqMatBloodCount_Tarca.csv.gz': HTTP status was '404 Not Found'
Thank you,
Toufiq