.. _gnomad_exome_sites: gnomad_exome_sites ================== * **Versions:** 2.1.1 * **Reference genome builds:** GRCh37, GRCh38 * **Type:** :class:`hail.Table` Schema (2.1.1, GRCh37) ~~~~~~~~~~~~~~~~~~~~~~ .. code-block:: text ---------------------------------------- Global fields: 'rf': struct { variants_by_type: dict, feature_medians: dict, test_intervals: array>>, test_results: array, features_importance: dict, features: array, vqsr_training: bool, no_transmitted_singletons: bool, adj: bool, rf_hash: str, rf_snv_cutoff: struct { bin: int32, min_score: float64 }, rf_indel_cutoff: struct { bin: int32, min_score: float64 } } 'freq_meta': array> 'freq_index_dict': dict 'popmax_index_dict': dict 'age_index_dict': dict 'faf_index_dict': dict 'age_distribution': array ---------------------------------------- Row fields: 'locus': locus 'alleles': array 'freq': array 'age_hist_het': array, bin_freq: array, n_smaller: int64, n_larger: int64 }> 'age_hist_hom': array, bin_freq: array, n_smaller: int64, n_larger: int64 }> 'popmax': array 'faf': array, faf95: float64, faf99: float64 }> 'lcr': bool 'decoy': bool 'segdup': bool 'nonpar': bool 'variant_type': str 'allele_type': str 'n_alt_alleles': int32 'was_mixed': bool 'has_star': bool 'qd': float64 'pab_max': float64 'info_MQRankSum': float64 'info_SOR': float64 'info_InbreedingCoeff': float64 'info_ReadPosRankSum': float64 'info_FS': float64 'info_QD': float64 'info_MQ': float64 'info_DP': int32 'transmitted_singleton': bool 'fail_hard_filters': bool 'info_POSITIVE_TRAIN_SITE': bool 'info_NEGATIVE_TRAIN_SITE': bool 'omni': bool 'mills': bool 'n_nonref': int32 'tp': bool 'rf_train': bool 'rf_label': str 'rf_probability': float64 'singleton': bool 'was_split': bool 'score': float64 'rank': int64 'singleton_rank': int64 'biallelic_rank': int64 'adj_biallelic_singleton_rank': int64 'adj_rank': int64 'adj_biallelic_rank': int64 'adj_singleton_rank': int64 'biallelic_singleton_rank': int64 'filters': set 'gq_hist_alt': struct { bin_edges: array, bin_freq: array, n_smaller: int64, n_larger: int64 } 'gq_hist_all': struct { bin_edges: array, bin_freq: array, n_smaller: int64, n_larger: int64 } 'dp_hist_alt': struct { bin_edges: array, bin_freq: array, n_smaller: int64, n_larger: int64 } 'dp_hist_all': struct { bin_edges: array, bin_freq: array, n_smaller: int64, n_larger: int64 } 'ab_hist_alt': struct { bin_edges: array, bin_freq: array, n_smaller: int64, n_larger: int64 } 'qual': float64 '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 } 'allele_info': struct { BaseQRankSum: float64, ClippingRankSum: float64, DB: bool, DP: int32, DS: bool, END: int32, FS: float64, HaplotypeScore: float64, InbreedingCoeff: float64, MQ: float64, MQRankSum: float64, NEGATIVE_TRAIN_SITE: bool, POSITIVE_TRAIN_SITE: bool, QD: float64, ReadPosRankSum: float64, SOR: float64, VQSLOD: float64, culprit: str } 'rsid': str ---------------------------------------- Key: ['locus', 'alleles'] ----------------------------------------