R/ex_clean.R

#' Example small cleaned qPCR data set
#'
#' A fictional data set of randomly generated Cq values. Any outliers have been
#' removed with \code{qpcr_clean}, using a threshold of 1.
#'
#' @format A tibble with 69 rows and 4 variables:
#' \describe{
#'   \item{treatment}{Three fictional treatment conditions, where CTRL is the
#'   negative control}
#'   \item{bio_rep}{Number to denote which biological replicate the value
#'                  belongs to}
#'   \item{primer_pair}{Three fictional genes targeted for qPCR, where gene_hk
#'                      is the housekeeping gene}
#'   \item{cq_values}{Number of PCR cycles need to cross a fluorescence
#'   threshold}
#'   }
#' @source Fictional data set created in excel
"ex_clean"
JorikBot/tidyqpcr documentation built on Jan. 28, 2021, 11:44 a.m.