.. _panukb_summary_stats: panukb_summary_stats ==================== * **Versions:** 0.3 * **Reference genome builds:** GRCh37 * **Type:** :class:`hail.MatrixTable` Schema (0.3, GRCh37) ~~~~~~~~~~~~~~~~~~~~ .. code-block:: text ---------------------------------------- Global fields: None ---------------------------------------- Column fields: 'trait_type': str 'phenocode': str 'pheno_sex': str 'coding': str 'modifier': str 'pheno_data': array 'description': str 'description_more': str 'coding_description': str 'category': str 'n_cases_full_cohort_both_sexes': int64 'n_cases_full_cohort_females': int64 'n_cases_full_cohort_males': int64 ---------------------------------------- Row fields: 'locus': locus 'alleles': array 'gene': str 'annotation': str ---------------------------------------- Entry fields: 'summary_stats': array ---------------------------------------- Column key: ['trait_type', 'phenocode', 'pheno_sex', 'coding', 'modifier'] Row key: ['locus', 'alleles'] ----------------------------------------