
Download raw FASTQ files for a SCOUT SPN from ENA
get_fastq.RdDownloads one or more FASTQ files from the ENA accession PRJEB97253 using the EBI FTP server. Files are cached locally and re-used on subsequent calls.
Usage
get_fastq(
spn,
sample = NULL,
purity = NULL,
read = "both",
cache_dir = .ena_cache_dir(spn)
)Arguments
- spn
SPN identifier, e.g.
"SPN01".- sample
Sample identifier, e.g.
"1.1". UseNULLfor normal files.- purity
Tumour purity:
"0.9","0.6", or"0.3". Required whensampleis notNULL.- read
Read direction:
"R1","R2", or"both"(default).- cache_dir
Local directory to store downloaded files. Defaults to
~/.cache/SCOUT/<spn>/fastq/.