Skip to contents

This function normalizes count data using the Trimmed Mean of M-values (TMM) method, which calculates scale factors to account for differences in library sizes and RNA composition between samples.

Usage

trimmedMeanMvaluesNormalization(counts_matrix)

Arguments

counts_matrix

A matrix of count data where rows represent genes and columns represent samples.

Value

Normalized count matrix