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()

Try the aroma.core package in your browser

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

aroma.core documentation built on Nov. 16, 2022, 1:07 a.m.