Newick format
Newick format is an actively used text data format created in 1986. In mathematics, Newick tree format (or Newick notation or New Hampshire tree format) is a way of representing graph-theoretical trees with edge lengths using parentheses and commas. It was adopted by James Archie, William H. E. Read more on Wikipedia...
33Years Old | 20Users | 0Jobs |
- Newick format ranks in the top 50% of languages
- the Newick format wikipedia page
- Newick format first appeared in 1986
- See also: phyloxml-format
- I have 22 facts about Newick format. what would you like to know? email me and let me know how I can help.
Example code from the web:
(A:0.1,B:0.2,(C:0.3,D:0.4):0.5);
Example code from Wikipedia:
Tree → RootLeaf ";" | RootInternal ";" | Branch ";" RootLeaf → Name | "(" Branch ")" Name RootInternal → "(" Branch "," BranchSet ")" Name
Last updated December 10th, 2019