powered by
given a matrix of intensity counts, perform min/max norm.
percentilenormalize(data = NULL, percentile = NULL)
matrix of numeric data only
numeric value 0.99 default.
normalized data, each column on [0,1] scale.
# NOT RUN { data(data) dim(data) expr<-data[,3:36] normExp<-percentilenormalize(data=expr,percentile=0.99) normExp<-as.matrix(normExp) # }
Run the code above in your browser using DataLab