diff --git a/browser/src/VariantPage/VariantPopulationFrequencies.tsx b/browser/src/VariantPage/VariantPopulationFrequencies.tsx index 4c30390f3..6d5e3aa0f 100644 --- a/browser/src/VariantPage/VariantPopulationFrequencies.tsx +++ b/browser/src/VariantPage/VariantPopulationFrequencies.tsx @@ -37,7 +37,6 @@ const VariantPopulationFrequencies = ({ datasetId, variant }: Props) => { const tgpPopulations = genome.populations .filter((pop) => pop.id.startsWith('1kg:')) .map((pop) => ({ ...pop, id: pop.id.slice(4) })) // Remove 1kg: prefix - const localAncestryPopulations = genome.local_ancestry_populations || [] return ( @@ -121,7 +120,8 @@ const VariantPopulationFrequencies = ({ datasetId, variant }: Props) => {

Local ancestry is not available for this variant. Local ancestry is only available for bi-allelic variants with high call rates and with an allele - frequency > 0.1% within the Latino/Admixed American gnomAD population. + frequency > 0.1% within the Latino/Admixed American or + African/African-American gnomAD ancestry groups.

) } diff --git a/browser/src/VariantPage/__snapshots__/VariantPage.spec.tsx.snap b/browser/src/VariantPage/__snapshots__/VariantPage.spec.tsx.snap index b1d7bb02b..8927f7b41 100644 --- a/browser/src/VariantPage/__snapshots__/VariantPage.spec.tsx.snap +++ b/browser/src/VariantPage/__snapshots__/VariantPage.spec.tsx.snap @@ -1428,7 +1428,7 @@ exports[`VariantPage with the dataset "gnomad_r3" has no unexpected changes 1`] } >

- Local ancestry is not available for this variant. Local ancestry is only available for bi-allelic variants with high call rates and with an allele frequency > 0.1% within the Latino/Admixed American gnomAD population. + Local ancestry is not available for this variant. Local ancestry is only available for bi-allelic variants with high call rates and with an allele frequency > 0.1% within the Latino/Admixed American or African/African-American gnomAD ancestry groups.