#' 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"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.