java.lang.Object
com.compomics.util.experiment.io.identification.idfilereaders.SageIdfileReader
All Implemented Interfaces:
IdfileReader, AutoCloseable

public class SageIdfileReader extends Object implements IdfileReader
This IdfileReader reads identifications from a Sage tsv file.
Author:
Harald Barsnes
  • Field Details

    • MOD_MASS_TOLERANCE

      public static final double MOD_MASS_TOLERANCE
      The mass tolerance to be used to match modifications from search engines and expected modifications. 0.01 by default, the mass resolution in X !Tandem result files.
      See Also:
  • Constructor Details

    • SageIdfileReader

      public SageIdfileReader()
      Default constructor for the purpose of instantiation.
    • SageIdfileReader

      public SageIdfileReader(File sageTsvFile) throws IOException
      Constructor for a Sage tsv file reader.
      Parameters:
      sageTsvFile - the Sage tsv file
      Throws:
      FileNotFoundException - if a FileNotFoundException occurs
      IOException - if an IOException occurs
    • SageIdfileReader

      public SageIdfileReader(File sageTsvFile, WaitingHandler waitingHandler) throws IOException
      Constructor for a Sage tsv file reader.
      Parameters:
      sageTsvFile - the Sage tsv file
      waitingHandler - the waiting handler
      Throws:
      FileNotFoundException - if a FileNotFoundException occurs
      IOException - if an IOException occurs
  • Method Details