find_url_ebi {ORFik} | R Documentation |
Look for files in ebi following url: ftp://ftp.sra.ebi.ac.uk/vol1/fastq Paired end and single end fastq files
find_url_ebi(SRR, stop.on.error = FALSE)
SRR |
character, SRR, ERR or DRR numbers. |
stop.on.error |
logical FALSE, if true will stop if all files are not found. |
full url to fastq files, same length as input (2 urls for paired end data). Returns empty character() if all files not found.