plco.get_participants: Retrieves aggregate counts for participants. Aggregate counts...

Description Usage Arguments Examples

View source: R/plco.R

Description

Retrieves aggregate counts for participants. Aggregate counts under 10 are returned as "< 10".

Usage

1
plco.get_participants(phenotype_id, columns = c("value"), precision = 0, ...)

Arguments

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.

Examples

1
2
3
plco.get_participants(1010)
plco.get_participants(1010, c("value", "age"))
plco.get_participants(2250, c("value"), -1)

CBIIT/gwas-explorer-r-sdk documentation built on Dec. 17, 2021, 11:59 a.m.