You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Basic Fundamental operations
(sectioned into "basic fundamental operations on trees" (e.g. traversals, branch lengths, common ancestors) and
"basic fundamental 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)
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.
The text was updated successfully, but these errors were encountered:
It would also be useful to have an "advanced analysis topics" section, like we have an "advanced msprime topics" section. We could put the topology counting tutorial in there, and also a tutorial on plotting cross coalescence rates, based on #277
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:
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 )(stuff about built-in tree analysis algorithms, e.g. map_mutations, balance metrics)
(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)
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.
The text was updated successfully, but these errors were encountered: