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