Description Usage Arguments Value Author(s) Examples
This function normalize counts use of Total sum scaling or NOISeq::tmm to normalize the read counts
1 2 | NormalizeCounts(allCounts,
method)
|
allCounts |
Matrix or vector with sample read counts (rows: amplicons, columns: samples) |
method |
either "tmm" (trimmed mean of m values) or "tss"(total sum scaling) |
A matrice
samples |
The samples matrix normalized |
Cristiano Oliveira, Thomas Wolf
1 2 3 | data(sampleReadCounts)
normalizedReadCounts <- NormalizeCounts(sampleReadCounts)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.