This function was designed to obtain normalization factors.
.rowNormFact(
dat,
combOfN,
comUse,
method = "median",
refLi = NULL,
refGrp = NULL,
proportMode = TRUE,
minQuant = NULL,
maxFact = 10,
omitNonAlignable = FALSE,
silent = FALSE,
debug = FALSE,
callFrom = NULL
)
This function returns a matrix of column-indexes complementing (nCombin rows)
(matrix) .. init data, smay be parse matrix with numerous NA
(matrix) .. # matrix of index for all sub-groups (assumed as sorted)
(list) .. index of complete lines for each col of combOfN
(character) may be "mean","median" (plus "NULL","none"); When NULL or 'none' is chosen the input will be returned as is
(NULL or numeric) allows to consider only specific lines of 'dat' when determining normalization factors (all data will be normalized)
(integer) Only the columns indicated will be used as reference, default all columns (integer or colnames)
(logical) decide if normalization should be done by multiplicative or additive factor
(numeric) optional filter to set all values below given value as NA
(numeric, length=2) max normalization factor
(logical) allow omitting all columns which can't get aligned due to sparseness
(logical) suppress messages
(logical) additional messages for debugging
(character) This function allows easier tracking of messages produced
rowNormalize