log2CPM: Compute log2(quantile counts per mil reads) and library size...

Description Usage Arguments Value

View source: R/transform.R

Description

Performing a log2(cpm(quantile(counts))) of a count matrix is a quick way to get data ready for visualization and analysis so that we may see trends more easily. Unfortunately, that format is inappropriate for any of the differential expression tools, ergo voomMod().

Usage

1
log2CPM(qcounts, lib.size = NULL)

Arguments

qcounts

quantile normalized counts

lib.size

default is colsums(qcounts)

Value

list containing log2(quantile counts per mil reads) and library sizes


kokrah/cbcbSEQ documentation built on May 20, 2019, 12:54 p.m.