Languages Features Creators CSV Resources Challenges Add Language
GitHub icon

Newick format

Newick format - Text data format

< >

Newick format is a text data format created in 1986.

#866on PLDB 37Years Old 410Users
0Books 0Papers

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
cell.html · newick-format.html · ssharp.html

View source

- Build the next great programming language · Search · Day 213 · About · Blog · Acknowledgements · Traffic · Traffic Today · GitHub · feedback@pldb.com