log2CPM {PathoStat} | R Documentation |
Compute log2(counts per mil reads) and library size for each sample
log2CPM(qcounts, lib.size = NULL)
qcounts |
quantile normalized counts |
lib.size |
default is colsums(qcounts) |
list containing log2(quantile counts per mil reads) and library sizes
log2CPM(matrix(1:12, nrow = 3))