View source: R/constant_sum_norm_class.R
constant_sum_norm | R Documentation |
Each sample is normalised such that the total signal is equal to one (or a scaling factor if specified).
constant_sum_norm(scaling_factor = 1, ...)
scaling_factor |
(numeric) The scaling factor applied after normalisation. The default is |
... |
Additional slots and values passed to |
A constant_sum_norm
object with the following output
slots:
normalised | (DatasetExperiment) A DatasetExperiment object containing the normalised data. |
coeff | (data.frame) The sum of each row, used to normalise the samples. |
A constant_sum_norm
object inherits the following struct
classes:
[constant_sum_norm]
>> [model]
>> [struct_class]
M = constant_sum_norm(
scaling_factor = 1)
M = constant_sum_norm()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.