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