Description Usage Arguments Details Value Author(s) Examples
Normalize samples by their weight (as in grams fresh weight)
1 | weightnorm(object, weight = "weight", lg = FALSE)
|
object |
an |
weight |
a string naming the pheno data column with the weight or a numeric vector with one weight value per sample. |
lg |
is the assay data already on the log-scale or not. If lg, the weight value is also log-transformed and subtraction is used instead of division. |
Normalize each sample by dividing by the loaded sample weight. The weight argument is takes from the pheno data (or given as numerical vector with one value per sample). Missing values are not tolerated.
the normalized expression set
Henning Redestig
1 2 3 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.