<?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>FalseDiscoveryRate</name>
    
    <shortDescription>
        Estimates the false discovery rate on peptide and protein level using decoy searches.
    </shortDescription>
    
    <fullDescription>
        <intro><p>Estimates the false discovery rate on peptide and protein level using decoy searches.</p>
		<p>
			<a href="http://ftp.mi.fu-berlin.de/OpenMS/release-documentation/html/TOPP_FalseDiscoveryRate.html">Web Documentation for FalseDiscoveryRate</a>
		</p>

        </intro>
        
		<option name="version">Version of the tool that generated this parameters file.</option>
		<option name="proteins_only">If set only the FDR on protein level is calculated</option>
		<option name="peptides_only">If set only the FDR on peptide (PSM) level is calculated</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="no_qvalues">If 'true' strict FDRs will be calculated instead of q-values (the default)</option>
		<option name="use_all_hits">If 'true' not only the first hit, but all are used (peptides only)</option>
		<option name="split_charge_variants">If 'true' charge variants are treated separately (for peptides of combined target/decoy searches only).</option>
		<option name="treat_runs_separately">If 'true' different search runs are treated separately (for peptides of combined target/decoy searches only).</option>
		<option name="add_decoy_peptides">If 'true' decoy peptides will be written to output file, too. The q-value is set to the closest target score.</option>

    </fullDescription>
    
    <ports>
		<inPort index="0" name="in [idXML]">Identification input file containing a search against a concatenated sequence database. Either specify '-in' alone or 'in_target' together with 'in_decoy' as input. [idXML,opt.]</inPort>
		<inPort index="1" name="in_target [idXML]">Identification input file containing a search against a target-only database. [idXML,opt.]</inPort>
		<inPort index="2" name="in_decoy [idXML]">Identification input file containing a search against a decoy-only database. [idXML,opt.]</inPort>
		<outPort index="0" name="out [idXML]">Identification output with annotated FDR [idXML]</outPort>
 </ports>
    <views>
        <view index="0" name="FalseDiscoveryRate Std Output">The text sent to standard out during the execution of FalseDiscoveryRate.</view>
        <view index="1" name="FalseDiscoveryRate Error Output">The text sent to standard error during the execution of FalseDiscoveryRate. (If it appears in gray, it's the output of a previously failing run which is preserved for your trouble shooting.)</view>
    </views>    
</knimeNode>
