Support for non-contemporaneous samples, preprocessing tree sequences
Features
- Two new methods,
tsdate.sites_time_from_ts
andtsdate.add_sampledata_times
,
support inference of tree sequences from non-contemporaneous samples. - New tutorial on inferring tree sequences from modern and historic/ancient samples
explains how to use these functions in conjunction withtsinfer
. tsdate.preprocess_ts
supports dating inferred tree sequences which include large,
uninformative stretches (i.e. centromeres and telomeres). Simply run this function
on the tree sequence before dating it.ignore_outside
is a new parameter in the outside pass which tellstsdate
to
ignore edges from oldest root (these edges are often of low quality intsinfer
inferred tree sequences)- Development environment is now equivalent to other
tskit-dev
projects