I am trying to download a region for colocalisation from the eQTL catalogue uing tabix in R but having no success. Wonder if anyone can help were I am going wrong?
````` fileName = system.file("ftp://ftp.ebi.ac.uk/pub/databases/spot/eQTL/csv/BLUEPRINT/ge/BLUEPRINT_ge_monocyte.all.tsv.gz", package = "seqminer") snp <- tabix.read.table(fileName, "20:46120612-46120613")
also tried:
test <- tabix ("ftp://ftp.ebi.ac.uk/pub/databases/spot/eQTL/csv/BLUEPRINT/ge/BLUEPRINT_ge_monocyte.all.tsv.gz" ,20:46120612-46120613)
this is actually not true, tabix works with ftp! this command works on the command line
tabix ftp://ftp.ebi.ac.uk/pub/databases/spot/eQTL/sumstats/BLUEPRINT/ge/BLUEPRINT_SE_ge_monocyte.all.tsv.gz 20:46120612-46120613
@cmdcolin this is new to me !! thanks !
it doesn't work on my side but it may be a proxy problem.
I am using samtools/tabix 1.15 for reference in case version affects it