ScaleCenterData: Scale and center a data matrix

View source: R/DataSelection.R

ScaleCenterDataR Documentation

Scale and center a data matrix

Description

We want a matrix whose values are standard deviations from the mean and which are centered at zero.

Usage

ScaleCenterData(M)

Arguments

M

a matrix of expression values for each gene (rows) and cell (columns)

Value

a scaled and centered matrix of expression values


mkarikom/RSoptSC documentation built on May 10, 2023, 1:10 a.m.