Uses of Class
biggests.tables.TableColors

Packages that use TableColors
biggests.tables   
 

Uses of TableColors in biggests.tables
 

Subclasses of TableColors in biggests.tables
 class TableColorsWithMissingValues
          Title: Table of colors with missing values Description: Defines a table of colors with the following data:
- header -> conditions' names (more widely, Strings)
- first column -> genes' names (more widely, Strings)
- all other columns' cells -> gene expression values (more widely, float values) A table of colors has a vertical text header and each of its cells is colored according to the float value it holds.