com.compomics.util.experiment.io.identifications
Interface IdfileReader
- All Known Implementing Classes:
- MascotIdfileReader, OMSSAIdfileReader, XTandemIdfileReader
public interface IdfileReader
This interface will retrieve spectrum matches from any identification file.
Created by IntelliJ IDEA.
User: Marc
Date: Jun 23, 2010
Time: 9:44:07 AM
getAllSpectrumMatches
HashSet<SpectrumMatch> getAllSpectrumMatches()
- This methods retrieves all the identifications from an identification
file as a list of spectrum matches
- Returns:
- a list of spectrum matches
Copyright © 2011. All Rights Reserved.