SELECT * from variant
SELECT * from variant v
WHERE v.maf > 0.1
- a single, homozygous, LOF mutation and that sample is the _only_ sample with that mutation.
- two or more heterozygous LOF mutations (i.e., a possible compound heterozygote), and that sample is the _only_ sample with those mutations.
SELECT v.*, gt.genotype, g.gene FROM variant v,
genotype gt, sample s, gene ge