alimanfoo / anhima

Analyse genetic variation.
Other
3 stars 2 forks source link

Break apart plotting functions for shared doubleton counts #37

Closed alimanfoo closed 10 years ago

alimanfoo commented 10 years ago

Currently the function anhima.af.plot_shared_doubletons_bar() makes two subplots, one with pairwise doubleton sharing between populations, the other with total counts per population. Break this into two separate functions, so users can control how to combine them into a figure if desired.

alimanfoo commented 10 years ago

Broken into three functions, see documentation and examples for the anhima.f2 module.