public class TagMapper extends Object
| Constructor and Description |
|---|
TagMapper(com.compomics.util.parameters.identification.IdentificationParameters identificationParameters,
com.compomics.util.exceptions.ExceptionHandler exceptionHandler)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
public TagMapper(com.compomics.util.parameters.identification.IdentificationParameters identificationParameters,
com.compomics.util.exceptions.ExceptionHandler exceptionHandler)
identificationParameters - the identification parametersexceptionHandler - an exception handlerpublic 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)
spectrumMatches - the spectrum matches containing the tags to mapfastaMapper - the FASTA mapper to usewaitingHandler - a waiting handlerCopyright © 2021. All rights reserved.