Uses of Class
com.compomics.util.experiment.identification.spectrum_assumptions.TagAssumption
Packages that use TagAssumption
Package
Description
Experiment classes related to matches.
Implementations of the SpectrumIdentificationAssumption.
-
Uses of TagAssumption in com.compomics.util.experiment.identification.matches
Methods in com.compomics.util.experiment.identification.matches that return TagAssumptionModifier and TypeMethodDescriptionSpectrumMatch.getBestTagAssumption()Getter for the best tag assumption.Methods in com.compomics.util.experiment.identification.matches that return types with arguments of type TagAssumptionModifier and TypeMethodDescriptionjava.util.stream.Stream<TagAssumption> SpectrumMatch.getAllTagAssumptions()Returns a stream of all tag assumptionsSpectrumMatch.getAllTagAssumptions(int advocateId) Returns all tag assumptions for the specified search engine indexed by their score.SpectrumMatch.getTagAssumptionsMap()Returns the tag assumptions map: advocate id > score > list of assumptions.Methods in com.compomics.util.experiment.identification.matches with parameters of type TagAssumptionModifier and TypeMethodDescriptionvoidSpectrumMatch.addTagAssumption(int advocateId, TagAssumption tagAssumption) Add a hit.voidSpectrumMatch.removeTagAssumption(TagAssumption tagAssumption) Removes an assumption from the mapping.voidSpectrumMatch.setBestTagAssumption(TagAssumption bestTagAssumption) Setter for the best tag assumption.Method parameters in com.compomics.util.experiment.identification.matches with type arguments of type TagAssumptionModifier and TypeMethodDescriptionvoidSpectrumMatch.setTagAssumptionMap(HashMap<Integer, TreeMap<Double, ArrayList<TagAssumption>>> tagAssumptionsMap) Sets the tag assumption map. -
Uses of TagAssumption in com.compomics.util.experiment.identification.spectrum_assumptions
Methods in com.compomics.util.experiment.identification.spectrum_assumptions that return TagAssumptionModifier and TypeMethodDescriptionTagAssumption.reverse(boolean yIon) Returns a new TagAssumption instance where the tag is a reversed version of this tag.Methods in com.compomics.util.experiment.identification.spectrum_assumptions that return types with arguments of type TagAssumptionModifier and TypeMethodDescriptionTagAssumption.getPossibleTags(boolean forwardIon, int minCharge, int maxCharge, int maxIsotope) Computes the possible tag assumptions which can be obtained from this one by accounting for other charges and isotopes.