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
This file can be edited directly through the Web. Anyone can update and fix errors in this document with few clicks -- no downloads needed.
For an introduction to the documentation format please see the reST primer.