Enter the body of text here
When I try to execute the code in the 'recount quick start guide' (https://bioconductor.org/packages/release/bioc/vignettes/recount/inst/doc/recount-quickstart.html#1_Basics):
## Load library
library("recount")
## Find a project of interest
project_info <- abstract_search("GSE32465")
## Download the gene-level RangedSummarizedExperiment data
download_study(project_info$project)
It seems to find the 'project_info' correctly, but the cannot find the url:
library(recount) project_info <- abstract_search('GSE32465') download_study(project_info$project) 2022-05-08 21:05:43 downloading file rse_gene.Rdata to SRP009615 trying URL 'http://duffel.rail.bio/recount/v2/SRP009615/rse_gene.Rdata' trying URL 'http://duffel.rail.bio/recount/v2/SRP009615/rse_gene.Rdata' trying URL 'http://duffel.rail.bio/recount/v2/SRP009615/rse_gene.Rdata' Error in download_retry(url = url, destfile = file.path(outdir, filename), : 'download_retry()' failed: URL: http://duffel.rail.bio/recount/v2/SRP009615/rse_gene.Rdata error: cannot open URL 'http://duffel.rail.bio/recount/v2/SRP009615/rse_gene.Rdata'
Same. I tried this:
The result: