R/normalizeqntadd2.R

normalizeqntadd2 <- 
function (x, qnt.scale) {

  ord = sort.list(x)
  xnorm = qnt.scale[sort.list(ord)]
  return(xnorm)

}

Try the bapred package in your browser

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

bapred documentation built on June 22, 2022, 9:08 a.m.