Af_to_newick | R Documentation |
Saves an AntibodyForests-object into a newick file. The node labels will have the format node\@size where size is the size of the node.
Af_to_newick(AntibodyForests_object, min.nodes, output.file)
AntibodyForests_object |
AntibodyForests-object, output from Af_build() |
min.nodes |
The minimum number of nodes in a tree to calculate metrics (including the germline). |
output.file |
string - specifies the path to the output file |
No value returned, saves the newick format to the output.file
Af_to_newick(AntibodyForests_object = AntibodyForests::small_af,
min.nodes = 2,
output.file = "output.newick")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.