
STREAM utilizes the values of the features or visualization only, and the user may interactively select either feature as the X axis for plots of the data.
== Expandable ToolTips are included ==
The ToolTips for every program feature (e.g. button or text field) were included. These ToolTips can be expanded to display, conveniently, the help entry for this specific feature in a scrollable popup window.
The implementation of the ExpandableToolTip class is available here.
== Highlight inactive expression objects ==
Expression elements, which are not used by a TFBS in the map are shown to be "inactive" by displaying the associated graph in the Expression Viewer with a lighter and desaturated color.
== Application adjust to resizing and screen ==
The application now allows the panels to be customized in size to adjust for any screen resolution.
== Parameter string can be collected from the ParamsViewer Panel ==
The formated parameter string can be collected with the "Collect" button in the ParamsViewer panel. It is the same format as required to read in using the Edit -> Set Params - Dialog. That way trained parameter settings can be comfortably imported into different models.
== Target and prediction color fixed ==
The target function (values) are always displayed in red, while the associated prediction is displayed in blue in the ExpressionViewer.
== Dimension names can be customized ==
Name of the first and second dimension of the data can be chosen by the user. The name can contain letters and numbers as well es '-' it can also contain a space but then the name must be in '' ''. The name can be changed while the program is running and will appear in the .stream file. To change the name make a right-click on the Expression image -> Properties -> Plot -> Label.
== Target name can be customized ==
If there is only one column in the target expression file and the target colum is therefore unambiguous, any name can be specified (valid names contain letters numbers or '-', they may also contain white spaces but then the name must be in the name must be in '' '')
If more than one expression value column is in the file, the column containing the target for the optimization needs to be labeled as ''target''.