R/errorList9.R

#' pre-computed errors from CPA on nine-fraction data
#' 
#' A set of pre-computed errors from applying CPA from 
#'  nine-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 4 for details.
#'  
#' @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(errorList9)
#' @return set of pre-computed errors from applying CPA from nine-fraction data
#' @examples
#' data(errorList9)
#' head(errorList9)
"errorList9"
mooredf22/protlocassign documentation built on Sept. 13, 2023, 3:57 p.m.