R/get_covid_proteome_filename.R

Defines functions get_covid_proteome_filename

Documented in get_covid_proteome_filename

#' Get the filename of the COVID-19 reference proteome
#' @return the filename of the COVID-19 reference proteome
#' @author Richèl J.C. Bilderbeek
#' @export
get_covid_proteome_filename <- function() {
  system.file("extdata", "UP000464024.fasta", package = "bbbq")
}
richelbilderbeek/bbbq documentation built on July 27, 2023, 2:15 a.m.