R/NormalizeRUVRand.R

Defines functions NormalizeRUVRand

Documented in NormalizeRUVRand

NormalizeRUVRand <- function(Y, ctl, k=NULL,lambda=NULL,plotk=TRUE){
  output<-RUVRand(Y=Y, ctl=ctl,lambda=lambda, k=k)
  return(structure(output, class="normdata"))  
}
  

Try the MetNorm package in your browser

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

MetNorm documentation built on May 2, 2019, 4:16 a.m.