R/peptide_z.R

#' An example dataset of z-scores from VirScan analysis
#'
#' The dataset contains 50 peptides (column) and 12 samples (row) from the VirScan peptide library
#'
#' @docType data
#'
#' @usage data(peptide_z)
#'
#' @format An object of class \code{"data.frame"}.
#'
#' @keywords datasets
#'
#' @source VirScan library
#'
#' @examples
#' data(peptide_z)
#' head(peptide_z)
"peptide_z"
siyangxia419/virlink documentation built on Jan. 2, 2022, 12:16 a.m.