-
Notifications
You must be signed in to change notification settings - Fork 5
Description
Figure 3 is about demonstrating how we access subsets of the genotype matrix, and compute performance. It currently looks like this:
The left-hand column shows the performance of the various approaches to subsetting (total CPU time), and the right-hand column shows how they are implemented. It's currently a sketch.
I think it would be helpful to show how one would do this for more realistic criteria. We have quite a bit of information in the original simulations about pedigree data, so we could include this in the header of the VCF, and do some sort of filtering on that, and show how this can be used to specify the dataset we're interested in.
Essentially I want to show us doing something useful in clean simple to understand and decompose code using sgkit, and highlight the cryptic horror of complex Unix pipelines (great and all as they are).