find_url_ebi_safe | R Documentation |
Safer version
find_url_ebi_safe(
accession,
SRR = NULL,
stop.on.error = FALSE,
ebi_file_format = c("fastq_ftp", "sra_ftp")[1],
convert_to_ascp = FALSE
)
accession |
character: (PRJ, SRP, ERP, DRP, SRX, SRR, ERR,..). For studies or samples, it returns all runs per study or sample. |
SRR |
character, which SRR numbers to subset by (can also be ERR or DRR numbers) |
stop.on.error |
logical FALSE, if TRUE will stop if all files are not found. If FALSE returns empty character vector if error is catched. |
ebi_file_format |
character, format of run download, default is fastq (ftp):
|
convert_to_ascp |
logical, default FALSE. If TRUE use server:
|
character (1 element per SRR number)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.