<?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="generic_node.png" type="Manipulator">
    <name>FeatureFinderIdentification</name>
    
    <shortDescription>
        Detects features in MS1 data based on peptide identifications.
    </shortDescription>
    
    <fullDescription>
        <intro><p>Detects features in MS1 data based on peptide identifications.</p>
		<p>
			<a href="http://ftp.mi.fu-berlin.de/OpenMS/release-documentation/html/TOPP_FeatureFinderIdentification.html">Web Documentation for FeatureFinderIdentification</a>
		</p>

        </intro>
        
		<option name="version">Version of the tool that generated this parameters file.</option>
		<option name="log">Name of log file (created only when specified)</option>
		<option name="debug">Sets the debug level</option>
		<option name="threads">Sets the number of threads allowed to be used by the TOPP tool</option>
		<option name="no_progress">Disables progress logging to command line</option>
		<option name="force">Overwrite tool specific checks.</option>
		<option name="test">Enables the test mode (needed for internal use only)</option>
		<option name="reference_rt">Method for selecting the reference RT, if there are multiple IDs for a peptide and charge. 'adapt': adapt (extend) RT windows based on IDs; 'score': RT of the best-scoring ID; 'intensity': RT of the ID with the most intense precursor; 'median': median RT of all IDs; 'all': no single reference, use RTs of all IDs (requires further processing of results).</option>
		<option name="rt_window">RT window size (in sec.) for chromatogram extraction.</option>
		<option name="mz_window">m/z window size for chromatogram extraction (unit: ppm if 1 or greater, else Da/Th)</option>
		<option name="isotope_pmin">Minimum probability for an isotope to be included in the assay for a peptide.</option>
		<option name="peak_width">Elution peak width in seconds for smoothing (Gauss filter)</option>
		<option name="all_features">Return all features detected by OpenSWATH for an assay, instead of only the best one. (This requires further processing of the results.)</option>
		<option name="type">Type of elution model to fit to features</option>
		<option name="add_zeros">Add zero-intensity points outside the feature range to constrain the model fit. This parameter sets the weight given to these points during model fitting; '0' to disable.</option>
		<option name="unweighted_fit">Suppress weighting of mass traces according to theoretical intensities when fitting elution models</option>
		<option name="no_imputation">If fitting the elution model fails for a feature, set its intensity to zero instead of imputing a value from the initial intensity estimate</option>
		<option name="boundaries">Time points corresponding to this fraction of the elution model height have to be within the data region used for model fitting</option>
		<option name="width">Upper limit for acceptable widths of elution models (Gaussian or EGH), expressed in terms of modified (median-based) z-scores; '0' to disable</option>
		<option name="asymmetry">Upper limit for acceptable asymmetry of elution models (EGH only), expressed in terms of modified (median-based) z-scores; '0' to disable</option>

    </fullDescription>
    
    <ports>
		<inPort index="0" name="in [mzML]">Input file (LC-MS raw data) [mzML]</inPort>
		<inPort index="1" name="id [idXML]">Input file (peptide identifications) [idXML]</inPort>
		<outPort index="0" name="out [featureXML]">Output file (features) [featureXML]</outPort>
		<outPort index="1" name="lib_out [traML]">Output file (assay library) [traML]</outPort>
		<outPort index="2" name="chrom_out [mzML]">Output file (chromatograms) [mzML]</outPort>
		<outPort index="3" name="trafo_out [trafoXML]">Output file (RT transformation) [trafoXML]</outPort>
 </ports>
    <views>
        <view index="0" name="FeatureFinderIdentification Std Output">The text sent to standard out during the execution of FeatureFinderIdentification.</view>
        <view index="1" name="FeatureFinderIdentification Error Output">The text sent to standard error during the execution of FeatureFinderIdentification. (If it appears in gray, it's the output of a previously failing run which is preserved for your trouble shooting.)</view>
    </views>    
</knimeNode>
