View source: R/class-studies.R
ancestries_tbl | 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.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.