public class MsAmandaParameters extends Object implements IdentificationAlgorithmParameter
| Modifier and Type | Field and Description |
|---|---|
static int |
MAX_MS_AMANDA_FASTA_FILE_NAME_LENGTH
The maximum allowed length of the FASTA file name.
|
| 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 |
isLowMemoryMode()
Returns whether the low memory mode is used.
|
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 |
setLowMemoryMode(boolean lowMemoryMode)
Set whether the low memory mode is used.
|
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 static final int MAX_MS_AMANDA_FASTA_FILE_NAME_LENGTH
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 setpublic boolean isLowMemoryMode()
public void setLowMemoryMode(boolean lowMemoryMode)
lowMemoryMode - the lowMemoryMode to setCopyright © 2016. All rights reserved.