Retrieves ancestry categories and classes. This function simply returns the
object ancestry_categories
.
Value
A tibble with ancestry categories, classes and associated
information. See ancestry_categories
for details about each
column.
Examples
get_ancestry_categories()
#> # A tibble: 19 × 6
#> ancestry_category ances…¹ ances…² ances…³ defin…⁴ examp…⁵
#> <chr> <chr> <chr> <chr> <chr> <chr>
#> 1 Aboriginal Australian Additi… OTH #999999 "Inclu… Martu …
#> 2 African American or Afro-Caribbean African AFR #FFD900 "Inclu… Africa…
#> 3 African unspecified African AFR #FFD900 "Inclu… Africa…
#> 4 Asian unspecified Additi… ASN #B15928 "Inclu… Asian,…
#> 5 Central Asian Additi… ASN #B15928 "Inclu… Silk R…
#> 6 East Asian East A… EAS #4DAF4A "Inclu… Chines…
#> 7 European Europe… EUR #377EB8 "Inclu… Spanis…
#> 8 Greater Middle Eastern (Middle Easte… Greate… GME #00CED1 "Inclu… Tunisi…
#> 9 Hispanic or Latin American Hispan… AMR #E41A1C "Inclu… Brazil…
#> 10 Native American Additi… OTH #999999 "Inclu… Pima I…
#> 11 Not reported Ancest… NR #BBBBBB "Inclu… NA
#> 12 Oceanian Additi… OTH #999999 "Inclu… Solomo…
#> 13 Other Additi… OTH #999999 "Inclu… Surina…
#> 14 Other admixed ancestry Additi… OTH #999999 "Inclu… NA
#> 15 South Asian South … SAS #984EA3 "Inclu… Bangla…
#> 16 South East Asian Additi… ASN #B15928 "Inclu… Thai, …
#> 17 Sub-Saharan African African AFR #FFD900 "Inclu… Yoruba…
#> 18 Multi-Ancestry (including Europeans) Multi-… MAE #A6CEE3 "Combi… NA
#> 19 Multi-Ancestry (excluding Europeans) Multi-… MAO #FF7F00 "Combi… NA
#> # … with abbreviated variable names ¹ancestry_class, ²ancestry_class_symbol,
#> # ³ancestry_class_colour, ⁴definition, ⁵examples