Skip to content

Commit

Permalink
wip(browser): correct populations per dataset
Browse files Browse the repository at this point in the history
  • Loading branch information
rileyhgrant committed May 17, 2024
1 parent 4e8df47 commit bda990f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions dataset-metadata/gnomadPopulations.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,18 +38,18 @@ export const populationName = (populationId: string) =>
textOrMissingTextWarning('genetic ancestry group name', GNOMAD_POPULATION_NAMES, populationId)

const ExACPopulations: PopulationId[] = ['sas', 'afr', 'amr', 'eas', 'fin', 'nfe', 'remaining']
const v2Populations: PopulationId[] = ['amr', 'nfe', 'afr', 'asj', 'eas', 'fin', 'sas', 'remaining']
const v2Populations: PopulationId[] = ['amr', 'nfe', 'afr', 'asj', 'eas', 'fin', 'sas', 'oth']
const v3Populations: PopulationId[] = [
'nfe',
'fin',
'amr',
'eur',
'ami',
'eas',
'mid',
'afr',
'sas',
'asj',
'remaining',
'oth',
]
const v4Populations: PopulationId[] = [
'afr',
Expand Down

0 comments on commit bda990f

Please sign in to comment.