tskit icon indicating copy to clipboard operation
tskit copied to clipboard

Population-scale genomics

Results 291 tskit issues
Sort by recently updated
recently updated
newest added

## Description This function calculates the total distance between two nodes in the tree. This is expressed as the sum of the "branch lengths" from both nodes to their most...

Following up on #2661, need to improve look at the documentation for methods where we seek, and explain the performance differences in the different contexts. Also need to review the...

C API
documentation
Python API

I was recently helping a new user who has R experience who tried `tables.nodes['individual'==0]` which gave the first node as it is equal to `tables.nodes[False]` which gets interpreted as `tables.nodes[0]`....

enhancement

At the moment the documentation is in msprime under its own section within Utilities: [Rate Maps](https://tskit.dev/msprime/docs/stable/rate_maps.html). Since it is purely a python thing, I wonder if in `tskit` it should...

documentation

Add Unweighted Robinson–Foulds Distance (symmetric difference of two trees) function with tests See also: - #995 - #996

It would be nice if this would pull out the overall length of the iter. Should be easy enough?

enhancement
Python API

I was trying to run `_tskit.lshmm` using recombination rates obtained by calling `msprime.RateMap.get_rates()`. `_tskit.lshmm` doesn't really handle NaN. I recall encountering this before. Setting the NaN values to zero bypassed...

bug

We want to test some specific examples against the new backward matrix code in #2799. To be certain that we're interpreting the model correctly, we can output the forward and...

~Stacked on #2663 (and #2619)~ @petrelharp @bhaller @molpopgen You might be interested in this: the new file `c/examples/multichrom_wright_fisher.c` gives a simple example of multi chromosome simulations with parallel simplify (most...

Implement a method of masking sites for two-site statistics. Since we're interested in slicing a subset of the correlation matrix, we won't need windows for sites. Or, rather, we'll want...