Uses of Class
com.compomics.util.experiment.identification.filtering.PeptideFilter
Packages that use PeptideFilter
-
Uses of PeptideFilter in com.compomics.util.gui.filtering
Methods in com.compomics.util.gui.filtering that return types with arguments of type PeptideFilterModifier and TypeMethodDescriptionFilterParameters.getPeptideHideFilters()Returns the peptide hide filters.FilterParameters.getPeptideStarFilters()Returns the peptide star filters.Method parameters in com.compomics.util.gui.filtering with type arguments of type PeptideFilterModifier and TypeMethodDescriptionvoidFilterParameters.setPeptideHideFilters(HashMap<String, PeptideFilter> peptideHideFilters) Sets the peptide hide filters.voidFilterParameters.setPeptideStarFilters(HashMap<String, PeptideFilter> peptideStarFilters) Sets the peptide star filters.