getScale | R Documentation |
Computes Means and Standard Deviations for Scaling
getScale(x, n_cores)
x |
A numeric matrix representing the gene expression data, where rows are genes and columns are samples. |
n_cores |
The number of cores to use for parallel processing. |
A list containing: * 'means': A numeric vector of column means. * 'sds': A numeric vector of column standard deviations.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.