Arguments
x
The data used for Normalization. This is typically the raw expression data as exported from an XLS spreadsheet. If anno is NA then the first three columns must be c('Code.Class', 'Name', 'Accession') and the remaining columns refer to the samples being
anno
Alternatively anno can be used to specify the first three annotation columns of the expression data. If anno used then it assumed that 'x' does not contain these data. Anno allows flexible inclusion of alternative annotation data. The only requirement
otherNorm
Some additional normalization methods. Options include 'none', 'quantile' and 'zscore'. otherNorm is applied after CodeCount, Background, SampleContent normalizations.
round.values
Should the values be rounded to the nearest absolute count or integer. This simplifies interpretation if taking the log by removing values 0-1 which result in negatives.
log
Should a log2 transformation of the data be used. Taking the log may help distributional assumptions and consistency with PCR based methods of calculating fold change.
verbose
Output run-time status messages