An optional matrix of values to use for the correction. If
NULL (default), assay data fit from object is used. If it is
missing, it is generated with a call to estimateCorrection().
method
A character(1) string speficying the correction method.
ratio (default) divides counts with fit.
median calculates the median fit, and defines the
correction for bins with GC content gc and mappability
map as median(fit) - fit(gc,map), which is added to
counts. Method none leaves counts untouched.
adjustIncompletes
A boolean(1) specifying whether counts for
bins with uncharacterized nucleotides (N's) in their reference genome
sequence should be adjusted by dividing them with the percentage of
characterized (A, C, G, T) nucleotides. Defaults to TRUE.