Hello, I am trying to manually download data from the recount3 resource ( https://jhubiostatistics.shinyapps.io/recount3-study-explorer/ ), and I obtain the following error:
"ERROR: An error has occurred. Check your logs or contact the app author for clarification"
Using a query from R (using an old chunk of code) gives another error:
library("recount3")
gse = recount3::create_rse_manual(
project = "BRCA",
project_home = "data_sources/tcga",
organism = "human",
annotation = "gencode_v26",
type = "gene"
)
Error: 'recount3_url' is not a valid supported URL since it's missing the URL/<organism>/homes_index text file or 'recount3_url' is not an existing directory in your file system.
Maybe this is an issue with the provider service? Or am I missing something?
Thank you