get_IEDB: Download and unzip IEDB database (XML export)

View source: R/get_IEDB.R

get_IEDBR Documentation

Download and unzip IEDB database (XML export)

Description

This function is used to retrieve the full IEDB database from IEDB and extract it to a target folder.

Usage

get_IEDB(
  url = "https://www.iedb.org/downloader.php?file_name=doc/iedb_export.zip",
  save_folder = NULL,
  remove_zip = TRUE
)

Arguments

url

URL of the .zip file containing the full IEDB export (XML).

save_folder

Path to folder for extracting the results. Defaults to "iedb_yyyymmdd", where yyyymmdd is replaced by the current date.

remove_zip

logical flag: should the .zip file be deleted after extraction?

Author(s)

Felipe Campelo (f.campelo@aston.ac.uk)


fcampelo/epitopes documentation built on April 22, 2023, 12:23 a.m.