download_proteome: Downloads the 'fasta.gz' file by Bianchi et al., 2017

View source: R/download_proteome.R

download_proteomeR Documentation

Downloads the fasta.gz file by Bianchi et al., 2017

Description

Downloads the fasta.gz file by Bianchi et al., 2017

Usage

download_proteome(
  url = get_proteome_url(),
  fasta_gz_filename = tempfile(fileext = ".fasta.gz"),
  verbose = FALSE
)

Arguments

url

the download URL, which is ftp://ftp.ebi.ac.uk/pub/databases/reference_proteomes/QfO/Eukaryota/UP000005640_9606.fasta.gz

fasta_gz_filename

the fasta.gz filename

verbose

set to TRUE for more output

Value

the fasta.gz name of the downloaded file


richelbilderbeek/bianchi_et_al_2017 documentation built on Jan. 4, 2023, 1:36 a.m.