tmm_matrix | R Documentation |
Use edgeR to do TMM normalization with or without full library size
tmm_matrix(counts, lib.size = NULL, group = c(rep(1, 3), rep(2, 3)))
lib.size |
Numeric vector representing the full library size for all samples. If it is null, use the sum of read count in each sample as the library size. |
group |
vector or factor giving the experimental group/condition for each sample/library. If it is null,no control/condition are used. |
rawcount |
Matrix representing the raw read counts for samples. Row are the peaks, column are the samples |
normalized read counts (log2(read counts / sum of read counts + 1))
.
cpmD = cpmNorm(countAll)
# The robustness.
cpmD = cpmNorm(countAll, libsize=fd$lsIP)
cpmD = cpmNorm(countAll)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.