public class AnnotationPreferences extends Object implements Serializable
Constructor and Description |
---|
AnnotationPreferences()
Constructor.
|
AnnotationPreferences(SearchParameters searchParameters)
Constructor setting preferences from search parameters.
|
Modifier and Type | Method and Description |
---|---|
void |
addIonType(Ion.IonType ionType)
Adds a new ion type to annotate.
|
void |
addIonType(Ion.IonType ionType,
int subType)
Adds a new ion type and subtype to annotate.
|
void |
addNeutralLoss(NeutralLoss neutralLoss)
Adds a neutral loss.
|
boolean |
areNeutralLossesSequenceAuto()
Returns whether neutral losses are considered only for amino acids of
interest or not.
|
void |
clearIonTypes()
Clears the ion types annotated.
|
void |
clearNeutralLosses()
Clears the considered neutral losses.
|
double |
getAnnotationIntensityLimit()
Returns the intensity limit.
|
int |
getDeNovoCharge()
Returns the charge to use for the fragment ions in the de novo
sequencing.
|
double |
getFragmentIonAccuracy()
Returns the fragment ion accuracy.
|
HashSet<Integer> |
getFragmentIonTypes()
Returns the type of peptide fragment ions annotated.
|
HashMap<Ion.IonType,HashSet<Integer>> |
getIonTypes()
Returns the type of ions annotated.
|
ArrayList<NeutralLoss> |
getNeutralLosses()
Returns the considered neutral losses.
|
SpecificAnnotationPreferences |
getSpecificAnnotationPreferences(String spectrumKey,
SpectrumIdentificationAssumption spectrumIdentificationAssumption,
SequenceMatchingPreferences sequenceMatchingPreferences,
SequenceMatchingPreferences ptmSequenceMatchingPreferences)
Returns the annotation preferences specific to a spectrum and an
identification assumption.
|
boolean |
isFragmentIonPpm()
Indicates whether the fragment ion accuracy is in ppm.
|
boolean |
isHighResolutionAnnotation()
Returns true if the peak annotation should be based on the most accurate
mz value, false bases the annotation on the most intense peak.
|
void |
setAnnotationLevel(double intensityLimit)
Sets the annotation level.
|
void |
setDeNovoCharge(int deNovoCharge)
Set the charge to use for the fragment ions in the de novo sequencing
|
void |
setFragmentIonAccuracy(double fragmentIonAccuracy)
Sets the fragment ion accuracy.
|
void |
setFragmentIonPpm(boolean fragmentIonPpm)
Sets whether the fragment ion accuracy is in ppm.
|
void |
setHighResolutionAnnotation(boolean highResolutionAnnotation)
Set if the peak annotation should be based on the most accurate mz value,
or on the most intense peak.
|
void |
setIntensityIonTable(boolean intensityIonTable)
Set if the intensity or m/z ion table should be shown.
|
void |
setPreferencesFromSearchParameters(SearchParameters searchParameters)
Updates the annotation parameters based on search parameters.
|
void |
setShowAllPeaks(boolean showAllPeaks)
Set if all peaks or just the annotated ones are to be shown.
|
void |
setShowBars(boolean showBars)
Set if the bars in the bubble plot are to be shown or not.
|
void |
setShowForwardIonDeNovoTags(boolean showForwardIonDeNovoTags)
Set if the automatic forward ion de novo tags are to be shown.
|
void |
setShowRewindIonDeNovoTags(boolean showRewindIonDeNovoTags)
Set if the automatic rewind ion de novo tags are to be shown.
|
void |
setYAxisZoomExcludesBackgroundPeaks(boolean yAxisZoomExcludesBackgroundPeaks)
Set if the automatic y-axis zoom only considers the annotated peaks.
|
boolean |
showAllPeaks()
If true, all peaks are shown, false displays the annotated peaks, and the
non-annotated in the background.
|
boolean |
showBars()
If true, bars are shown in the bubble plot highlighting the ions.
|
boolean |
showForwardIonDeNovoTags()
Returns true if the automatic forward ion de novo tags are to be shown.
|
boolean |
showRewindIonDeNovoTags()
Returns true if the automatic rewind ion de novo tags are to be shown.
|
boolean |
useAutomaticAnnotation()
Returns whether PeptideShaker should automatically set the annotations.
|
void |
useAutomaticAnnotation(boolean automaticAnnotation)
Sets whether the default PeptideShaker annotation should be used.
|
boolean |
useIntensityIonTable()
If true, the ion table is shown as an intensity version, false displays
the standard Mascot version.
|
boolean |
yAxisZoomExcludesBackgroundPeaks()
Returns true if the automatic y-axis zoom excludes background peaks.
|
public AnnotationPreferences()
public AnnotationPreferences(SearchParameters searchParameters)
searchParameters
- the search parameterspublic SpecificAnnotationPreferences getSpecificAnnotationPreferences(String spectrumKey, SpectrumIdentificationAssumption spectrumIdentificationAssumption, SequenceMatchingPreferences sequenceMatchingPreferences, SequenceMatchingPreferences ptmSequenceMatchingPreferences) throws IOException, InterruptedException, ClassNotFoundException, SQLException
spectrumKey
- the key of the spectrum to annotatespectrumIdentificationAssumption
- the spectrum identification
assumption to annotate withsequenceMatchingPreferences
- the sequence matching preferences for
peptide to protein mappingptmSequenceMatchingPreferences
- the sequence matching preferences
for PTM to peptide mappingIOException
- exception thrown whenever an error occurred while
interacting with a file while mapping potential modification sitesInterruptedException
- exception thrown whenever a threading issue
occurred while mapping potential modification sitesClassNotFoundException
- exception thrown whenever an error
occurred while deserializing an object from the ProteinTreeSQLException
- exception thrown whenever an error occurred while
interacting with the ProteinTreepublic void setPreferencesFromSearchParameters(SearchParameters searchParameters)
searchParameters
- the search parameters where to take the
information frompublic boolean areNeutralLossesSequenceAuto()
public void clearNeutralLosses()
public ArrayList<NeutralLoss> getNeutralLosses()
public void addNeutralLoss(NeutralLoss neutralLoss)
neutralLoss
- a new neutral losspublic HashMap<Ion.IonType,HashSet<Integer>> getIonTypes()
public HashSet<Integer> getFragmentIonTypes()
public void addIonType(Ion.IonType ionType, int subType)
ionType
- a new ion type to annotatesubType
- the ion sub typepublic void addIonType(Ion.IonType ionType)
ionType
- a new ion type to annotatepublic void clearIonTypes()
public void useAutomaticAnnotation(boolean automaticAnnotation)
automaticAnnotation
- a boolean indicating whether the default
PeptideShaker annotation should be usedpublic boolean useAutomaticAnnotation()
public double getFragmentIonAccuracy()
public void setFragmentIonAccuracy(double fragmentIonAccuracy)
fragmentIonAccuracy
- the fragment ion accuracypublic boolean isFragmentIonPpm()
public void setFragmentIonPpm(boolean fragmentIonPpm)
fragmentIonPpm
- a boolean indicating whether the fragment ion
accuracy is in ppmpublic double getAnnotationIntensityLimit()
public void setAnnotationLevel(double intensityLimit)
intensityLimit
- the intensityLimit to setpublic boolean showAllPeaks()
public void setShowAllPeaks(boolean showAllPeaks)
showAllPeaks
- if all peaks are to be shownpublic boolean showBars()
public void setShowBars(boolean showBars)
showBars
- if the bars in the bubble plot are to be shownpublic boolean useIntensityIonTable()
public void setIntensityIonTable(boolean intensityIonTable)
intensityIonTable
- if the intensity or m/z ion table should be
shownpublic boolean yAxisZoomExcludesBackgroundPeaks()
public void setYAxisZoomExcludesBackgroundPeaks(boolean yAxisZoomExcludesBackgroundPeaks)
yAxisZoomExcludesBackgroundPeaks
- if the automatic y-axis zoom only
considers the annotated peakspublic boolean showForwardIonDeNovoTags()
public void setShowForwardIonDeNovoTags(boolean showForwardIonDeNovoTags)
showForwardIonDeNovoTags
- the showForwardIonDeNovoTags to setpublic boolean showRewindIonDeNovoTags()
public void setShowRewindIonDeNovoTags(boolean showRewindIonDeNovoTags)
showRewindIonDeNovoTags
- the showRewindIonDeNovoTags to setpublic int getDeNovoCharge()
public void setDeNovoCharge(int deNovoCharge)
deNovoCharge
- the charge to use for the fragment ions in the de
novo sequencingpublic boolean isHighResolutionAnnotation()
public void setHighResolutionAnnotation(boolean highResolutionAnnotation)
highResolutionAnnotation
- the highResolutionAnnotation to setCopyright © 2015. All rights reserved.