Deprecated Methods |
com.compomics.util.experiment.identification.IdentificationDB.addMatchParameter(String, UrParameter)
use match specific mapping instead |
com.compomics.util.experiment.identification.Identification.addMatchParameter(String, UrParameter)
use the database match specific methods instead |
com.compomics.util.gui.spectrum.SpectrumPanel.determineColorOfPeak(String)
it is advised to use methods based on the ion type rather
than on the peak label |
com.compomics.util.gui.spectrum.SpectrumPanel.determineFragmentIonColor(String)
use the method based on the Ion class instead |
com.compomics.util.gui.waiting.waitinghandlers.ProgressDialogX.doNothingOnClose()
replace by setUnstoppable |
com.compomics.util.gui.spectrum.SpectrumPanel.filterAnnotations(Vector, HashMap>, ArrayList, boolean, boolean, boolean)
don't use method based on the peak labels but on the data
type |
com.compomics.util.experiment.identification.matches.IonMatch.getError()
replaced by getAbsoluteError() and getRelativeError() |
com.compomics.util.experiment.identification.Identification.getFileName(String)
use the database methods instead |
com.compomics.util.experiment.identification.Identification.getMatchParameter(String, UrParameter)
use the database match specific methods instead |
com.compomics.util.experiment.identification.IdentificationDB.getMatchPArameter(String, UrParameter)
use match specific mapping instead |
com.compomics.util.experiment.identification.IdentificationDB.getParameterTable(UrParameter)
use match specific mapping instead |
com.compomics.util.experiment.biology.PTMFactory.getPTM(double, String, String)
This method can generate inconsistent results in case a
measurement matches to various PTMs. |
com.compomics.util.experiment.biology.PTM.getResidues()
use amino acid pattern instead |
com.compomics.util.experiment.identification.Identification.getSpectrumIdentification()
use file specific names instead |
com.compomics.util.gui.waiting.waitinghandlers.ProgressDialogX.incrementValue()
use waiting handler method instead |
com.compomics.util.gui.waiting.waitinghandlers.ProgressDialogX.incrementValue(int)
use waiting handler method instead |
com.compomics.util.experiment.identification.IdentificationDB.removeMatch(String)
it is advised to use the specific psm/peptide/protein method
instead |
com.compomics.util.experiment.identification.Identification.removeMatch(String)
it is advised to use the specific psm/peptide/protein method
instead |
com.compomics.util.experiment.identification.Identification.setDirectory(String, boolean)
use establishConnection(String dbFolder) instead |
com.compomics.util.gui.waiting.waitinghandlers.ProgressDialogX.setIntermidiate(boolean)
Replaced by setIndeterminate, from utilities 3.1.17. |
com.compomics.util.gui.waiting.waitinghandlers.ProgressDialogX.setMax(int)
use waiting handler method instead |
com.compomics.software.ToolFactory.startRelims(JFrame)
use PeptideShaker's own Reshake option instead. |