-
Notifications
You must be signed in to change notification settings - Fork 17
Open
Description
There's going to be an awful lot of detail in the "Analysing trees" tutorial about fundamental operations like tree traversal. I wonder if we should hive that off into its own tutorial and reorganise that part of the tutorial book as follows:
- Analysis and Statistics
BasicFundamental operations
(sectioned into "basicfundamental operations on trees" (e.g. traversals, branch lengths, common ancestors) and
"basicfundamental operations on tree sequences" (e.g. edge diffs, incremental algorithms, coiteration). This is mainly for people writing their own algorithms. We should aim to make this a bit of a summary, and spin off more detailed examples into other tutorials, e.g. Tutorial on edge_diffs / incremental algorithms #233 )- Analysing trees
(stuff about built-in tree analysis algorithms, e.g. map_mutations, balance metrics) - Analysing tree sequences
(stuff about built-in tree-sequence analysis algorithms, e.g. the stats framework, GNN, pair_coalescence, genetic_relatedness & PCA. Again, this should probably be a summary, with details spun into their own tutorials) - Counting topologies (Tutorial: combinatorics #93)
- High performance (High performance tute(s) #151)
Many phylogenetic and popgen people will be want to apply stats or parsimony etc to their tree (sequences) without having to read all about the different traversal methods.
Metadata
Metadata
Assignees
Labels
No labels