View source: R/vec_norm_class.R
vec_norm | R Documentation |
The samples in the data matrix are normalised to account for differences in concentration by scaling each sample such that the sum of squares is equal to 1.
vec_norm(...)
... |
Additional slots and values passed to |
A vec_norm
object with the following output
slots:
normalised | (DatasetExperiment) A DatasetExperiment object containing the normalised data. |
coeff | (data.frame) The normalisation coefficients calculated by PQN. |
struct object
A vec_norm
object inherits the following struct
classes:
[vec_norm]
>> [model]
>> [struct_class]
M = vec_norm()
M = vec_norm()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.