R/normalizeGenotypeCone.R

setMethodS3("normalizeGenotypeCone", "matrix", function(y, avg=median, targetAvg=2200, ...) {
  fit <- fitGenotypeCone(y, ...)
  x <- backtransformGenotypeCone(y, fit=fit)
#  x <- normalizeAverage(x, avg=avg, targetAvg=targetAvg)
  x
}, private=TRUE) # normalizeGenotypeCone()
HenrikBengtsson/aroma.core documentation built on Feb. 20, 2024, 9:17 p.m.