R/normalize.quantiles2.R

"normalize.quantiles2" <-
function(X,Reference.Quantiles){
##Quantile nomralization to a reference set
apply(X,2,function(x,y) y[rank(x)],Reference.Quantiles)
}

Try the RefPlus package in your browser

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

RefPlus documentation built on Nov. 8, 2020, 5:20 p.m.