logTPM: Log-transformed Transcripts Per Million (logTPM)

View source: R/utils.R

logTPMR Documentation

Log-transformed Transcripts Per Million (logTPM)

Description

logTPM normalization using log base of 2.

Usage

logTPM(mat, normalize_factor = 10000)

Arguments

mat

Count matrix. A d x M matrix with d rows of features and M columns of data points (cells).

normalize_factor

Normalization factor used. Default is 10000.

Value

Returns a regular or sparse matrix.


stevexniu/scMatchmaker documentation built on June 2, 2022, 12:35 p.m.