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.
|
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 |
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()
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 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 setCopyright © 2014. All rights reserved.