SiLeBAT/FSK-Lab

View on GitHub
de.bund.bfr.knime.pmm.nodes/src/de/bund/bfr/knime/pmm/dataviewandselect/DataViewAndSelectNodeFactory.xml

Summary

Maintainability
Test Coverage
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE knimeNode PUBLIC "-//UNIKN//DTD KNIME Node 2.0//EN" "http://www.knime.org/Node.dtd">
<knimeNode icon="./MicrobialDataSelection.png" type="Manipulator">
    <name>Data Selection</name>
    
    <shortDescription>
        Visualize data in a graph and select data for model estimation
    </shortDescription>
    
    <fullDescription>
        <intro>Visualize values (e.g. microbial concentration) over time in a graph and select data for model estimation.</intro>
        
        
        <option name="Graph">Visualizes values (e.g. microbial concentrations) over time.<br></br><br></br>
        <b>Mouse zoom:</b> To view a part of the graph in detail left click and simultaneously drag the mouse right and down. Another way is to use the zoom options in the context menu.<br></br><br></br>
        <b>Context Menu</b> (Right click in the graph):<br></br>
        <u>Properties:</u> Change font (type, size, color) and labels as well as the appearance of the graph. These changes are lost as soon as the options dialog is closed. To save a graph with changed properties (e.g. for a publication) use the "Save as..." option in the context menu.<br></br>
        <u>Copy:</u> Copies the graph to the clipboard enabling you to paste it in a graphical editor.<br></br>
        <u>Save as...:</u> Saves the graph as PNG (a bitmap image) or as SVG (a vector image). Compared to the PNG image in the outport (which has a resolution of 640x480 pixels) this PNG is saved with the same size as on the screen.<br></br>
        <u>Print:</u> Print the graph directly from Knime PMM-Lab.<br></br>
        <u>Zoom:</u> Zoom in and out or auto range the view for one or both axes.</option>
        
        <option name="Display Options">
        <u>Draw Lines:</u> Connect data points with lines which helps to distinguish between different sets of data.<br></br> 
        <u>Display Highlighted Row:</u> If checked, only the highlighted row in the table is displayed. A comfortable way to select sets of data is to highlight a row and then navigate with the arrow keys (up/down) through the table. Using the keyboard, the space bar can be used to select/unselect a set of data.<br></br>
        <u>Show Legend:</u> Display the data set ID together with symbol and color.<br></br>
        <u>Add Info in Legend:</u> Adds the organism (e.g. the bacterial species) to the legend. This option is only available when the legend is displayed.<br></br>
        <u>Export as SVG:</u> If checked, the graph outport contains a SVG file and not a PNG file after execution of the node.<br></br></option>
        
        <option name="Range">Check the box to set the minimum and maximum values for x and y axes.</option>
        
        <option name="Variables on Display"><u>X and Y:</u> Displays the heading of the displayed data column. Changing units automatically reformats the axes.<br></br>
        <u>X/Y Transform:</u> Transforms data on the X/Y axis (square root, ln, log10, basis e, basis 10). This is useful if a display of data other than the PMM-Lab default (log10) is wished for (e.g. as actual cell counts -> 10^).</option>
                
        <option name="Select">Either select all sets of data, unselect chosen data sets or invert the current selection.</option>
        
        <option name="Columns">Click on <u>'Customize'</u> to select the columns to be displayed, e.g. environmental conditions (temperature, pH, a<sub>W</sub>).<br></br>
        <u>'Set optimal width'</u> changes the width of the columns such that the whole text is visible in each cell.</option>
        
        <option name="Table"> The table shows data sets, whether they are currently being displayed (selected), the color and shape of the symbol and other information (see "Columns"). Clicking on a column header sorts the rows. To change the order of the columns drag the column headline. This is temporarily and not saved when the node dialog is closed.</option>                
    </fullDescription>
    
    <ports>
        <inPort index="0" name="Data">Data (e.g. time series with bacterial concentrations) from spreadsheets (via ComBase Reader or XLS Data Reader) or from a database (via Data Reader)</inPort>
        <outPort index="0" name="Data">Selected data</outPort>
        <outPort index="1" name="Data graph">Graph with selected time series; the image is a PNG file (default) or a SVG file (see section 'Display Options')</outPort>
    </ports>    
</knimeNode>