View source: R/normalize_convert.R
hpgl_log2cpm | R Documentation |
Based on the method used by limma as described in the Law et al. (2014) voom paper.
hpgl_log2cpm(counts, lib.size = NULL)
counts |
Read count matrix. |
lib.size |
Library size. |
log2-CPM read count matrix.
[edgeR]
## Not run:
l2cpm <- hpgl_log2cpm(counts)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.