ancestral_groups_tbl {gwasrapidd} | R Documentation |
Creates an ancestral groups table.
Description
Creates a ancestral groups table.
Usage
ancestral_groups_tbl(
study_id = character(),
ancestry_id = integer(),
ancestral_group = character()
)
Arguments
study_id |
GWAS Catalog study accession identifier. |
ancestry_id |
Ancestry identifier. |
ancestral_group |
Ancestral group. |
Value
A tibble
whose columns are the named arguments
to the function.
[Package gwasrapidd version 0.99.18 Index]