R/get_test_proteome_filename.R

Defines functions get_test_proteome_filename

Documented in get_test_proteome_filename

#' Get the filename of a testing proteome
#'
#' This testing proteome consists out of on protein with one TMH.
#' The protein is the viral envelope protein of the COVID-19 reference proteome.
#' @return the filename of the COVID-19 reference proteome
#' @author Richèl J.C. Bilderbeek
#' @export
get_test_proteome_filename <- function() {
  system.file("extdata", "test.fasta", package = "bbbq")
}
richelbilderbeek/bbbq documentation built on July 27, 2023, 2:15 a.m.