Package | Description |
---|---|
com.compomics.util.experiment.identification.filtering |
Classes for the filtering of identification objects.
|
com.compomics.util.gui.filtering |
GUI filters.
|
Modifier and Type | Class and Description |
---|---|
class |
AssumptionFilter
Peptide Assumption filter.
|
class |
PeptideFilter
Peptide filter.
|
class |
ProteinFilter
Protein filter.
|
class |
PsmFilter
PSM filter.
|
Modifier and Type | Method and Description |
---|---|
MatchFilter |
MatchFilter.clone() |
protected MatchFilter |
PsmFilter.getNew() |
protected MatchFilter |
ProteinFilter.getNew() |
protected MatchFilter |
PeptideFilter.getNew() |
protected abstract MatchFilter |
MatchFilter.getNew()
Returns a new empty filter.
|
protected MatchFilter |
AssumptionFilter.getNew() |
Modifier and Type | Method and Description |
---|---|
MatchFilter |
FilterDialog.getFilter()
Returns the filter as set by the user.
|
Modifier and Type | Method and Description |
---|---|
void |
FilterParameters.addHidingFilter(MatchFilter matchFilter)
Adds a hiding filter (previous filter with same name will silently be
overwritten).
|
void |
FilterParameters.addStarringFilter(MatchFilter matchFilter)
Adds a starring filter (previous filter with same name will silently be
overwritten).
|
Constructor and Description |
---|
FilterDialog(JDialog parent,
MatchFilter filter,
ArrayList<String> allModifications)
Creates and displays a new dialog.
|
Copyright © 2021. All rights reserved.