R/allGenerics.R

setGeneric("PseudoPlot",
  function(qPCRBatch, ...)
    standardGeneric("PseudoPlot")
)

setGeneric("qPCRCorMatrix",
  function(qPCRBatch)
  standardGeneric("qPCRCorMatrix")
)

setGeneric("plotVsHkg",
  function(qPCRBatch, ...)
  standardGeneric("plotVsHkg")
)

setGeneric("qPCRBoxWhisker",
  function(qPCRBatch, ...)
  standardGeneric("qPCRBoxWhisker")
)

setGeneric("qPCRPairs",
  function(qPCRBatch, ...)
  standardGeneric("qPCRPairs")
)

Try the QCqPCR package in your browser

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

QCqPCR documentation built on May 2, 2019, 6:30 p.m.