User Tools

Site Tools


autouserguide

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
autouserguide [2010/09/01 16:42]
132.168.73.9
autouserguide [2011/12/19 17:51] (current)
132.168.72.130
Line 116: Line 116:
     </​parameters>​     </​parameters>​
   </​delete.Proteins>​   </​delete.Proteins>​
 +</​code>​
 +
 +=== Single match per query filter ​ ===
 +
 +**Nota** : no parameter to set.
 +
 +<code xml>
 +  <​filter.PSM>​
 +    <​parameter name="​filter.class.name">​
 +      <value class="​string">​cea.irma.model.validation.SingleMatchPerQueryFilter</​value>​
 +    </​parameter>​
 +  </​filter.PSM>​
 +</​code>​
 +
 +=== FPR seeker filter ===
 +
 +  * FPR = False Positive Rate
 +  * SaR = Score and Rank
 +  * DM = Delta Mass
 +See inside xml below to find comments:
 +<code xml>
 +  <​filter.FPR.Seeker>​
 +    <​parameters>​
 +      <​parameter name="​seek.fpr.with.score.and.rank.filter">​
 +        <value class="​boolean">​true</​value>​ <!-- true : the SaR filter will be used. Set to false if you juste want DM to be used. If both are set to false, the default one (SaR) will be used-->
 +      </​parameter>​
 +      <​parameter name="​seek.fpr.with.delta.mass.filter">​
 +        <value class="​boolean">​true</​value>​ <!-- true : the DM filter will be used. Set to false if you juste want SaR to be used. If both are set to false, the default one (SaR) will be used-->
 +      </​parameter>​
 +      <​parameter name="​sought.fpr.in.percentage">​
 +        <value class="​double">​1.0</​value>​
 +      </​parameter>​
 +    </​parameters>​
 +  </​filter.FPR.Seeker>​
 </​code>​ </​code>​
  
 === Master protein filter ​ === === Master protein filter ​ ===
-Nota 1 : If the master protein change is leading to peptide suppression,​ the script will suppress it in contrary of IRMa application where a dialog ask the user to decide what to do \\ +:!: If the master protein change is leading to an ambiguous ​peptide suppression ​(because the new master protein don't have match with it), the script will suppress it. It's a different behaviour than manual master protein changing ​in IRMa applicationwhere a dialog ask the user to decide what to do.\\ 
-Nota 2 : The "​filter.master.rule.operation"​ parameter can be :+:!: The "​filter.master.rule.operation"​ parameter can be :
   * CONTAINS_RULE   * CONTAINS_RULE
   * NOT_CONTAINS_RULE   * NOT_CONTAINS_RULE
Line 205: Line 239:
  
 <code xml><​export.MGF baseFilePath="​Path/​to/​export/​directory"​ /></​code>​ <code xml><​export.MGF baseFilePath="​Path/​to/​export/​directory"​ /></​code>​
 +
 +=== Database Export ===
 +  * Parameters
 +    * for "​export.DB",​ the parameter **"​version"​** is optional. Its value can be "​D"​ or "​E"​ (default) depending of the version of MSIdb you want to export to. If no parameter is given or if its value is different ​ from the two accepted the default one will be chosen.
 +<code xml>
 +  <​export.DB dbVersion="​E">​
 +    <​config>​
 +      <​parameters>​
 +        <​parameter name="​db.export.user">​
 +          <value class="​string">​username</​value>​
 +        </​parameter>​
 +        <​parameter name="​db.export.pswd">​
 +          <value class="​string">​passwd</​value>​
 +        </​parameter>​
 +        <​parameter name="​db.export.driver">​
 +          <value class="​string">​org.postgresql.Driver</​value>​
 +        </​parameter>​
 +        <​parameter name="​db.export.dbname">​
 +          <value class="​string">​MSIdb_Name</​value>​
 +        </​parameter>​
 +        <​parameter name="​db.export.url">​
 +          <value class="​string">​jdbc:​postgresql://​DB_Server_Address:​DB_Server_Port/​MSIdb_Name</​value>​
 +        </​parameter>​
 +        <​parameter name="​db.export.unassigned.peptides">​
 +          <value class="​boolean">​false</​value>​
 +        </​parameter>​
 +        <​parameter name="​db.export.unassigned.queries">​
 +          <value class="​boolean">​false</​value>​
 +        </​parameter>​
 +      </​parameters>​
 +    </​config>​
 +  </​export.DB>​
 +</​code>​
autouserguide.1283352142.txt.gz · Last modified: 2010/09/01 16:42 by 132.168.73.9