powered by
This function aims to normalize columns of 2dim matrix to common linear regression fit within range of 'useQuant'
.normConstSlope( mat, useQuant = c(0.2, 0.8), refLines = NULL, diagPlot = TRUE, plotLog = "", datName = NULL, silent = FALSE, debug = FALSE, callFrom = NULL )
This function returns a numeric vector
matrix or data.frame of data to get normalized
(numeric) quantiles to use
(NULL or numeric) allows to consider only specific lines of 'dat' when determining normalization factors (all data will be normalized)
(logical) draw diagnistic plot
(character) indicate which axis shousl be diplayed on log-scale, may be 'x', 'xy' or 'y'
(character) use as title in diag plot
(logical) suppress messages
(logical) additional messages for debugging
(character) allows easier tracking of messages produced
normalizeThis
aa <- matrix(1:12, ncol=3)
Run the code above in your browser using DataLab