Learn R Programming

momr (version 1.1)

normFreqTC: normFreqTC

Description

converts a raw count matrix onto a frequency matrix using the TC (total count) normalization method. This method consists of scaling the signal by the total counts per each sample

Usage

normFreqTC(dat)

Arguments

dat
: raw counts data matrix with gene_ids as rownames

Value

a normalized frequency matrix

Details

normFreqTC