getNormMatrix function

getNormMatrix

getNormMatrix

Please refer to the file /inst/doc/readme.pdf.

getNormMatrix(data, norm.factors)

Arguments

  • 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 as function (data, norm.factors) { data * matrix(rep(norm.factors, dim(data)[1]), nrow = dim(data)[1], ncol = length(norm.factors), byrow = T) }
  • Maintainer: Shan Gao
  • License: Artistic-2.0
  • Last published: 2024-03-20

Useful links