data: Please refer to the file /inst/doc/readme.pdf.
norm.factors: Please refer to the file /inst/doc/readme.pdf.
Examples
##---- Should be DIRECTLY executable !! ----##-- ==> Define data, use random,##-- or do help(data=index) for the standard data sets.## The function is currently defined asfunction(data, norm.factors){ data * matrix(rep(norm.factors, dim(data)[1]), nrow = dim(data)[1], ncol = length(norm.factors), byrow = T)}