View source: R/01_download_data.R
get_url_ena | R Documentation |
Get URL for each file in the ENA's FTP repository
get_url_ena(sample_info = NULL, link_from = "api")
sample_info |
Data frame of sample metadata created with the
function |
link_from |
Method to extract the URL to each FASTQ file in the ENA's ftp repository. One of 'api' or 'iterative'. Default: 'api'. |
A character vector with the URL for each accession.
data(sample_info)
get_url_ena(sample_info)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.