IgPhyML | R Documentation |
Note, that what this function implements is a two-step optimization: First, the topology is searched for using M0/GY49 (Goldman and Yang (1994); Yang and Bielawski (2000)), then this topology is fixed and used as starting point for the fitting by the HLP17 model (specialized for antibody lineages Hoehn, Lunter and Pybus (2017)). One could further optimize the topology by specifying "-o tlr" instead of "-o lr".
IgPhyML(
path,
root,
accuracy = "basic",
executable = "",
log = NULL,
useTempDir = TRUE
)
path |
Input FASTA file path. |
root |
Root ID (germline sequence). |
accuracy |
Either "basic", "high" or "extreme", this parameter affects the internal calls of IgPhyML which will affect runtime considerably (default: "basic"). |
executable |
If not empty, this file will be used for the call of |
log |
If not |
useTempDir |
If |
A list holding the intermediary and final trees and additional data (elements: "success", "topology", "fit" )/
## Not run: IgPhyML( path = "/path/to/input.fasta", root = "V4-59" )
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.