getScale: Computes Means and Standard Deviations for Scaling

View source: R/RcppExports.R

getScaleR Documentation

Computes Means and Standard Deviations for Scaling

Description

Computes Means and Standard Deviations for Scaling

Usage

getScale(x, n_cores)

Arguments

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.

Value

A list containing: * 'means': A numeric vector of column means. * 'sds': A numeric vector of column standard deviations.


khazum/ccImpute documentation built on July 26, 2024, 1:13 a.m.