.. _panukb_meta_analysis_high_quality: panukb_meta_analysis_high_quality ================================= * **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 'meta_analysis_data': array }> ---------------------------------------- Row fields: 'locus': locus 'alleles': array 'rsid': str 'varid': str 'vep': struct { assembly_name: str, allele_string: str, ancestral: str, colocated_variants: array, end: int32, eas_allele: str, eas_maf: float64, ea_allele: str, ea_maf: float64, eur_allele: str, eur_maf: float64, exac_adj_allele: str, exac_adj_maf: float64, exac_allele: str, exac_afr_allele: str, exac_afr_maf: float64, exac_amr_allele: str, exac_amr_maf: float64, exac_eas_allele: str, exac_eas_maf: float64, exac_fin_allele: str, exac_fin_maf: float64, exac_maf: float64, exac_nfe_allele: str, exac_nfe_maf: float64, exac_oth_allele: str, exac_oth_maf: float64, exac_sas_allele: str, exac_sas_maf: float64, id: str, minor_allele: str, minor_allele_freq: float64, phenotype_or_disease: int32, pubmed: array, sas_allele: str, sas_maf: float64, somatic: int32, start: int32, strand: int32 }>, context: str, end: int32, id: str, input: str, intergenic_consequences: array, impact: str, minimised: int32, variant_allele: str }>, most_severe_consequence: str, motif_feature_consequences: array, high_inf_pos: str, impact: str, minimised: int32, motif_feature_id: str, motif_name: str, motif_pos: int32, motif_score_change: float64, strand: int32, variant_allele: str }>, regulatory_feature_consequences: array, impact: str, minimised: int32, regulatory_feature_id: str, variant_allele: str }>, seq_region_name: str, start: int32, strand: int32, transcript_consequences: array, distance: int32, domains: array, exon: str, gene_id: str, gene_pheno: int32, gene_symbol: str, gene_symbol_source: str, hgnc_id: str, hgvsc: str, hgvsp: str, hgvs_offset: int32, impact: str, intron: str, lof: str, lof_flags: str, lof_filter: str, lof_info: str, minimised: int32, polyphen_prediction: str, polyphen_score: float64, protein_end: int32, protein_start: int32, protein_id: str, sift_prediction: str, sift_score: float64, strand: int32, swissprot: str, transcript_id: str, trembl: str, uniparc: str, variant_allele: str }>, variant_class: str } 'freq': array 'pass_gnomad_exomes': bool 'pass_gnomad_genomes': bool 'n_passing_populations': int32 'high_quality': bool 'nearest_genes': str 'info': float64 ---------------------------------------- Entry fields: 'meta_analysis': array ---------------------------------------- Column key: ['trait_type', 'phenocode', 'pheno_sex', 'coding', 'modifier'] Row key: ['locus', 'alleles'] ----------------------------------------