R/normalizeqntadd.R

Defines functions normalizeqntadd

Documented in normalizeqntadd

normalizeqntadd <- function(abo,qnt.scale){
      ###############################################
      
      x   = affy::pm(abo)
      ord = sort.list(x)
      pm(abo) = qnt.scale[sort.list(ord)]
      return(abo)
      
}

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.