find_url_ebi_safe: Find URL for EBI fastq files

View source: R/SRA_helper.R

find_url_ebi_safeR Documentation

Find URL for EBI fastq files

Description

Safer version

Usage

find_url_ebi_safe(accession, SRR = NULL, stop.on.error = FALSE)

Arguments

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.

Value

character (1 element per SRR number)


Roleren/ORFik documentation built on April 25, 2024, 8:41 p.m.