41 #ifndef _SEQUENCEAPPLICATIONTOOLS_H_ 42 #define _SEQUENCEAPPLICATIONTOOLS_H_ 44 #include "../Alphabet/Alphabet.h" 45 #include "../GeneticCode/GeneticCode.h" 46 #include "../AlphabetIndex/AlphabetIndex1.h" 47 #include "../AlphabetIndex/AlphabetIndex2.h" 48 #include "../Container/SequenceContainer.h" 49 #include "../Container/VectorSiteContainer.h" 100 std::map<std::string, std::string>& params,
101 const std::string& suffix =
"",
102 bool suffixIsOptional =
true,
104 bool allowGeneric =
false,
105 int warn = 1) throw (Exception);
134 const
std::
string& description,
136 bool verbose = true) throw (Exception);
151 const
std::
string& description,
153 bool verbose = true) throw (Exception);
176 std::map<
std::
string,
std::
string>& params,
177 const
std::
string& suffix = "",
178 bool suffixIsOptional = true,
200 std::map<
std::
string,
std::
string>& params,
201 const
std::
string& suffix = "",
202 bool suffixIsOptional = true,
236 std::map<
std::
string,
std::
string>& params,
237 std::
string suffix = "",
238 bool suffixIsOptional = true,
239 bool gapAsUnknown = true,
260 std::map<
std::
string,
std::
string>& params,
261 const
std::
string& suffix = "",
280 std::map<
std::
string,
std::
string>& params,
281 const
std::
string& suffix = "",
287 #endif // _SEQUENCEAPPLICATIONTOOLS_H_
The SiteContainer interface.
This alphabet is used to deal NumericAlphabet.
One dimensionnal alphabet index interface.
Two dimensionnal alphabet index interface.
Partial implementation of the Transliterator interface for genetic code object.
The SequenceContainer interface.
The abstract base class for nucleic alphabets.
The VectorSiteContainer class.