Uses of Class
com.compomics.util.experiment.identification.filtering.PeptideFilter
Package | Description |
---|---|
com.compomics.util.gui.filtering |
GUI filters.
|
-
Uses of PeptideFilter in com.compomics.util.gui.filtering
Methods in com.compomics.util.gui.filtering that return types with arguments of type PeptideFilter Modifier and Type Method Description HashMap<String,PeptideFilter>
FilterParameters. getPeptideHideFilters()
Returns the peptide hide filters.HashMap<String,PeptideFilter>
FilterParameters. getPeptideStarFilters()
Returns the peptide star filters.Method parameters in com.compomics.util.gui.filtering with type arguments of type PeptideFilter Modifier and Type Method Description void
FilterParameters. setPeptideHideFilters(HashMap<String,PeptideFilter> peptideHideFilters)
Sets the peptide hide filters.void
FilterParameters. setPeptideStarFilters(HashMap<String,PeptideFilter> peptideStarFilters)
Sets the peptide star filters.