Description Usage Arguments Examples
Retrieves aggregate counts for participants. Aggregate counts under 10 are returned as "< 10".
1 | plco.get_participants(phenotype_id, columns = c("value"), precision = 0, ...)
|
columns |
A character vector specifying properties for which to retrieve counts for. Valid properties are: value, ancestry, genetic_ancestry, sex, and age |
precision |
Optional. For continuous phenotypes, a numeric value specifying the -log10(precision) to which values should be rounded to. |
1 2 3 | plco.get_participants(1010)
plco.get_participants(1010, c("value", "age"))
plco.get_participants(2250, c("value"), -1)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.