R/getRawCT.R

Defines functions getRawCT

Documented in getRawCT

#' @title getRawCT
#'
#' @description Generates a data.frame of raw CT values.
#'
#' @param sampleObj A qPCRBatch object.
#'
#' @return A data.frame.
#'
#' @export
#'
#' @examples
#'
getRawCT <- function(sampleObj){
  as.data.frame(exprs(sampleObj))
}
sccallahan/WARPqpcr documentation built on March 1, 2020, 1:23 a.m.