R/print.diffQobject.R

Defines functions print.diffQobject

#' @export

print.diffQobject <- function(x, ...) {
  cat("Calculated Tm:", x[["Tm"]], "\n")
  cat("Signal height at calculated Tm:", x[["fluoTm"]], "\n")
}

Try the MBmca package in your browser

Any scripts or data that you put into this service are public.

MBmca documentation built on Sept. 5, 2021, 5:38 p.m.