R/peptide_df.R

#' Example data from VirScan peptide library
#'
#' The dataset contains 20 peptides randomly sampled from the VirScan peptide library
#' It includes four columns: id, pep_aa, organism and org_group
#'
#' @docType data
#'
#' @usage data(peptide_df)
#'
#' @format An object of class \code{"tibble"}.
#'
#' @keywords datasets
#'
#' @source VirScan library
#'
#' @examples
#' data(peptide_df)
#' head(peptide_df)
"peptide_df"
siyangxia419/virlink documentation built on Jan. 2, 2022, 12:16 a.m.