Measures Concepts
GitHub icon

Newick format

Newick format - Text data format

< >

Newick format is a text data format created in 1986.

#866on PLDB 38Years Old

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...


Example from the web:
(A:0.1,B:0.2,(C:0.3,D:0.4):0.5);
Example from Wikipedia:
Tree → RootLeaf ";" | RootInternal ";" | Branch ";" RootLeaf → Name | "(" Branch ")" Name RootInternal → "(" Branch "," BranchSet ")" Name

View source

- Build the next great programming language · Search · Add Language · Features · Creators · Resources · About · Blog · Acknowledgements · Queries · Stats · Sponsor · Day 605 · feedback@pldb.io · Logout