.. _giant_height_exome_SAS: giant_height_exome_SAS ====================== * **Versions:** 2018 * **Reference genome builds:** GRCh37 * **Type:** :class:`hail.Table` Schema (2018, GRCh37) ~~~~~~~~~~~~~~~~~~~~~ .. code-block:: text ---------------------------------------- Global fields: 'metadata': struct { name: str, version: str, reference_genome: str, n_rows: int32, n_partitions: int32 } ---------------------------------------- Row fields: 'locus': locus 'alleles': array 'snp_name': str 'sas_maf': dict 'exac_sas_maf': dict 'beta': float64 'se': float64 'pvalue': float64 ---------------------------------------- Key: ['locus', 'alleles'] ----------------------------------------