Class Summary |
AbstractBioAssaySetExporter |
An abstract superclass for all exporters that exports spot data from
a bioassay set. |
AnnotationAssayField |
Assay field implementation that exports the annotations of a
bioassay. |
BaseFileExporter |
A superclass for exporters that exports spot data to BASEfile format. |
ExportableFieldFactory |
Utility class with factory methods that helps with the creation
of exportable fields. |
ExportableFieldFormatter |
Formatter implementation that formats an exportable field
by returning the column title. |
FieldConverter |
Class for converting string-based spot and reporter names into
dynamic field representation suitable for bioassay set exporter. |
JepDynamicField |
A dynamic field implementation that uses a JEP expression to
generate the expression that is needed to select the data. |
MatrixBaseFileExporter |
Exporter implementation that exports bioassay set data as a matrix
BASEfile. |
SerialBaseFileExporter |
Exporter implementation that exports bioassay set data as a serial
BASEfile. |
SimpleDynamicField |
Represents an exported data field. |