powered by
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)
No value returned, saves the newick format to the output.file
AntibodyForests-object, output from Af_build()
The minimum number of nodes in a tree to calculate metrics (including the germline).
string - specifies the path to the output file
if (FALSE) { Af_to_newick(AntibodyForests_object = AntibodyForests::small_af, min.nodes = 2, output.file = "output.newick") }
Run the code above in your browser using DataLab