Generate a Map of Census Tract Population-Corrected Genotypic Frequencies by County
Source:R/make_county_census_tract_allele_frequency_map.R
make_county_census_tract_allele_frequency_map.Rd
This function creates a map visualizing the genotypic frequencies of a specified HLA allele across census tracts within a given county. The frequencies are adjusted based on population data.
Usage
make_county_census_tract_allele_frequency_map(
state_abbreviation,
county_code,
county_name,
query_allele
)