Uses of Interface
com.compomics.util.experiment.io.identification.IdfileReader
Packages that use IdfileReader
Package
Description
Mapping between search engine and Utilities modifications.
Mapping between search engine and Utilities modifications.
Experiment identification classes.
Experiment classes related to reading search engine files.
-
Uses of IdfileReader in com.compomics.util.experiment.identification.modification.mapping
Methods in com.compomics.util.experiment.identification.modification.mapping with parameters of type IdfileReaderModifier and TypeMethodDescriptionstatic doubleModificationMassMapper.getMass(String searchEngineModificationName, IdfileReader idfileReader, SearchParameters searchParameters, ModificationProvider modificationProvider) Returns the mass indicated by the identification algorithm for the given modification.ModificationNameMapper.getPossibleModificationNames(Peptide peptide, ModificationMatch modificationMatch, IdfileReader idfileReader, SearchParameters searchParameters, SequenceMatchingParameters sequenceMatchingParameters, SequenceProvider sequenceProvider, ModificationProvider modificationProvider) Returns the possible modification names.static voidModificationLocalizationMapper.modificationLocalization(Peptide peptide, HashMap<Integer, ArrayList<String>> expectedNames, HashMap<ModificationMatch, ArrayList<String>> modNames, IdentificationParameters identificationParameters, IdfileReader idfileReader, ModificationProvider modificationProvider) Makes an initial modification mapping based on the search engine results and the compatibility to the searched modifications. -
Uses of IdfileReader in com.compomics.util.experiment.identification.modification.search_engine_mapping
Methods in com.compomics.util.experiment.identification.modification.search_engine_mapping with parameters of type IdfileReaderModifier and TypeMethodDescriptionstatic doubleModificationMassMapper.getMass(String searchEngineModificationName, IdfileReader idfileReader, SearchParameters searchParameters, ModificationProvider modificationProvider) Returns the mass indicated by the identification algorithm for the given modification.ModificationNameMapper.getPossibleModificationNames(Peptide peptide, ModificationMatch modificationMatch, IdfileReader idfileReader, SearchParameters searchParameters, SequenceMatchingParameters sequenceMatchingParameters, SequenceProvider sequenceProvider, ModificationProvider modificationProvider) Returns the possible modification names from a search engine modification indexed by site.static voidModificationLocalizationMapper.modificationLocalization(Peptide peptide, IdentificationParameters identificationParameters, IdfileReader idfileReader, ModificationProvider modificationProvider, SequenceProvider sequenceProvider) Makes an initial modification mapping based on the search engine results and the compatibility to the searched modifications. -
Uses of IdfileReader in com.compomics.util.experiment.io.identification
Methods in com.compomics.util.experiment.io.identification that return IdfileReaderModifier and TypeMethodDescriptionIdfileReaderFactory.getFileReader(File aFile) This method returns the proper identification file reader depending on the format of the provided file. -
Uses of IdfileReader in com.compomics.util.experiment.io.identification.idfilereaders
Classes in com.compomics.util.experiment.io.identification.idfilereaders that implement IdfileReaderModifier and TypeClassDescriptionclassThis IdfileReader reads identifications from an Andromeda result file.classThis IdfileReader reads identifications from a COSS tsv result file.classAn identification file reader for Direct tag results.classThis IdfileReader reads identifications from a Mascot results file.classThis IdfileReader reads identifications from an MS Amanda csv result file.classThis IdfileReader reads identifications from an mzIdentML result file.classThis IdfileReader reads identifications from a Novor csv result file.classId file reader for the scripts in Onyase.classThis class can be used to parse PepNovo identification files.classSimple IdfileReader for Pepxml files.classThis class can be used to parse pNovo identification files.classThis IdfileReader reads identifications from a Sage tsv file.classThis IdfileReader reads identifications from an Tide tsv results file.classThis IdfileReader reads identifications from an X! Tandem xml result file.