gene_z | R Documentation |
This version of z scoring will differ from base R's scale()
gene_z(dat, dispersions = NULL, rescale = FALSE)
dat |
a matrix or dg[CT]Matrix of expression values with genes as rows and samples as columns. |
dispersions |
(optional) a vector of dispersions for each gene/row. If NULL (default), will be computed using gene_dispersion(). |
rescale |
a logical indicating whether or not to rescale using rescale_samples(). Default is FALSE. |
a numeric vector of z-scores for each gene
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.