-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
This is waiting on the user story issue Exploratory Statistics.
Maybe something like this -
sgkit/
stats (or filter?)/
variants
samples
Decisions
How much of the filtering and subsetting do we want to be in sgkit? We cannot cover every case, but should we try to cover what is in the tour or skallele blog post?
This isn't a proposed API, just thinking things on 'paper'.
sgkit.stats.variant.quality()
sgkit.stats.variant.bin('MQ', bin_size) # look at a binned distribution of MQ
sgkit.stats.sample.missingness()
sgkit.stats.variant.count_segregating()