R/get_test_covid_proteome_filename.R

Defines functions get_test_covid_proteome_filename

Documented in get_test_covid_proteome_filename

#' Get the filename of a test SARS-CoV-2 reference proteome
#' @return the filename of the test SARS-CoV-2 reference proteome
#' @author Richèl J.C. Bilderbeek
#' @export
get_test_covid_proteome_filename <- function() { # nolint indeed a long function name
  system.file("extdata", "covid_test.fasta", package = "bbbq")
}
richelbilderbeek/bbbq documentation built on July 27, 2023, 2:15 a.m.