<?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, the FDR of the proteins only is calculated</option>
		<option name="peptides_only">If set, the FDR of the peptides only 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="q_value">If 'true', the q-values will be calculated instead of the FDRs</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 set to 'true' charge variants are treated separately (for peptides of combined target/decoy searches only).</option>
		<option name="treat_runs_separately">If set to 'true' different search runs are treated separately (for peptides of combined target/decoy searches only).</option>
		<option name="decoy_string">String which is appended at the accession of the protein to indicate that it is a decoy protein (for proteins only).</option>
		<option name="add_decoy_peptides">If set to 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 which contains a search against a concatenated sequence database. Either specify '-in' alone or 'fwd_in' together with 'rev_in' as input. [idXML,opt.]</inPort>
		<inPort index="1" name="fwd_in [idXML]">Identification input to estimate FDR, forward run. [idXML,opt.]</inPort>
		<inPort index="2" name="rev_in [idXML]">Identification input to estimate FDR, decoy run. [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>
