/usr/include/Bpp/Phyl/App/PhylogeneticsApplicationTools.h is in libbpp-phyl-dev 2.4.0-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 | //
// File: PhylogeneticsApplicationTools.h
// Created by: Julien Dutheil
// Created on: Fri Oct 21 16:49 2005
// from old file ApplicationTools.h created on Sun Dec 14 09:36:26 2003
//
/*
Copyright or © or Copr. Bio++ Development Team, (November 16, 2004)
This software is a computer program whose purpose is to provide classes
for phylogenetic data analysis.
This software is governed by the CeCILL license under French law and
abiding by the rules of distribution of free software. You can use,
modify and/ or redistribute the software under the terms of the CeCILL
license as circulated by CEA, CNRS and INRIA at the following URL
"http://www.cecill.info".
As a counterpart to the access to the source code and rights to copy,
modify and redistribute granted by the license, users are provided only
with a limited warranty and the software's author, the holder of the
economic rights, and the successive licensors have only limited
liability.
In this respect, the user's attention is drawn to the risks associated
with loading, using, modifying and/or developing or reproducing the
software by the user in light of its specific status of free software,
that may mean that it is complicated to manipulate, and that also
therefore means that it is reserved for developers and experienced
professionals having in-depth computer knowledge. Users are therefore
encouraged to load and test the software's suitability as regards their
requirements in conditions enabling the security of their systems and/or
data to be ensured and, more generally, to use and operate it in the
same conditions as regards security.
The fact that you are presently reading this means that you have had
knowledge of the CeCILL license and that you accept its terms.
*/
#ifndef _PHYLOGENETICSAPPLICATIONTOOLS_H_
#define _PHYLOGENETICSAPPLICATIONTOOLS_H_
#include "../Tree.h"
#include "../Model/SubstitutionModel.h"
#include "../Model/SubstitutionModelSet.h"
#include "../Model/MixedSubstitutionModelSet.h"
#include "../Model/MarkovModulatedSubstitutionModel.h"
#include "../Likelihood/HomogeneousTreeLikelihood.h"
#include "../Likelihood/ClockTreeLikelihood.h"
#include "../Mapping/SubstitutionCount.h"
#include <Bpp/Text/TextTools.h>
#include <Bpp/Text/StringTokenizer.h>
#include <Bpp/Io/OutputStream.h>
#include <Bpp/Numeric/Prob/DiscreteDistribution.h>
#include <Bpp/Numeric/Prob/MultipleDiscreteDistribution.h>
#include <Bpp/Numeric/Function/Optimizer.h>
// From SeqLib:
#include <Bpp/Seq/Container/SiteContainer.h>
#include <Bpp/Seq/Container/VectorSiteContainer.h>
// From the STL:
#include <string>
#include <map>
namespace bpp
{
/**
* @brief This class provides some common tools for applications.
*
* The functions parse some option file, create corresponding objects and send
* a pointer toward it.
*
* The option files are supposed to follow this simple format:
* @code
* parameterName = parameterContent
* @endcode
* with one parameter per line.
*
* @see ApplicationTools
*/
class PhylogeneticsApplicationTools
{
public:
PhylogeneticsApplicationTools();
virtual ~PhylogeneticsApplicationTools();
/**
* @brief Build a Tree object according to options.
*
* See the Bio++ Program Suite manual for a description of available options.
*
* @param params The attribute map where options may be found.
* @param prefix A prefix to be applied to each attribute name.
* @param suffix A suffix to be applied to each attribute name.
* @param suffixIsOptional Tell if the suffix is absolutely required.
* @param verbose Print some info to the 'message' output stream.
* @param warn Set the warning level (0: always display warnings, >0 display warnings on demand).
* @return A new Tree object according to the specified options.
* @throw Exception if an error occured.
*/
static Tree* getTree(
std::map<std::string, std::string>& params,
const std::string& prefix = "input.",
const std::string& suffix = "",
bool suffixIsOptional = true,
bool verbose = true,
int warn = 1);
/**
* @brief Build a list ofTree objects according to options.
*
* See the Bio++ Program Suite manual for a description of available options.
*
* @param params The attribute map where options may be found.
* @param prefix A prefix to be applied to each attribute name.
* @param suffix A suffix to be applied to each attribute name.
* @param suffixIsOptional Tell if the suffix is absolutely required.
* @param verbose Print some info to the 'message' output stream.
* @param warn Set the warning level (0: always display warnings, >0 display warnings on demand).
* @return A new vector of Tree objects according to the specified options.
* @throw Exception if an error occured.
*/
static std::vector<Tree*> getTrees(
std::map<std::string, std::string>& params,
const std::string& prefix = "input.",
const std::string& suffix = "",
bool suffixIsOptional = true,
bool verbose = true,
int warn = 1);
/**
* @brief Build a SubstitutionModel object according to options.
*
* Creates a new substitution model object according to model description syntax
* (see the Bio++ Progam Suite manual for a detailed description of this syntax). The
* function also parses the parameter values and set them accordingly.
*
* @param alphabet The alphabet to use in the model.
* @param gCode The genetic code to use (only for codon models, otherwise can be set to 0).
* If set to NULL and a codon model is requested, an Exception will be thrown.
* @param data A pointer toward the SiteContainer for which the substitution model is designed.
* The alphabet associated to the data must be of the same type as the one specified for the model.
* May be equal to NULL, but in this case use_observed_freq option will be unavailable.
* @param params The attribute map where options may be found.
* @param suffix A suffix to be applied to each attribute name.
* @param suffixIsOptional Tell if the suffix is absolutely required.
* @param verbose Print some info to the 'message' output stream.
* @param warn Set the warning level (0: always display warnings, >0 display warnings on demand).
* @return A new SubstitutionModel object according to options specified.
* @throw Exception if an error occured.
*/
static SubstitutionModel* getSubstitutionModel(
const Alphabet* alphabet,
const GeneticCode* gCode,
const SiteContainer* data,
std::map<std::string, std::string>& params,
const std::string& suffix = "",
bool suffixIsOptional = true,
bool verbose = true,
int warn = 1);
static TransitionModel* getTransitionModel(
const Alphabet* alphabet,
const GeneticCode* gCode,
const SiteContainer* data,
std::map<std::string, std::string>& params,
const std::string& suffix = "",
bool suffixIsOptional = true,
bool verbose = true,
int warn = 1);
/**
* @brief Set parameter initial values of a given model in a set according to options.
*
* Parameters actually depends on the model passed as argument.
* See getSubstitutionModelSet for more information.
*
* This function is mainly for internal usage, you're probably looking for the getSubstitutionModel or getSubstitutionModelSet function.
*
* @param model The model to set.
* @param unparsedParameterValues A map that contains all the model parameters
* names and their corresponding unparsed value, if they were found.
* @param modelNumber The number of this model in the SubstitutionModelSet.
* @param data A pointer toward the SiteContainer for which the substitution model is designed.
* The alphabet associated to the data must be of the same type as the one specified for the model.
* May be equal to NULL, but in this case use_observed_freq option will be unavailable.
* @param sharedParams (out) remote parameters will be recorded here.
* @param verbose Print some info to the 'message' output stream.
* @throw Exception if an error occured.
*/
static void setSubstitutionModelParametersInitialValuesWithAliases(
TransitionModel& model,
std::map<std::string, std::string>& unparsedParameterValues,
size_t modelNumber,
const SiteContainer* data,
std::map<std::string, std::string>& sharedParams,
bool verbose);
/**
* @brief Get A FrequenciesSet object for root frequencies (NH models) according to options.
*
* @param alphabet The alpabet to use.
* @param gCode The genetic code to use (only for codon alphabets, otherwise can be set to 0).
* If set to NULL and a codon frequencies set is requested, an Exception will be thrown.
* @param data A pointer toward the SiteContainer for which the substitution model is designed.
* The alphabet associated to the data must be of the same type as the one specified for the model.
* May be equal to NULL, but in this cas use_observed_freq option will be unavailable.
* @param params The attribute map where options may be found.
* @param sharedParams (out) remote parameters will be recorded here.
* @param rateFreqs A vector of rate catégories frequencies in case of a Markov Modulated Markov Model.
* Ignored if a vector with size 0 is passed.
* @param suffix A suffix to be applied to each attribute name.
* @param suffixIsOptional Tell if the suffix is absolutely required.
* @param verbose Print some info to the 'message' output stream.
* @param warn Set the warning level (0: always display warnings, >0 display warnings on demand).
* @return A new FrequenciesSet object according to options specified.
* @throw Exception if an error occured.
*/
static FrequenciesSet* getRootFrequenciesSet(
const Alphabet* alphabet,
const GeneticCode* gCode,
const SiteContainer* data,
std::map<std::string, std::string>& params,
std::map<std::string, std::string>& sharedParams,
const std::vector<double>& rateFreqs,
const std::string& suffix = "",
bool suffixIsOptional = true,
bool verbose = true,
int warn = 1);
/**
* @brief Get A FrequenciesSet object according to options.
*
* @param alphabet The alpabet to use.
* @param gCode The genetic code to use (only for codon alphabets, otherwise can be set to 0).
* If set to NULL and a codon frequencies set is requested, an Exception will be thrown.
* @param freqDescription A string in the keyval syntaxe describing the frequency set to use.:if expand("%") == ""|browse confirm w|else|confirm w|endif
*
* @param data A pointer toward the SiteContainer for which the substitution model is designed.
* The alphabet associated to the data must be of the same type as the one specified for the model.
* May be equal to NULL, but in this cas use_observed_freq option will be unavailable.
* @param sharedParams (out) remote parameters will be recorded here.
* @param rateFreqs A vector of rate catégories frequencies in case of a Markov Modulated Markov Model.
* Ignored if a vector with size 0 is passed.
* @param verbose Print some info to the 'message' output stream.
* @param warn Set the warning level (0: always display warnings, >0 display warnings on demand).
* @return A new FrequenciesSet object according to options specified.
* @throw Exception if an error occured.
*/
static FrequenciesSet* getFrequenciesSet(
const Alphabet* alphabet,
const GeneticCode* gCode,
const std::string& freqDescription,
const SiteContainer* data,
std::map<std::string, std::string>& sharedParams,
const std::vector<double>& rateFreqs,
bool verbose = true,
int warn = 1);
/**
* @brief Get A FrequenciesSet object according to options.
*
* @param alphabet The alpabet to use.
* @param gCode The genetic code to use (only for codon alphabets, otherwise can be set to 0).
* If set to NULL and a codon frequencies set is requested, an Exception will be thrown.
* @param freqDescription A string in the keyval syntaxe describing the frequency set to use.:if expand("%") == ""|browse confirm w|else|confirm w|endif
*
* @param data A pointer toward the SiteContainer for which the substitution model is designed.
* The alphabet associated to the data must be of the same type as the one specified for the model.
* May be equal to NULL, but in this cas use_observed_freq option will be unavailable.
* @param rateFreqs A vector of rate catégories frequencies in case of a Markov Modulated Markov Model.
* Ignored if a vector with size 0 is passed.
* @param verbose Print some info to the 'message' output stream.
* @param warn Set the warning level (0: always display warnings, >0 display warnings on demand).
* @return A new FrequenciesSet object according to options specified.
* @throw Exception if an error occured.
*/
static FrequenciesSet* getFrequenciesSet(
const Alphabet* alphabet,
const GeneticCode* gCode,
const std::string& freqDescription,
const SiteContainer* data,
const std::vector<double>& rateFreqs,
bool verbose = true,
int warn = 1)
{
std::map<std::string, std::string> sharedParams;
return getFrequenciesSet(alphabet, gCode, freqDescription, data, sharedParams, rateFreqs, verbose, warn);
}
/**
* @brief Gets a SubstitutionModelSet object according to options.
*
* See setSubstitutionModelSet and setMixedSubstitutionModelSet
* methods.
*/
static SubstitutionModelSet* getSubstitutionModelSet(
const Alphabet* alphabet,
const GeneticCode* gcode,
const SiteContainer* data,
std::map<std::string, std::string>& params,
const std::string& suffix = "",
bool suffixIsOptional = true,
bool verbose = true,
int warn = 1);
/**
* @brief Sets a SubstitutionModelSet object according to options.
*
* This model set is meant to be used with non-homogeneous substitution models of sequence evolution.
*
* Recognized options are:
* - number_of_models: the number of distinct SubstitutionModel to use.
*
* Then, for each of the models, the following information must be provided:
* - model1='model name(parameters'='value',...)
* Model names and parameters follow the same syntaxe as for the getSubstitutionModel method.
* - model1.nodes='list of nodes id, separated by comas'.
* And then
* - model2=...
* etc.
*
* All models must be fully specified, and at the end of the description, all nodes must be attributed to a model,
* otherwise an exception is thrown.
*
* Finally, this is also allowed for models to share one or several parameters.
* for instance:
* @code
* model1=T92(kappa=2.0, theta=0.5)
* model2=T92(kappa=model1.kappa, theta=0.5)
* @endcode
* In this case model1 and model2 with have their own and independent theta parameter, but only one kappa parameter will be used for both models.
* Note that
* @code
* model1=T92(kappa=2.0, theta=0.5)
* model1.nodes=1,2,3
* model2=T92(kappa= model1.kappa, theta=model1.theta)
* model2.nodes=4,5,6
* @endcode
* is equivalent to
* @code
* model1=T92(kappa=2.0, theta=0.5)
* model1.nodes=1,2,3,4,5,6
* @endcode
* but will require more memory and use more CPU, since some calculations will be performed twice.
*
* @param modelSet The modified SubstitutionModelSet object according to options specified.
* @param alphabet The alpabet to use in all models.
* @param gcode The genetic code to use (only for codon models, otherwise can be set to 0).
* If set to NULL and a codon model is requested, an Exception will be thrown.
* @param data A pointer toward the SiteContainer for which the substitution model is designed.
* The alphabet associated to the data must be of the same type as the one specified for the model.
* May be equal to NULL, but in this cas use_observed_freq option will be unavailable.
* @param params The attribute map where options may be found.
* @param suffix A suffix to be applied to each attribute name.
* @param suffixIsOptional Tell if the suffix is absolutely required.
* @param verbose Print some info to the 'message' output stream.
* @param warn Set the warning level (0: always display warnings, >0 display warnings on demand).
* @throw Exception if an error occured.
*/
static void setSubstitutionModelSet(
SubstitutionModelSet& modelSet,
const Alphabet* alphabet,
const GeneticCode* gcode,
const SiteContainer* data,
std::map<std::string, std::string>& params,
const std::string& suffix = "",
bool suffixIsOptional = true,
bool verbose = true,
int warn = 1);
/**
* @brief Complete a MixedSubstitutionModelSet object according to
* options, given this model has already been filled through
* setSubstitutionModelSet method.
*
* In addition, this method builds the allowed combinations of
* submodels of the different mixed models.
*
* If none combination is given, then all possible submodels
* combinations will be considered.
*
* The submodels dependencies are given a sets of combinations of
* the mixed variables of the mixed models. For instance, if we
* have:
*
* @code
* model1=MixedModel(model=T92(kappa=Gamma(n=4), theta=0.5))
* model2=MixedModel(model=T92(kappa=Gaussian(n=5), theta=Beta(n=3)))
* @endcode
*
* In this case model1 is a mixture of 4 T92 submodels and model2
* a mixture of 15 T92 submodels. These submodels are denoted with
* the parameter name and the class number. For example, the
* submodels of model1 are denoted model1[kappa_1], ...,
* model1[kappa_4], and the submodels of model2 are denoted
* model2[kappa_1,theta_1], ..., model2[kappa_5, theta_3].
* Additionnaly, for instance, model2[kappa_2] denotes all the
* submodels whose description has kappa_2.
*
* By default, when switching from model1 to model2, a site is
* allowed to switch between any submodel of model1 and any
* submodel of model2. If the only allowed combination is that a
* site follows submodels model1(kappa_1) and
* model2(kappa_3,theta_2), it is denoted:
*
* @code
* site.allowedpaths= model1[kappa_1] & model2[kappa_3,theta_2]
* @endcode
*
* With additional combination saying that a site can follow
* submodels model1[kappa_2] and any submodel of model2[kappa_3]
* is denoted:
*
* @code
* site.allowedpaths= model1[kappa_1] & model2[kappa_3,theta_2] |
* model1[kappa_2] & model2[kappa_3]
* @endcode
*
* See MixedSubstitutionModelSet description for further
* information.
*
* @param mixedModelSet The modified MixedSubstitutionModelSet object according to options specified.
* @param alphabet The alpabet to use in all models.
* @param data A pointer toward the SiteContainer for which the substitution model is designed.
* The alphabet associated to the data must be of the same type as the one specified for the model.
* May be equal to NULL, but in this cas use_observed_freq option will be unavailable.
* @param params The attribute map where options may be found.
* @param suffix A suffix to be applied to each attribute name.
* @param suffixIsOptional Tell if the suffix is absolutely required.
* @param verbose Print some info to the 'message' output stream.
* @param warn Set the warning level (0: always display warnings, >0 display warnings on demand).
* @throw Exception if an error occured.
*/
static void completeMixedSubstitutionModelSet(
MixedSubstitutionModelSet& mixedModelSet,
const Alphabet* alphabet,
const SiteContainer* data,
std::map<std::string, std::string>& params,
const std::string& suffix = "",
bool suffixIsOptional = true,
bool verbose = true,
int warn = 1);
/**
* @brief Build a multi-dimension distribution as a
* MultipleDiscreteDistribution object with default parameter
* values according to a keyval description.
*
* Check the Bio++ Program Suite documentation for a description of the syntax.
* It is mainly for internal usage, you're probably looking for the getRateDistribution function.
*
* @param distDescription A string describing the model in the keyval syntax.
* @param unparsedParameterValues [out] a map that will contain all the distribution parameters
* names and their corresponding unparsed value, if they were found.
* @param verbose Print some info to the 'message' output stream.
* @return A new MultipleDiscreteDistribution object according to options specified.
* @throw Exception if an error occured.
*/
static MultipleDiscreteDistribution* getMultipleDistributionDefaultInstance(
const std::string& distDescription,
std::map<std::string, std::string>& unparsedParameterValues,
bool verbose = true);
/**
* @brief Build a DiscreteDistribution object according to options.
*
* Creates a new rate distribution object according to distribution description syntax
* (see the Bio++ Progam Suite manual for a detailed description of this syntax). The
* function also parses the parameter values and set them accordingly.
*
* @param params The attribute map where options may be found.
* @param suffix A suffix to be applied to each attribute name.
* @param suffixIsOptional Tell if the suffix is absolutely required.
* @param verbose Print some info to the 'message' output stream.
* @return A new DiscreteDistribution object according to options specified.
* @throw Exception if an error occured.
*/
static DiscreteDistribution* getRateDistribution(
std::map<std::string, std::string>& params,
const std::string& suffix = "",
bool suffixIsOptional = true,
bool verbose = true);
/**
* @brief Optimize parameters according to options.
*
* @param tl The TreeLikelihood function to optimize.
* @param parameters The initial list of parameters to optimize.
* Use tl->getIndependentParameters() in order to estimate all parameters.
* @param params The attribute map where options may be found.
* @param suffix A suffix to be applied to each attribute name.
* @param suffixIsOptional Tell if the suffix is absolutely required.
* @param verbose Print some info to the 'message' output stream.
* @param warn Set the warning level (0: always display warnings, >0 display warnings on demand).
* @throw Exception Any exception that may happen during the optimization process.
* @return A pointer toward the final likelihood object.
* This pointer may be the same as passed in argument (tl), but in some cases the algorithm
* clone this object. We may change this bahavior in the future...
* You hence should write something like
* @code
* tl = PhylogeneticsApplicationTools::optimizeParameters(tl, ...);
* @endcode
*/
static TreeLikelihood* optimizeParameters(
TreeLikelihood* tl,
const ParameterList& parameters,
std::map<std::string, std::string>& params,
const std::string& suffix = "",
bool suffixIsOptional = true,
bool verbose = true,
int warn = 1);
/**
* @brief Optimize parameters according to options, with a molecular clock.
*
* @param tl The ClockTreeLikelihood function to optimize.
* @param parameters The initial list of parameters to optimize.
* Use tl->getIndependentParameters() in order to estimate all parameters.
* @param params The attribute map where options may be found.
* @param suffix A suffix to be applied to each attribute name.
* @param suffixIsOptional Tell if the suffix is absolutely required.
* @param verbose Print some info to the 'message' output stream.
* @param warn Set the warning level (0: always display warnings, >0 display warnings on demand).
* @throw Exception Any exception that may happen during the optimization process.
*/
static void optimizeParameters(
DiscreteRatesAcrossSitesClockTreeLikelihood* tl,
const ParameterList& parameters,
std::map<std::string, std::string>& params,
const std::string& suffix = "",
bool suffixIsOptional = true,
bool verbose = true,
int warn = 1);
/**
* @brief Check if parameter values are close to their definition boundary.
*
* This allows the detection of potential optimization issues.
* A warning message will be output for each problematic parameter.
*
* @param pl A list of parameters. Parameters without constraint will be ignored.
*/
static void checkEstimatedParameters(const ParameterList& pl);
/**
* @brief Get a SubstitutionCount instance.
*
* @param alphabet The alphabet to use.
* @param model The model to use.
* @param params The attribute map where options may be found.
* @param suffix Optional suffix for command name.
* @param verbose Print some info to the 'message' output stream.
* @param warn Set the warning level (0: always display warnings, >0 display warnings on demand).
* @return A SubstitutionCount object.
*/
static SubstitutionCount* getSubstitutionCount(
const Alphabet* alphabet,
const SubstitutionModel* model,
map<string, string>& params,
string suffix = "",
bool verbose = true,
int warn = 1);
/**
* @brief Get a Register instance.
*
* @param regTypeDesc The description of the register.
* @param model The model to use.
* @param verbose if outputs reading
* @return A SubstitutionRegister object.
*/
static SubstitutionRegister* getSubstitutionRegister(const std::string& regTypeDesc, const SubstitutionModel* model, bool verbose = true);
/**
* @brief Write a tree according to options.
*
* See the Bio++ Program Suite manual for a descriptio of all available options.
*
* @param tree The tree to write.
* @param params The attribute map where options may be found.
* @param prefix A prefix to be applied to each attribute name.
* @param suffix A suffix to be applied to each attribute name.
* @param suffixIsOptional Tell if the suffix is absolutely required.
* @param verbose Print some info to the 'message' output stream.
* @param checkOnly If this parameter is set to true, then all options are
* checked and error messages sent, but no file is written.
* @param warn Set the warning level (0: always display warnings, >0 display warnings on demand).
* @throw Exception if an error occured.
*/
static void writeTree(
const TreeTemplate<Node>& tree,
std::map<std::string, std::string>& params,
const std::string& prefix = "output.",
const std::string& suffix = "",
bool suffixIsOptional = true,
bool verbose = true,
bool checkOnly = false,
int warn = 1);
/**
* @brief Write a tree according to options.
*
* See the Bio++ Program Suite manual for a descriptio of all available options.
*
* @param trees The trees to write.
* @param params The attribute map where options may be found.
* @param prefix A prefix to be applied to each attribute name.
* @param suffix A suffix to be applied to each attribute name.
* @param suffixIsOptional Tell if the suffix is absolutely required.
* @param verbose Print some info to the 'message' output stream.
* @param checkOnly If this parameter is set to true, then all options are
* checked and error messages sent, but no file is written.
* @param warn Set the warning level (0: always display warnings, >0 display warnings on demand).
* @throw Exception if an error occured.
*/
static void writeTrees(
const std::vector<Tree*>& trees,
std::map<std::string, std::string>& params,
const std::string& prefix = "output.",
const std::string& suffix = "",
bool suffixIsOptional = true,
bool verbose = true,
bool checkOnly = false,
int warn = 1);
/**
* @brief Output a SubstitutionModel description to a file.
*
* @param model The model to serialize.
* @param out The stream where to print.
* @param warn Set the warning level (0: always display warnings,
* >0 display warnings on demand).
* @param withAlias outputs the alias names of the aliased
* Parameters instead of the values (default
* : true).
*/
static void printParameters(const TransitionModel* model, OutputStream& out, int warn = 1, bool withAlias = true);
/**
* @brief Output a SubstitutionModelSet description to a file.
*
* @param modelSet The model set to serialize.
* @param out The stream where to print.
* @param warn Set the warning level (0: always display warnings, >0 display warnings on demand).
* @param withAlias outputs the alias names of the aliased
* Parameters instead of the values (default
* : true).
*/
static void printParameters(const SubstitutionModelSet* modelSet, OutputStream& out, int warn = 1, bool withAlias = true);
/**
* @brief Output a DiscreteDistribution description to a file.
*
* @param rDist The rate distribution to serialize.
* @param out The stream where to print.
* @param withAlias outputs the alias names of the aliased
* Parameters instead of the values (default
* : true).
*/
static void printParameters(const DiscreteDistribution* rDist, OutputStream& out, bool withAlias = true);
};
} // end of namespace bpp.
#endif // _PHYLOGENETICSAPPLICATIONTOOLS_H_
|