James Kitchens

Results 5 comments of James Kitchens

I'm probably late to this thread but just had to work through this myself: ``` const ezButton = L.easyButton( '♥', function (btn, map) {} ) ezButton.button.style.padding = '0px'; ``` This...

Added the changes you mentioned to the [tskt_arg_visualizer 0.0.2 milestone](https://github.com/kitchensjn/tskit_arg_visualizer/milestone/1) and should be pretty straightforward to implement! I personally like the node labels when mapping between the trees and the...

With the latest [commit](https://github.com/kitchensjn/tskit_arg_visualizer/commit/58f41582f4eb809a79db45a6a37ca856a6a45505) to the visualizer, users can now control the size and symbol of the nodes. Here's your example from above with smaller nodes and square sample nodes....

Yup, this will return all of the nodes with more than one parent. Then checking that it identifies the parents with recombination flags should be something like: ``` import numpy...

Just to clarify, so please correct me if I've misunderstood: My code should work for tree sequences with the 2-RE-node encoding (msprime) as it returns the parents of the nodes...