Skip to content

Instantly share code, notes, and snippets.

View tpoterba's full-sized avatar

Tim Poterba tpoterba

  • Southern Maine
View GitHub Profile
@tpoterba
tpoterba / gnomad-sites-schema.txt
Created December 4, 2018 22:17
gnomad sites schema
Row fields:
'locus': locus<GRCh37>
'alleles': array<str>
'freq': array<struct {
AC: int32,
AF: float64,
AN: int32,
homozygote_count: int32
}>
'age_hist_het': array<struct {