Summarize Genotypic Frequency by H3 Hexagon and State
Source:R/summarize_tract_genotypic_frequencies_by_h3_hexagon.R
summarize_tract_genotypic_frequencies_by_h3_hexagon.Rd
This function calculates and visualizes the genotypic frequencies of a specified allele across H3 hexagons within a given state. It uses census tract data, H3 hexagon resolution, and NMDP HLA frequencies to compute adjusted genotypic frequencies.
Usage
summarize_tract_genotypic_frequencies_by_h3_hexagon(
state_abbreviation,
query_allele,
h3_resolution
)