Package biggests.tables

Class Summary
TableColors Title: Colors Table 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 that holds in it.
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.
TableFunctionGroup Title: Table of Functions for a Group of Biclusters Description: Defines a table for displaying data of function analysis performed on a given a group of biclusters.
TableFunctionGroup.FloatCellRenderer Title: FloatCellRenderer: A renderer for cells which contain float numbers.
TableFunctionGroup.NumberCellRenderer Title: NumberCellRenderer: A renderer for cells which contain numbers.
TableFunctionIndividual Title: Function Table for an Individual Bicluster Description: Contains data about function analysis performed on a given bicluster.
TableFunctionIndividual.FloatCellRenderer Title: FloatCellRenderer: A renderer for cells which contain float numbers.
TableFunctionIndividual.NumberCellRenderer Title: NumberCellRenderer: A renderer for cells which contain numbers.
TableHeader Title: Header for Tables Description: Defines a header for generic tables.
TableHeaderFunction Title: Header for Tables of Functions Description: Defines a header for tables of functions.
TablePreview Title: Preview Table Description: A preview table displays: names of genes in the first column, names of conditions in the header (first row) and gene expression values in remaining cells.
TableSorter Title: Table Sorter - a model for sorting tables Description: TableSorter is a decorator for TableModels adding sorting functionality to a supplied TableModel.
TableSorterFunctionGroup Title: Table Sorter for Tables of Functions of Biclusters' Groups Description: A table model which allows for column sorting.
TableSorterFunctionIndividual Title: Table Sorter for Tables of Functions of Biclusters Description: A table model which allows for column sorting.
TableSorterSymbols Title: Table Sorter for Tables with Discrete Values Description: A table model which allows for column sorting.
TableSorterValues Title: Table Sorter for Tables with Float Values Description: A table model which allows for column sorting.
TableSorterVerticalHeader Title: TableSorterVerticalHeader model Description: This table model implements table sorting and also a table header model which writes vertical oriented column names.
TableSymbols Title: Table of Symbols Description: Defines a table of symbols with the following data:
- header -> conditions' names (more widely, Strings)
- first column -> genes' names (more widely, Strings)
- all other columns' cells -> gene expression symbols (more widely, characters) A table of symbols has a vertical text header and each of its cells is colored according to the symbol that holds in it.
TableSymbolsWithMissingValues Title: Table of Symbols with Missing Values Description: Defines a table of symbols with the following data:
- header -> conditions' names (more widely, Strings)
- first column -> genes' names (more widely, Strings)
- all other columns' cells -> gene expression symbols (more widely, characters) A table of symbols has a vertical text header and each of its cells is colored according to the symbol that holds in it.
TableValues Title: Table of Values Description: Defines a table of values 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) This is a simple table that shows the raw values that are assigned when using one of the constructors and implements sorting functionality on the columns, i.e., allows the reordering of the rows, sorting them by a specific column's cells values in ascending or descending order.
TableValues.FloatCellRenderer Title: FloatCellRenderer: A renderer for cells which contain float numbers.
TableValues.NumberCellRenderer Title: NumberCellRenderer: A renderer for cells which contain numbers.
TableValuesWithMissingValues Title: Table of values with missing values Description: Defines a table of values 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) This is a simple table that shows the raw values that are assigned when using one of the constructors and implements sorting functionality on the columns, i.e., allows the reordering of the rows, sorting them by the values of a specific column in ascending or descending order.