ancestries_tbl {gwasrapidd} | R Documentation |
Creates an ancestries table.
ancestries_tbl(
study_id = character(),
ancestry_id = integer(),
type = character(),
number_of_individuals = integer()
)
study_id |
GWAS Catalog study accession identifier. |
ancestry_id |
Ancestry identifier. |
type |
Type of cohort sample, either |
number_of_individuals |
Number of individuals in the cohort sample. |
A tibble
whose columns are the named arguments
to the function.