public class MsAmandaParameters extends Object implements IdentificationAlgorithmParameter
Constructor and Description |
---|
MsAmandaParameters()
Constructor.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(IdentificationAlgorithmParameter identificationAlgorithmParameter)
Indicates whether another identificationAlgorithmParameter has the same
parameters.
|
boolean |
generateDecoy()
Returns whether a decoy database shall be created and searched against.
|
Advocate |
getAlgorithm()
Returns the identification algorithm.
|
String |
getInstrumentID()
Return the instrument ID.
|
Double |
getMaxEValue()
Returns the maximal e-value searched for.
|
Integer |
getMaxRank()
Returns the maximum rank.
|
boolean |
isMonoIsotopic()
Returns whether monoisotopic mass values shall be used (in contrast to
average mass values).
|
void |
setGenerateDecoyDatabase(boolean generateDecoy)
Set whether a decoy database shall be created and searched against.
|
void |
setInstrumentID(String instrumentID)
Set the instrument ID.
|
void |
setMaxEValue(Double maxEValue)
Sets the maximal e-value searched for.
|
void |
setMaxRank(Integer maxRank)
Set the maximum rank.
|
void |
setMonoIsotopic(boolean monoisotopic)
Set whether monoisotopic mass values shall be used (in contrast to
average mass values).
|
String |
toString(boolean html)
Returns the parameters as a string.
|
public Advocate getAlgorithm()
IdentificationAlgorithmParameter
getAlgorithm
in interface IdentificationAlgorithmParameter
public boolean equals(IdentificationAlgorithmParameter identificationAlgorithmParameter)
IdentificationAlgorithmParameter
equals
in interface IdentificationAlgorithmParameter
identificationAlgorithmParameter
- the other
identificationAlgorithmParameterpublic String toString(boolean html)
IdentificationAlgorithmParameter
toString
in interface IdentificationAlgorithmParameter
html
- use HTML formattingpublic boolean generateDecoy()
public void setGenerateDecoyDatabase(boolean generateDecoy)
generateDecoy
- the generateDecoy to setpublic boolean isMonoIsotopic()
public void setMonoIsotopic(boolean monoisotopic)
monoisotopic
- the monoisotopic to setpublic String getInstrumentID()
public void setInstrumentID(String instrumentID)
instrumentID
- the instrumentID to setpublic Integer getMaxRank()
public void setMaxRank(Integer maxRank)
maxRank
- the maxRank to setpublic Double getMaxEValue()
public void setMaxEValue(Double maxEValue)
maxEValue
- the maximal e-value searched forCopyright © 2014. All rights reserved.