| GetColorsForConditions | R Documentation | 
xxxx
GetColorsForConditions(conds, pal = NULL)
| conds | The extended vector of samples conditions | 
| pal | A vector of HEX color code that form the basis palette from which to build the complete color vector for the conditions. | 
A vector composed of HEX color code for the conditions
Samuel Wieczorek
data(Exp1_R25_pept, package="DaparToolshedData")
conditions <- Biobase::pData(Exp1_R25_pept)$Condition
GetColorsForConditions(conditions, ExtendPalette(2))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.