get_url_ena: Get URL for each file in the ENA's FTP repository

View source: R/01_download_data.R

get_url_enaR Documentation

Get URL for each file in the ENA's FTP repository

Description

Get URL for each file in the ENA's FTP repository

Usage

get_url_ena(sample_info = NULL, link_from = "api")

Arguments

sample_info

Data frame of sample metadata created with the function create_sample_info.

link_from

Method to extract the URL to each FASTQ file in the ENA's ftp repository. One of 'api' or 'iterative'. Default: 'api'.

Value

A character vector with the URL for each accession.

Examples

data(sample_info)
get_url_ena(sample_info)

almeidasilvaf/bear documentation built on April 14, 2023, 7:03 p.m.