public class StarHider extends Object
| Constructor and Description |
|---|
StarHider(com.compomics.util.experiment.identification.Identification identification,
com.compomics.util.gui.filtering.FilterParameters filterParameters,
com.compomics.util.experiment.io.biology.protein.SequenceProvider sequenceProvider,
com.compomics.util.experiment.io.biology.protein.ProteinDetailsProvider proteinDetailsProvider,
com.compomics.util.experiment.mass_spectrometry.SpectrumProvider spectrumProvider,
com.compomics.util.experiment.biology.genes.GeneMaps geneMaps,
com.compomics.util.experiment.identification.features.IdentificationFeaturesGenerator identificationFeaturesGenerator,
com.compomics.util.parameters.identification.IdentificationParameters identificationParameters,
com.compomics.util.experiment.identification.peptide_shaker.Metrics metrics,
com.compomics.util.gui.waiting.waitinghandlers.ProgressDialogX progressDialog,
int nThreads,
com.compomics.util.exceptions.ExceptionHandler exceptionHandler)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
hidePeptide(long matchKey)
Hides a peptide match.
|
void |
hideProtein(long matchKey)
Hides a protein match.
|
void |
hidePsm(long matchKey)
Hides a PSM match.
|
boolean |
isPeptideHidden(long matchKey)
Tests whether a peptide match should be hidden according to the
implemented filters.
|
boolean |
isPeptideStarred(long matchKey)
Tests whether a peptide match should be starred according to the
implemented filters.
|
boolean |
isProteinHidden(long matchKey)
Tests whether a protein match should be hidden according to the
implemented filters.
|
boolean |
isProteinStarred(long matchKey)
Tests whether a protein match should be starred according to the
implemented filters.
|
boolean |
isPsmHidden(long matchKey)
Tests whether a PSM match should be hidden according to the implemented
filters.
|
boolean |
isPsmStarred(long matchKey)
Tests whether a PSM match should be starred according to the implemented
filters.
|
void |
starHide()
Updates the star/hide status of all identification items.
|
void |
starPeptide(long matchKey)
Stars a peptide match.
|
void |
starProtein(long matchKey)
Stars a protein match.
|
void |
starPsm(long matchKey)
Stars a PSM match.
|
void |
unHidePeptide(long matchKey)
Unhides a peptide match.
|
void |
unHideProtein(long matchKey)
Unhides a protein match.
|
void |
unHidePsm(long matchKey)
Unhides a psm match.
|
void |
unStarPeptide(long matchKey)
Unstars a peptide match.
|
void |
unStarProtein(long matchKey)
Unstars a protein match.
|
void |
unStarPsm(long matchKey)
Unstars a PSM match.
|
public StarHider(com.compomics.util.experiment.identification.Identification identification,
com.compomics.util.gui.filtering.FilterParameters filterParameters,
com.compomics.util.experiment.io.biology.protein.SequenceProvider sequenceProvider,
com.compomics.util.experiment.io.biology.protein.ProteinDetailsProvider proteinDetailsProvider,
com.compomics.util.experiment.mass_spectrometry.SpectrumProvider spectrumProvider,
com.compomics.util.experiment.biology.genes.GeneMaps geneMaps,
com.compomics.util.experiment.identification.features.IdentificationFeaturesGenerator identificationFeaturesGenerator,
com.compomics.util.parameters.identification.IdentificationParameters identificationParameters,
com.compomics.util.experiment.identification.peptide_shaker.Metrics metrics,
com.compomics.util.gui.waiting.waitinghandlers.ProgressDialogX progressDialog,
int nThreads,
com.compomics.util.exceptions.ExceptionHandler exceptionHandler)
identification - The identification.filterParameters - The filter parameters.sequenceProvider - The sequence provider.proteinDetailsProvider - The protein details provider.spectrumProvider - The spectrum provider.geneMaps - The gene maps.identificationFeaturesGenerator - The identification features
generator.identificationParameters - The identification parameters.metrics - The metrics.progressDialog - The progress dialog.nThreads - The number of threads.exceptionHandler - The exception handler.public void starHide()
public void starProtein(long matchKey)
matchKey - the key of the matchpublic void unStarProtein(long matchKey)
matchKey - the key of the matchpublic void hideProtein(long matchKey)
matchKey - the key of the matchpublic void unHideProtein(long matchKey)
matchKey - the key of the matchpublic void starPeptide(long matchKey)
matchKey - the key of the matchpublic void unStarPeptide(long matchKey)
matchKey - the key of the matchpublic void hidePeptide(long matchKey)
matchKey - the key of the matchpublic void unHidePeptide(long matchKey)
matchKey - the key of the matchpublic void starPsm(long matchKey)
matchKey - the key of the matchpublic void unStarPsm(long matchKey)
matchKey - the key of the matchpublic void hidePsm(long matchKey)
matchKey - the key of the matchpublic void unHidePsm(long matchKey)
matchKey - the key of the matchpublic boolean isProteinHidden(long matchKey)
matchKey - the key of the matchpublic boolean isPeptideHidden(long matchKey)
matchKey - the key of the matchpublic boolean isPsmHidden(long matchKey)
matchKey - the key of the matchpublic boolean isProteinStarred(long matchKey)
matchKey - the key of the matchpublic boolean isPeptideStarred(long matchKey)
matchKey - the key of the matchpublic boolean isPsmStarred(long matchKey)
matchKey - the key of the matchCopyright © 2021. All rights reserved.