Class TagMapper
java.lang.Object
eu.isas.peptideshaker.protein_inference.TagMapper
This class can be used to map tags to proteins.
- Author:
- Marc Vaudel
-
Constructor Summary
ConstructorsConstructorDescriptionTagMapper(com.compomics.util.parameters.identification.IdentificationParameters identificationParameters, com.compomics.util.exceptions.ExceptionHandler exceptionHandler) Constructor. -
Method Summary
Modifier and TypeMethodDescriptionvoidmapTags(ArrayList<com.compomics.util.experiment.identification.matches.SpectrumMatch> spectrumMatches, com.compomics.util.experiment.identification.protein_inference.FastaMapper fastaMapper, com.compomics.util.waiting.WaitingHandler waitingHandler) Maps the tags to the proteins in the sequence factory.
-
Constructor Details
-
TagMapper
public TagMapper(com.compomics.util.parameters.identification.IdentificationParameters identificationParameters, com.compomics.util.exceptions.ExceptionHandler exceptionHandler) Constructor.- Parameters:
identificationParameters- the identification parametersexceptionHandler- an exception handler
-
-
Method Details
-
mapTags
public void mapTags(ArrayList<com.compomics.util.experiment.identification.matches.SpectrumMatch> spectrumMatches, com.compomics.util.experiment.identification.protein_inference.FastaMapper fastaMapper, com.compomics.util.waiting.WaitingHandler waitingHandler) Maps the tags to the proteins in the sequence factory.- Parameters:
spectrumMatches- the spectrum matches containing the tags to mapfastaMapper- the FASTA mapper to usewaitingHandler- a waiting handler
-