#' pre-computed errors from CPA on five-fraction data
#'
#' A set of pre-computed errors from applying CPA from five-fraction
#' simulated mixture data
#' to simulated proteins
#' resident in varying degrees in two compartments, for all
#' combinations of pairs of compartments
#' This is for input into the "mixtureHeatMap" program,
#' optional argument "errorListIn". See tutorial 5 for details
#'
# test
#'
#' @docType data
#' @format A data frame of pairwise errors
#'
#' \describe{
#' \item{RSA}{errors using RSA values}
#' \item{NSA}{errors using NSA values}
#' \item{Acup}{errors using Acup values}
#' \item{log RSA}{errors using log RSA values}
#' \item{log NSA}{errors using log NSA values}
#' \item{log Acup}{errors using log Acup values}
#' }
#' @keywords datasets
#' @usage data(errorList5)
#' @return set of pre-computed errors from applying CPA from five-fraction data
#' @examples
#' data(errorList5)
#' head(errorList5)
"errorList5"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.