public class PNovoParameters extends Object implements IdentificationAlgorithmParameter
| Constructor and Description |
|---|
PNovoParameters()
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(IdentificationAlgorithmParameter identificationAlgorithmParameter)
Indicates whether another identificationAlgorithmParameter has the same
parameters.
|
String |
getActicationType()
Returns the activation type.
|
Advocate |
getAlgorithm()
Returns the identification algorithm.
|
int |
getLowerPrecursorMass()
Returns the lower precursor mass.
|
int |
getNumberOfPeptides()
Returns the number of peptides to report per spectrum.
|
HashMap<Character,String> |
getPNovoPtmMap()
Returns the pNovo to utilities PTM map.
|
HashMap<Character,Character> |
getPNovoPtmResiduesMap()
Returns the pNovo to original amino acids residue map.
|
Character |
getPtmResidue(Character pNovoPtmCharacter)
Returns the original amino acids residue corresponding to the given pNovo
PTM character.
|
int |
getUpperPrecursorMass()
Returns the upper precursor mass.
|
String |
getUtilitiesPtmName(Character pNovoPtmCharacter)
Returns the utilities PTM name corresponding to the given pNovo PTM
character.
|
void |
setActicationType(String acticationType)
Sets the activation type.
|
void |
setLowerPrecursorMass(int lowerPrecursorMass)
Set the lower precursor mass.
|
void |
setNumberOfPeptides(int numberOfPeptides)
Set the number of peptides to report per spectrum.
|
void |
setPNovoPtmMap(HashMap<Character,String> pNovoPtmMap)
Set the pNovo to utilities PTM map.
|
void |
setPNovoPtmResiduesMap(HashMap<Character,Character> pNovoResidueMap)
Set the pNovo to original amino acids residue map.
|
void |
setUpperPrecursorMass(int upperPrecursorMass)
Set the upper precursor mass.
|
String |
toString(boolean html)
Returns the parameters as a string.
|
public Advocate getAlgorithm()
IdentificationAlgorithmParametergetAlgorithm in interface IdentificationAlgorithmParameterpublic boolean equals(IdentificationAlgorithmParameter identificationAlgorithmParameter)
IdentificationAlgorithmParameterequals in interface IdentificationAlgorithmParameteridentificationAlgorithmParameter - the other
identificationAlgorithmParameterpublic String toString(boolean html)
IdentificationAlgorithmParametertoString in interface IdentificationAlgorithmParameterhtml - use HTML formattingpublic int getNumberOfPeptides()
public void setNumberOfPeptides(int numberOfPeptides)
numberOfPeptides - the number of peptides to report per spectrumpublic int getLowerPrecursorMass()
public void setLowerPrecursorMass(int lowerPrecursorMass)
lowerPrecursorMass - the lowerPrecursorMass to setpublic int getUpperPrecursorMass()
public void setUpperPrecursorMass(int upperPrecursorMass)
upperPrecursorMass - the upperPrecursorMass to setpublic String getActicationType()
public void setActicationType(String acticationType)
acticationType - the acticationType to setpublic HashMap<Character,String> getPNovoPtmMap()
public String getUtilitiesPtmName(Character pNovoPtmCharacter)
pNovoPtmCharacter - the pNovo PTM characterpublic void setPNovoPtmMap(HashMap<Character,String> pNovoPtmMap)
pNovoPtmMap - the pNovoPtmMap to setpublic HashMap<Character,Character> getPNovoPtmResiduesMap()
public Character getPtmResidue(Character pNovoPtmCharacter)
pNovoPtmCharacter - the pNovo PTM characterCopyright © 2016. All rights reserved.