Description Usage Arguments Value Author(s) Examples
Select a reference set using a factor of the Interquartile Range
1 2 3 | SelectReferenceSetByInterquartileRange(allSamplesReadCounts,
normalizationMethod = "tmm",
iqrFactor = 1)
|
allSamplesReadCounts |
All samples read counts matrix |
normalizationMethod |
tmm (trimmed mean of m values) or tss (total sum scaling) |
iqrFactor |
Interquantile range factor |
Returns a list of sample identifiers to be used as reference
Cristiano Oliveira
1 2 3 4 5 6 |
SelectReferenceSetByPercentil(allSamplesReadCounts,
normalizationMethod = "tmm",
iqrFactor = 1)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.