Description Usage Arguments Details Value Author(s) See Also Examples
View source: R/addQuantilesColors.R
Compute quantiles on mean expression level for plotGeneDE function. Colors of bars in the plot could then be allocated using buckets defined by those quantiles.
1 | addQuantilesColors(e, ngroups = 3)
|
e |
ExpressionSet object to use for computation |
ngroups |
Number of groups to be created |
Number of computed quantiles is equal to (ngroups - 1).
The ExpressionSet object e is returned, with a new column called colorsQuantilesVector in its slot featureData
Eric Lecoutre
1 2 3 4 5 | if (require(ALL)){
data(ALL, package = "ALL")
ALLQ <- addQuantilesColors(ALL)
fData(ALLQ)
}
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.