public interface ValidationQCPreferencesDialogParent
Modifier and Type | Method and Description |
---|---|
Filter |
createPeptideFilter()
Allows the creation of a peptide filter.
|
Filter |
createProteinFilter()
Allows the creation of a protein filter.
|
Filter |
createPsmFilter()
Allows the creation of a PSM filter.
|
void |
editPeptideFilter(Filter filter)
Allows the edition of a peptide filter.
|
void |
editProteinFilter(Filter filter)
Allows the edition of a protein filter.
|
void |
editPsmFilter(Filter filter)
Allows the edition of a PSM filter.
|
Filter createPsmFilter()
void editPsmFilter(Filter filter)
filter
- the PSM filter to editFilter createPeptideFilter()
void editPeptideFilter(Filter filter)
filter
- the peptide filter to editFilter createProteinFilter()
void editProteinFilter(Filter filter)
filter
- the protein filter to editCopyright © 2015. All rights reserved.