deltaCt.matrix: Calculate delta Ct values from CT values using a variety of...

View source: R/norm.R

deltaCt.matrixR Documentation

Calculate delta Ct values from CT values using a variety of methods

Description

Calculate delta Ct values using global, endogenous, genorm or normfinder

Usage

## S3 method for class 'matrix'
deltaCt(
  ct,
  method = c("global", "endogenous", "geNorm", "NormFinder"),
  HKs = NULL,
  group = NULL,
  ...
)

Arguments

ct

character, The file name to be read in

method

Logical, whether or not some message are output

HKs

Logical, controlled by

group
...

Value

deltaCT values

Author(s)

Tyler Gorrie-Stone tgorri@essex.ac.uk

See Also

readEDSfiles

Examples

# readEDSfile()


TJGorrie/miRoar documentation built on April 10, 2024, 4:28 p.m.